> 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/fonctionnalites-speciales.md).

# Fonctionnalités spéciales

- [Programmation Python](https://docs.mavibot.ai/doc/fr/fonctionnalites-speciales/programmation-python.md): Le constructeur prend en charge l’exécution de code source Python, ce qui vous permet de créer des bots avec toute la logique dont vous avez besoin. Cet article explique comment connecter le code source à votre bot.
- [QR code et code-barres : génération et reconnaissance](https://docs.mavibot.ai/doc/fr/fonctionnalites-speciales/qr-code-et-code-barres-generation-et-reconnaissance.md)
- [Comment utiliser Google Sheets pour les envois](https://docs.mavibot.ai/doc/fr/fonctionnalites-speciales/comment-utiliser-google-sheets-pour-les-envois.md): Vous trouverez ici des instructions détaillées sur la manière de collecter des adresses e-mail à l’aide d’un chatbot sur Mavibot.ai et d’envoyer une offre commerciale avec le script de Google Sheets.
- [Envoi de requêtes vers les messageries et par e-mail](https://docs.mavibot.ai/doc/fr/fonctionnalites-speciales/envoi-de-requetes-vers-les-messageries-et-par-e-mail.md): Envoi de notifications/requêtes sur WhatsApp, Telegram, Viber, e-mail.
- [Travailler avec les codes promo](https://docs.mavibot.ai/doc/fr/fonctionnalites-speciales/travailler-avec-les-codes-promo.md): Le bot permet non seulement d’attribuer des codes promo aux clients, mais aussi d’en vérifier la validité et de contrôler leur utilisation unique


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mavibot.ai/doc/fr/fonctionnalites-speciales.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
