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

# Variables et fonctions

- [Variables](https://docs.mavibot.ai/doc/fr/chatbot/functions/variables.md)
- [Calculatrice](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice.md)
- [Fonctions mathématiques](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/math.md)
- [Travailler avec les liens](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/links.md)
- [Travailler avec les tableaux MaviBot](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/tables.md)
- [Travailler avec les expressions](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/expressions.md)
- [Travailler avec les chaînes de caractères](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/strings.md)
- [Travailler avec les dates et l’heure](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/date.md)
- [Travailler avec les clients et le CRM](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/crm.md)
- [Travailler avec les listes](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/lists.md)
- [Travailler avec les balises MaviBot](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/tags.md)
- [Travailler dans les messageries](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/messengers.md)
- [Travailler avec les employés](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/employees.md)
- [Travailler avec Google Sheets](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/sheets.md)
- [Travailler avec les e-mails](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/email.md)
- [Instruction conditionnelle IF](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/conditional.md)
- [Travailler avec des variables](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/variables.md)
- [Méthodes de gamification](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/gamification.md)
- [Travailler avec des tableaux et des dictionnaires](https://docs.mavibot.ai/doc/fr/chatbot/functions/calculatrice/arrays.md)
- [Fonctions (API) dans la calculatrice](https://docs.mavibot.ai/doc/fr/chatbot/functions/api.md)
- [Expressions régulières](https://docs.mavibot.ai/doc/fr/chatbot/functions/regex.md)


---

# 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/functions.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.
