> For the complete documentation index, see [llms.txt](https://roemaker.gitbook.io/faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roemaker.gitbook.io/faq/obnovlenie-i-otkat.md).

# Обновление и откат

**Мы постоянно совершенствуем ROE Maker и разрабатываем новый полезный функционал. Программа автоматически проверяет наличие обновлений при запуске, а также — повторно каждые 10 минут в фоновом режиме. Это помогает пользователям оперативно узнавать о новой версии.**<br>

![](https://lh6.googleusercontent.com/Rx1h04KVsR-1zMlnnsZiJImzHZSKOdeKLqpRH4jbdjMAn0WGoSzdv6gPTaHegUXsWu-DUxinuzpPFI-KUYYX1qEr5gH1ydtZrIIPtYo28R5SXpcKYyzMhqwDGUH5IW3Yp1b9DVBi)

**Когда обновления появятся, рядом с логотипом высветится зеленая стрелка. Щелкните значок логотипа и откройте боковую панель, затем нажмите кнопку  \[новая версия] (NEW VERSION) внизу экрана.**

![](https://lh4.googleusercontent.com/sRuQ1UQVbNISCSgniNotGmysfgvcYMWq7UrJB2Yyg-XHSgj0dOJ1xo2ZBvCzmfLcL3P3ttlqBuLDMdvUXkrKjHj__DESUdf5yf0l0zm2rGyJHoMlRfjbsW_UM0PZnB2FLycBO8UI)

**Далее нажмите кнопку \[загрузить] (Download), и ROE Maker загрузит последнюю версию. После чего для работы новой версии, потребуется перезагрузка. Но вы можете отложить этот процесс и продолжить работу. В этом случае ROE Maker обновит параметры при следующем запуске.**<br>

**Если вы одобрите перезагрузку приложения, оно закроется и снова откроется уже с обновлениями. Это может занять некоторое время, в течение которого торговля будет недоступна.**<br>

**Обновление не повлияет на ваши персональные настройки, после перезагрузки они все сохраняются.** <br>


---

# 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://roemaker.gitbook.io/faq/obnovlenie-i-otkat.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.
