# Messengers

- [Instagram](https://docs.mavibot.ai/chatbot/messengers/instagram.md)
- [How to make an Instagram chatbot](https://docs.mavibot.ai/chatbot/messengers/instagram/chatbot.md)
- [Buttons and attachments](https://docs.mavibot.ai/chatbot/messengers/instagram/buttons.md): This article explains how to work with buttons and attachments in Instagram.
- [Limitations](https://docs.mavibot.ai/chatbot/messengers/instagram/limits.md)
- [Manual bot reaction settings](https://docs.mavibot.ai/chatbot/messengers/instagram/settings.md)
- [How to manually manage comments](https://docs.mavibot.ai/chatbot/messengers/instagram/settings/how-to-manually-manage-comments.md)
- [How to manually set up reactions to stories](https://docs.mavibot.ai/chatbot/messengers/instagram/settings/how-to-manually-set-up-reactions-to-stories.md)
- [How to manually configure reactions in Direct Messages](https://docs.mavibot.ai/chatbot/messengers/instagram/settings/how-to-manually-configure-reactions-in-direct-messages.md)
- [Instagram API](https://docs.mavibot.ai/chatbot/messengers/instagram/api.md)
- [Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram.md)
- [How to make a Telegram bot](https://docs.mavibot.ai/chatbot/messengers/telegram/chatbot.md): This article covers how to connect your Telegram bot and provides the fundamentals for working with channels and groups.
- [Chatbot for a Telegram Business account](https://docs.mavibot.ai/chatbot/messengers/telegram/business.md)
- [Message formatting in Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram/formatting.md)
- [Telegram buttons for chatbots](https://docs.mavibot.ai/chatbot/messengers/telegram/buttons.md)
- [Inline mode in Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram/inline.md)
- [Webhook from Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram/webhook.md)
- [Chatbot for a Personal Telegram account](https://docs.mavibot.ai/chatbot/messengers/telegram/personal.md)
- [API Telegram functions](https://docs.mavibot.ai/chatbot/messengers/telegram/api.md)
- [Bot usage](https://docs.mavibot.ai/chatbot/messengers/telegram/api/chatbot.md)
- [Functions for sending and editing messages](https://docs.mavibot.ai/chatbot/messengers/telegram/api/messages.md)
- [Functions for sending attachments in messages](https://docs.mavibot.ai/chatbot/messengers/telegram/api/attachment.md)
- [Telegram chat and messenger settings](https://docs.mavibot.ai/chatbot/messengers/telegram/api/chat.md)
- [Payment in Telegram](https://docs.mavibot.ai/chatbot/messengers/telegram/api/payment.md)
- [TikTok](https://docs.mavibot.ai/chatbot/messengers/tiktok.md)
- [How to make a TikTok chatbot](https://docs.mavibot.ai/chatbot/messengers/tiktok/chatbot.md)
- [Discord](https://docs.mavibot.ai/chatbot/messengers/discord.md)
- [How to make a Discord bot](https://docs.mavibot.ai/chatbot/messengers/discord/chatbot.md)
- [Facebook Messenger](https://docs.mavibot.ai/chatbot/messengers/facebook-messenger.md)
- [API Facebook](https://docs.mavibot.ai/chatbot/messengers/facebook-messenger/api.md)
- [Line](https://docs.mavibot.ai/chatbot/messengers/line_chatbot.md)
- [Calculator functions](https://docs.mavibot.ai/chatbot/messengers/line_chatbot/api.md)
- [Website Live Chat](https://docs.mavibot.ai/chatbot/messengers/live-chat.md)
- [WhatsApp Business API](https://docs.mavibot.ai/chatbot/messengers/waba.md)
- [The first message in messengers](https://docs.mavibot.ai/chatbot/messengers/message.md): Let's look at how you can set up a user's first interaction with your bot.


---

# 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/chatbot/messengers.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.
