# SISTEMA DE RESERVAS ONLINE

- [Configuración de sucursal y servicio](https://docs.mavibot.ai/doc/es/booking/settings.md): MaviBot ofrece un cómodo servicio online de reservas para clientes: permite a los clientes reservar citas a través de un bot o sitio web, supervisar horarios y disponibilidad del personal, ¡y mucho más!
- [Configuración de sucursal](https://docs.mavibot.ai/doc/es/booking/settings/services.md)
- [Cómo añadir empleados](https://docs.mavibot.ai/doc/es/booking/settings/employees.md)
- [Notificación de reserva de cliente](https://docs.mavibot.ai/doc/es/booking/settings/notification.md)
- [Respuesta a nueva reserva de cliente](https://docs.mavibot.ai/doc/es/booking/settings/respons.md)
- [Widget de reservas online para el sitio web](https://docs.mavibot.ai/doc/es/booking/widget.md)
- [Telegram WebApp](https://docs.mavibot.ai/doc/es/booking/telegram-webapp.md)
- [Calendario con el horario](https://docs.mavibot.ai/doc/es/booking/calendar.md)
- [Chatbot para reservas online](https://docs.mavibot.ai/doc/es/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/es/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.
