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

# Créateur de chatbot IA

- [Chatbot IA](https://docs.mavibot.ai/doc/fr/chatbot/ai/assistant.md): Ne vous contentez pas de créer un bot qui fonctionne — créez-en un qui impressionne. Ensemble, donnons vie à un chatbot intelligent, captivant et inoubliable, propulsé par l’IA.
- [Fonctions de l’assistant IA](https://docs.mavibot.ai/doc/fr/chatbot/ai/functions.md): Dans cet article, vous découvrirez les fonctionnalités de l’assistant IA et verrez comment elles peuvent être appliquées en pratique.
- [Chatbot IA pour la réservation en ligne](https://docs.mavibot.ai/doc/fr/chatbot/ai/online-booking.md)
- [Assistant IA avec les tableaux MaviBot](https://docs.mavibot.ai/doc/fr/chatbot/ai/tables.md)
- [Recherche sémantique](https://docs.mavibot.ai/doc/fr/chatbot/ai/search.md): Dans cet article, nous parlerons du choix de correspondance « Recherche sémantique ».
- [Comment créer deux assistants IA ou plus dans un seul chat](https://docs.mavibot.ai/doc/fr/chatbot/ai/two-assistant.md)
- [Google Sheets pour l’assistant IA](https://docs.mavibot.ai/doc/fr/chatbot/ai/google-sheets-pour-lassistant-ia.md): Dans cet article, nous verrons comment un bot peut lire des données depuis Google Sheets et les utiliser dans un assistant IA


---

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