> For the complete documentation index, see [llms.txt](https://help.quantower.com/quantower/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quantower.com/quantower/updates/application-updates.md).

# Platform update

* [**Quantower Beta version**](/quantower/updates/quantower-beta.md)

Our team strives to release new updates as soon as possible, usually at least a couple of times per month.

Quantower automatically checks for updates on start and re-checks them every 10 minutes in the background. It helps you to get to know about the latest updates just after we release them.

![The green arrow on the logo indicates that a new update is available](/files/-LmPVmFxN0K8qw4shKQW)

When a new version is available, a green arrow appears next to the logo. Click the logo to open the sidebar, then press the "**NEW VERSION**" button at the bottom to reach the About screen.

![New version is available for download](/files/-LlcY_NoBslrXdSmUKaJ)

Click "***DOWNLOAD***", and Quantower will download the latest version and prepare it for the update. When the download process is finished, Quantower will ask you about the restart. This action is required to apply the new version, but you can cancel the reboot and proceed using an application. In this case, updates will be applied on the next start of Quantower.

{% hint style="warning" %}
Restarting to update closes and reopens Quantower with the new version. It takes a moment, and trading is unavailable while it happens.
{% endhint %}

Your local settings carry over to every update — the process replaces the Core files only, so nothing you've set up is lost.

If your version falls too far behind, Quantower will prompt you to update to avoid issues with connections and trading.

![](/files/-MUz3MNTnLfbbKhQLNw5)

## Rollback to the previous version

Need to step back? The rollback function lets you return to any previously supported version in a few clicks.

![Rollback to previous Quantower version (new version)](/files/-MUtDoIOKGhe9UgLVPHw)

Curious what's coming next? Join the [**Quantower Beta version**](/quantower/updates/quantower-beta.md) to test new features before they release.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.quantower.com/quantower/updates/application-updates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
