# Updating to new version

The application automatically checks for new versions to ensure that users are working with the latest available version. Depending on the update type, the user may either install the update immediately or postpone it until later.

**Optional update**

If a new version of the application is available and the update is not mandatory, the user will see the following button <img src="/files/F9yicDByxj3LzmKBMnSj" alt="" data-size="line"> in the header of the app. By clicking it the following window will appear:

<figure><img src="/files/GWvbawD3JcdKgWwaioRH" alt="" width="413"><figcaption></figcaption></figure>

* Update - the page will be reloaded and the new version of the application applied;
* Later - closes the window and allows the user to continue working with the current version unless a mandatory update is required.

**Mandatory update**

If the application version becomes outdated and requires an immediate update, a mandatory update window will be displayed automatically:

<figure><img src="/files/qqkKMJ0bn99TOhkNplgm" alt="" width="413"><figcaption></figcaption></figure>


---

# 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://guide.traderevolution.com/project/web-platform/getting-started/updating-to-new-version.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.
