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

- [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.
- [Ограничения](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-istorii.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/line_chatbot.md)
- [Функции калькулятора](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery/line_chatbot/api.md)
- [Live Chat на сайте](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.
