# Расшифровки возможных ошибок

В диалоговом окне Nextbot могут отображаться ошибки, связанные с LLM-провайдерами, интеграциями CRM, каналами связи или другими компонентами. В этом разделе — полный справочник кодов ошибок, их описание, причины и способы устранения.

Используйте поиск по странице (Ctrl+F) по коду ошибки или ключевым словам, чтобы быстро найти нужную информацию.

## Разделы

* [Ошибки LLM-провайдеров](/questions-answers/errors-description/llm.md) — OpenAI, Anthropic, OpenRouter
* [Ошибки CRM](/questions-answers/errors-description/crm.md) — Bitrix24, amoCRM, Kommo, EnvyCRM
* [Ошибки каналов связи](/questions-answers/errors-description/channels.md) — Telegram, Instagram, WhatsApp, VK, Avito, Jivo и др.
* [Ошибки инструментов и общие](/questions-answers/errors-description/tools.md) — Python, динамические фрагменты, агент не найден и др.

{% hint style="warning" %}
**Внимание:** По вопросам **неизвестных ошибок** обращайтесь в **поддержку Nextbot** с кодом ошибки, временем события и ID аккаунта.
{% endhint %}


---

# 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/errors-description.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.
