# New Features

## Process Variables <a href="#h_56e2ac2b0f" id="h_56e2ac2b0f"></a>

Processes can now specify Process Variables. Process Variables are initialized at the start of the execution of a Process and can be accessed through the #var-reference. This feature will support the upcoming improved templating functionality by allowing the change of parameters during import. They will also allow changing the parameter values that use Process Variables without recompiling in the future.

## New Frends UI

The management UI has been rebuilt to provide a more modern and usable user experience. The different pages of the UI have a more uniform way of functioning, making it easier for new users to jump in. Dark mode was introduced with this change as well.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.frends.com/release-notes/frends-5.6/new-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
