# Бот

- [Подготовка БК к работе I Настройки I Связки](https://docs.bettingco.ru/bot/nastroiki-svyazok.md): Обязательные настройки и нюансы каждой БК
- [Процесс Работы](https://docs.bettingco.ru/bot/process-raboty.md)
- [Описание Функций](https://docs.bettingco.ru/bot/opisanie-funkcii.md)
- [Букмекеры](https://docs.bettingco.ru/bot/opisanie-funkcii/untitled.md)
- [Основные](https://docs.bettingco.ru/bot/opisanie-funkcii/untitled/osnovnye.md): Индивидуальные настройки БК
- [Анонимность](https://docs.bettingco.ru/bot/opisanie-funkcii/untitled/anonimnost.md): Если не разбираешься - то не лезь!
- [Доп](https://docs.bettingco.ru/bot/opisanie-funkcii/untitled/dop.md): Тонкие настройки для каждой БК
- [Менеджер](https://docs.bettingco.ru/bot/opisanie-funkcii/untitled/menedzher.md): Как экономить аккаунты?
- [Валюта](https://docs.bettingco.ru/bot/opisanie-funkcii/valyuta.md)
- [Ограничения](https://docs.bettingco.ru/bot/opisanie-funkcii/ogranicheniya.md)
- [Дополнительно](https://docs.bettingco.ru/bot/opisanie-funkcii/dopolnitelno.md): Дополнительные настройки
- [Сумма ставки](https://docs.bettingco.ru/bot/summa_stavki.md): Как выставлять желаемые мной плечи?
- [Оповещения](https://docs.bettingco.ru/bot/opovesheniya.md)
- [Ошибки и Проблемы](https://docs.bettingco.ru/bot/oshibki.md): Ошибки бывают разными, главное понять, что именно не так


---

# 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://docs.bettingco.ru/bot.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.
