# СИСТЕМА ОНЛАЙН-ЗАПИСИ

- [Настройки филиала и сервиса](https://docs.mavibot.ai/doc/ru/booking/settings.md): MaviBot предлагает удобный онлайн-сервис записи клиентов: пусть клиенты записываются через бота или сайт, отслеживайте расписание и занятость сотрудников и многое другое!
- [Настройки филиала](https://docs.mavibot.ai/doc/ru/booking/settings/services.md)
- [Как добавить сотрудников](https://docs.mavibot.ai/doc/ru/booking/settings/employees.md)
- [Уведомление о записи клиента](https://docs.mavibot.ai/doc/ru/booking/settings/notification.md)
- [Ответ на новую запись клиента](https://docs.mavibot.ai/doc/ru/booking/settings/respons.md)
- [Виджет онлайн-записи для сайта](https://docs.mavibot.ai/doc/ru/booking/widget.md)
- [Telegram WebApp](https://docs.mavibot.ai/doc/ru/booking/telegram-webapp.md)
- [Календарь с расписанием](https://docs.mavibot.ai/doc/ru/booking/calendar.md)
- [Чатбот для онлайн-записи](https://docs.mavibot.ai/doc/ru/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/ru/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.
