# Мессенджеры

- [Instagram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram.md)
- [Как сделать чат-бота для Instagram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/chatbot.md)
- [Кнопки и вложения](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/buttons.md): В этой статье объясняется, как работать с кнопками и вложениями в Instagram.
- [Автоматизация Instagram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/automation.md)
- [Ограничения](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/limits.md)
- [Ручные настройки реакций бота](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/settings.md)
- [Как вручную управлять комментариями](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/settings/kak-vruchnuyu-upravlyat-kommentariyami.md)
- [Как вручную настроить реакции на сторис](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/settings/kak-vruchnuyu-nastroit-reakcii-na-storis.md)
- [Как вручную настроить реакции в личных сообщениях](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/settings/kak-vruchnuyu-nastroit-reakcii-v-lichnykh-soobsheniyakh.md)
- [API Instagram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/instagram/api.md)
- [Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram.md)
- [Как сделать бота для Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/chatbot.md): В этой статье рассказывается, как подключить вашего Telegram-бота, и даются основы работы с каналами и группами.
- [Чат-бот для бизнес-аккаунта Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/business.md)
- [Форматирование сообщений в Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/formatting.md)
- [Кнопки Telegram для чат-ботов](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/buttons.md)
- [Режим inline в Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/inline.md)
- [Webhook из Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/webhook.md)
- [Чат-бот для личного аккаунта Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/personal.md)
- [Функции API Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api.md)
- [Использование бота](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/chatbot.md)
- [Функции отправки и редактирования сообщений](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/messages.md)
- [Функции отправки вложений в сообщениях](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/attachment.md)
- [Настройки чата и мессенджера Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/chat.md)
- [Оплата в Telegram](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/telegram/api/payment.md)
- [TikTok](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/tiktok.md)
- [Как сделать чат-бота для TikTok](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/tiktok/chatbot.md)
- [Discord](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/discord.md)
- [Как сделать бота для Discord](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/discord/chatbot.md)
- [Facebook Messenger](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/facebook-messenger.md)
- [API Facebook](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/facebook-messenger/api.md)
- [Онлайн-чат на сайте](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/live-chat.md)
- [WhatsApp Business API](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/waba.md)
- [Первое сообщение в мессенджерах](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/message.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.mavibot.ai/doc/ru/chatbot/messendzhery.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.
