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

# Настройки ботов

Все настройки можно изменять и в процессе работы бота. После внесения изменений и сохранения, новые параметры будут применены ко всем последующим триггерам. Это позволяет вам оперативно корректировать стратегию в зависимости от текущих рыночных условий и гибко реагировать на изменения.

При нажатии на кнопку **Создать бота** и выборе режима **Pro** у вас будет возможность вручную задать все настройки, предоставляя максимальную гибкость.

При нажатии на имя бота (кроме [Preset](/ginarea.org/rezhimy-i-tipy-botov-ginarea/preset.md)) вы перейдёте в меню настроек, где можно изменить параметры бота.

***

Для отображания настроек уже созданного бота:

* Нажмите на **пустой белый квадрат** слева от имени бота. После этого в самом низу страницы появится окно с текущими настройками выбранного бота.
* Если вы выбрали несколько ботов для сравнения, параметры, которые отличаются, будут подсвечены красным. Это помогает легко выявить различия и упрощает анализ работы ботов, особенно при проведении сравнительных тестов.

***

Если вы хотите задать вопрос службе поддержки или обсудить проблему в чатах сообщества, обязательно прикладывайте **скриншот с настройками бота**.

Даже если вы запускаете ботов с готовыми настройками, мы рекомендуем изучить параметры, чтобы лучше понять логику работы алгоритма.&#x20;


---

# 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://ginarea.gitbook.io/ginarea.org/nastroiki-botov.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.
