> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/ru/chatbot/messendzhery.md).

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

- [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-moderirovat-kommentarii.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)
- [Инлайн-режим в 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)
- [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
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:

```
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.
