# КАК РАБОТАТЬ С GUNBOT

- [Изучение основ](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled.md): Статьи об основных понятиях в Gunbot.
- [Торговая логика](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled/trading-logic.md): Основная информация о том, что ожидать при работе с Gunbot.
- [Важные настройки](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled/important-settings.md): Поймите самые важные настройки: настройки баланса, которые определяют, сколько может потратить Gunbot.
- [Типы ордеров](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled/order-types.md): Различные типы заказов в Gunbot
- [Периоды](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled/period.md): Какие периоды свеч поддерживаются.
- [Trailing](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled/trailing.md): Как работать с ценовым трейлингом для разных типов ордеров.
- [ROE trailing](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled/roe-trailing.md): Как работать с трейлингом ROE для маржинальной торговли.
- [Редактирование стратегий и пар](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled-1.md): Как быстро менять стратегии или добавлять торговые пары из интерфейса браузера.
- [Конфигуратор стратегий](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled-1/strategy-configurator.md): Используйте конфигуратор стратегий, чтобы быстро создать новую стратегию или обновить существующие.
- [Торговые пары](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled-1/trading-pairs.md): Добавление торговых пар в Gunbot, информация о том, как работает велосипед.
- [Мониторинг](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled-2.md): Варианты мониторинга эффективности торговли.
- [AutoConfig - Автоконфигурации](https://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot/untitled-3.md): Автоматические изменения конфигурации для Gunbot.


---

# 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://gunthy.gitbook.io/wiki/russian/kak-rabotat-s-gunbot.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.
