# SYSTÈME DE RÉSERVATION EN LIGNE

- [Paramètres de succursale et de service](https://docs.mavibot.ai/doc/fr/booking/settings.md): MaviBot propose un service pratique de réservation client en ligne : laissez les clients prendre rendez-vous via un bot ou un site web, surveillez les plannings et la disponibilité du personnel, et bien plus encore !
- [Paramètres de la succursale](https://docs.mavibot.ai/doc/fr/booking/settings/services.md)
- [Comment ajouter des employés](https://docs.mavibot.ai/doc/fr/booking/settings/employees.md)
- [Notification de réservation client](https://docs.mavibot.ai/doc/fr/booking/settings/notification.md)
- [Réponse à une nouvelle réservation client](https://docs.mavibot.ai/doc/fr/booking/settings/respons.md)
- [Widget de réservation en ligne pour site web](https://docs.mavibot.ai/doc/fr/booking/widget.md)
- [Telegram WebApp](https://docs.mavibot.ai/doc/fr/booking/telegram-webapp.md)
- [Calendrier avec le planning](https://docs.mavibot.ai/doc/fr/booking/calendar.md)
- [Chatbot pour la réservation en ligne](https://docs.mavibot.ai/doc/fr/booking/chatbot.md)


---

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