> 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/faq/questions.md).

# Comment faire...

- [créer un chatbot simple](https://docs.mavibot.ai/doc/fr/faq/questions/chatbot.md): Un tutoriel pas à pas pour un chatbot simple avec une simple série de textes.
- [...Transférer les balises UTM](https://docs.mavibot.ai/doc/fr/faq/questions/...transferer-les-balises-utm.md): Comment faire en sorte que le chatbot et les balises fonctionnent ensemble
- [...Créer un programme de parrainage](https://docs.mavibot.ai/doc/fr/faq/questions/refferal.md)
- [...Créer du contenu temporairement disponible](https://docs.mavibot.ai/doc/fr/faq/questions/content.md): Il est souvent nécessaire de limiter l’accès au contenu dans le temps. Cet article vous expliquera exactement comment faire.
- [...Connecter les compteurs d’analyse et configurer les conversions via GTM](https://docs.mavibot.ai/doc/fr/faq/questions/gtm.md)
- [...Déplacer des clients vers un autre bloc](https://docs.mavibot.ai/doc/fr/faq/questions/customers.md): Vous devrez peut-être lancer le bot pour plusieurs clients simultanément
- [...Créer des images personnalisées](https://docs.mavibot.ai/doc/fr/faq/questions/images.md): Vous pouvez ajouter votre propre texte sur les images
- [...Créer un menu dans Telegram](https://docs.mavibot.ai/doc/fr/faq/questions/menu.md)
- [...Connecter Telegram Pay](https://docs.mavibot.ai/doc/fr/faq/questions/payment.md): Un tutoriel pas à pas sur la création d’un message épinglé avec un bouton « Payer »


---

# 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/faq/questions.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.
