> 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/fr/chatbot/messageries.md).

# Messageries

- [Instagram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram.md)
- [Comment créer un chatbot Instagram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram/chatbot.md)
- [Boutons et pièces jointes](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram/buttons.md): Cet article explique comment travailler avec les boutons et les pièces jointes dans Instagram.
- [Limitations](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram/limits.md)
- [Paramètres manuels des réactions du bot](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram/settings.md)
- [Comment gérer manuellement les commentaires](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram/settings/comment-gerer-manuellement-les-commentaires.md)
- [Comment configurer manuellement les réactions aux stories](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram/settings/comment-configurer-manuellement-les-reactions-aux-stories.md)
- [Comment configurer manuellement les réactions dans les messages directs](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram/settings/comment-configurer-manuellement-les-reactions-dans-les-messages-directs.md)
- [API Instagram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/instagram/api.md)
- [Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram.md)
- [Comment créer un bot Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/chatbot.md): Cet article explique comment connecter votre bot Telegram et fournit les bases pour travailler avec des chaînes et des groupes.
- [Chatbot pour un compte Telegram Business](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/business.md)
- [Formatage des messages dans Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/formatting.md)
- [Boutons Telegram pour les chatbots](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/buttons.md)
- [Mode inline dans Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/inline.md)
- [Webhook depuis Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/webhook.md)
- [Chatbot pour un compte Telegram personnel](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/personal.md)
- [Fonctions API Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api.md)
- [Utilisation du bot](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/chatbot.md)
- [Fonctions d’envoi et de modification des messages](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/messages.md)
- [Fonctions d’envoi de pièces jointes dans les messages](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/attachment.md)
- [Paramètres du chat et de la messagerie Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/chat.md)
- [Paiement dans Telegram](https://docs.mavibot.ai/doc/fr/chatbot/messageries/telegram/api/payment.md)
- [TikTok](https://docs.mavibot.ai/doc/fr/chatbot/messageries/tiktok.md)
- [Comment créer un chatbot TikTok](https://docs.mavibot.ai/doc/fr/chatbot/messageries/tiktok/chatbot.md)
- [Discord](https://docs.mavibot.ai/doc/fr/chatbot/messageries/discord.md)
- [Comment créer un bot Discord](https://docs.mavibot.ai/doc/fr/chatbot/messageries/discord/chatbot.md)
- [Facebook Messenger](https://docs.mavibot.ai/doc/fr/chatbot/messageries/facebook-messenger.md)
- [API Facebook](https://docs.mavibot.ai/doc/fr/chatbot/messageries/facebook-messenger/api.md)
- [Ligne](https://docs.mavibot.ai/doc/fr/chatbot/messageries/line_chatbot.md)
- [Fonctions de la calculatrice](https://docs.mavibot.ai/doc/fr/chatbot/messageries/line_chatbot/api.md)
- [API WhatsApp Business](https://docs.mavibot.ai/doc/fr/chatbot/messageries/waba.md)
- [Le premier message dans les messageries](https://docs.mavibot.ai/doc/fr/chatbot/messageries/message.md): Voyons comment vous pouvez configurer la première interaction d’un utilisateur avec votre bot.


---

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