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

# Полезные статьи

- [Для Telegram](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-telegram.md)
- [Лимиты телеграм](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-telegram/limity-telegram.md): Данная статья сообщает о том, как модуль интеграции в CRM работает с добавлением новых контактов в ваш аккаунт и другие ограничения
- [Ошибка PEER\_FLOOD](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-telegram/oshibka-peer_flood.md)
- [Ошибка No autorized chats](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-telegram/oshibka-no-autorized-chats.md)
- [Системные уведомления в Telegram](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-telegram/sistemnye-uvedomleniya-v-telegram.md)
- [Ограничения для вложений](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-telegram/ogranicheniya-dlya-vlozhenii.md)
- [Минимизация риска блокировки в Telegram: советы для бизнеса](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-telegram/minimizaciya-riska-blokirovki-v-telegram-sovety-dlya-biznesa.md)
- [Для WhatsApp](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp.md)
- [Советы по стабильной работе WhatsApp](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp/sovety-po-stabilnoi-rabote-whatsapp.md)
- [Рекомендации по предотвращению блокировки WhatsApp](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp/rekomendacii-po-predotvrasheniyu-blokirovki-whatsapp.md)
- [Инструкция по действиям после блокировки в WhatsApp](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp/instrukciya-po-deistviyam-posle-blokirovki-v-whatsapp.md): Что делать если ваш номер заблокировали в WhatsApp
- [Регистрация виртуального номера для WhatsApp и подключение к Whatcrm](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp/registraciya-virtualnogo-nomera-dlya-whatsapp-i-podklyuchenie-k-whatcrm.md)
- [What to do if you were banned from WhatsApp](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp/what-to-do-if-you-were-banned-from-whatsapp.md)
- [Ограничения для вложений](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp/ogranicheniya-dlya-vlozhenii.md)
- [Изменение имени канала в amoCRM / Битрикс24](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp/izmenenie-imeni-kanala-v-amocrm-bitriks24.md): Инструкция как изменить название канала в amoCRM/Bitrix24
- [Массовые рассылки через WhatsApp: важные ограничения и рекомендации](https://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati/dlya-whatsapp/massovye-rassylki-cherez-whatsapp-vazhnye-ogranicheniya-i-rekomendacii.md)


---

# 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://whatcrm.gitbook.io/whatcrm-docs/poleznye-stati.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.
