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

# Конструктор AI-чатботів

- [AI-чатбот](https://docs.mavibot.ai/doc/uk/chatbot/ai/assistant.md): Не просто створіть бота, який працює — створіть такого, що вражає. Разом давайте оживимо розумний, захопливий і незабутній чатбот на базі ШІ.
- [Функції AI-асистента](https://docs.mavibot.ai/doc/uk/chatbot/ai/functions.md): У цій статті ви дізнаєтеся про можливості AI-асистента та побачите, як їх можна застосовувати на практиці.
- [AI-чатбот для онлайн-бронювання](https://docs.mavibot.ai/doc/uk/chatbot/ai/online-booking.md)
- [AI-асистент з таблицями MaviBot](https://docs.mavibot.ai/doc/uk/chatbot/ai/tables.md)
- [Семантичний пошук](https://docs.mavibot.ai/doc/uk/chatbot/ai/search.md): У цій статті ми поговоримо про вибір зіставлення «Семантичний пошук».
- [Як створити двох або більше AI-асистентів в одному чаті](https://docs.mavibot.ai/doc/uk/chatbot/ai/two-assistant.md)
- [Google Sheets для AI-асистента](https://docs.mavibot.ai/doc/uk/chatbot/ai/google-sheets-dlya-ai-asistenta.md): У цій статті ми розглянемо, як бот може читати дані з Google Sheets і використовувати їх в AI-асистенті


---

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