# Вопрос - ответ

- [Расшифровки возможных ошибок](https://doc.nextbot.ru/questions-answers/errors-description.md): Справочник кодов ошибок Nextbot с описанием причин и способов устранения
- [Ошибки LLM-провайдеров](https://doc.nextbot.ru/questions-answers/errors-description/llm.md)
- [OpenAI](https://doc.nextbot.ru/questions-answers/errors-description/llm/openai.md)
- [Anthropic](https://doc.nextbot.ru/questions-answers/errors-description/llm/anthropic.md)
- [OpenRouter](https://doc.nextbot.ru/questions-answers/errors-description/llm/openrouter.md)
- [Ошибки CRM](https://doc.nextbot.ru/questions-answers/errors-description/crm.md)
- [Bitrix24](https://doc.nextbot.ru/questions-answers/errors-description/crm/bitrix24.md)
- [amoCRM](https://doc.nextbot.ru/questions-answers/errors-description/crm/amocrm.md)
- [Kommo](https://doc.nextbot.ru/questions-answers/errors-description/crm/kommo.md)
- [EnvyCRM](https://doc.nextbot.ru/questions-answers/errors-description/crm/envycrm.md)
- [Ошибки каналов связи](https://doc.nextbot.ru/questions-answers/errors-description/channels.md)
- [Telegram](https://doc.nextbot.ru/questions-answers/errors-description/channels/telegram.md)
- [Instagram](https://doc.nextbot.ru/questions-answers/errors-description/channels/instagram.md)
- [WhatsApp](https://doc.nextbot.ru/questions-answers/errors-description/channels/whatsapp.md)
- [WhatsApp Business](https://doc.nextbot.ru/questions-answers/errors-description/channels/whatsapp-business.md)
- [VK](https://doc.nextbot.ru/questions-answers/errors-description/channels/vk.md)
- [Avito](https://doc.nextbot.ru/questions-answers/errors-description/channels/avito.md)
- [Avito Pro](https://doc.nextbot.ru/questions-answers/errors-description/channels/avito-pro.md)
- [Jivo](https://doc.nextbot.ru/questions-answers/errors-description/channels/jivo.md)
- [SaleBot](https://doc.nextbot.ru/questions-answers/errors-description/channels/salebot.md)
- [Виджет и Iframe](https://doc.nextbot.ru/questions-answers/errors-description/channels/widget-iframe.md)
- [Custom messenger](https://doc.nextbot.ru/questions-answers/errors-description/channels/custom-messenger.md)
- [MAX](https://doc.nextbot.ru/questions-answers/errors-description/channels/max.md)
- [MAX Bot](https://doc.nextbot.ru/questions-answers/errors-description/channels/max-bot.md)
- [Wazzup](https://doc.nextbot.ru/questions-answers/errors-description/channels/wazzup.md)
- [Ошибки инструментов и общие](https://doc.nextbot.ru/questions-answers/errors-description/tools.md)
- [Python](https://doc.nextbot.ru/questions-answers/errors-description/tools/python.md)
- [Динамические фрагменты промпта](https://doc.nextbot.ru/questions-answers/errors-description/tools/dynamic-fragments.md)
- [Общие ошибки](https://doc.nextbot.ru/questions-answers/errors-description/tools/general.md)
- [Часто задаваемые вопросы](https://doc.nextbot.ru/questions-answers/faq.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://doc.nextbot.ru/questions-answers.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.
