# Comment...

- [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 étiquettes UTM](https://docs.mavibot.ai/doc/fr/faq/questions/...transferer-les-etiquettes-utm.md): Comment faire en sorte que le chatbot et les étiquettes s’entendent
- [...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 procéder.
- [...Connecter les compteurs d’analytics et configurer les conversions via GTM](https://docs.mavibot.ai/doc/fr/faq/questions/gtm.md)
- [...Déplacer les clients vers un autre bloc](https://docs.mavibot.ai/doc/fr/faq/questions/customers.md): Vous pouvez avoir besoin de 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 mettre 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: 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.
