# Конструктор 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 Таблиці для AI-асистента](https://docs.mavibot.ai/doc/uk/chatbot/ai/google-tablici-dlya-ai-asistenta.md): У цій статті ми розглянемо, як бот може читати дані з Google Таблиць і використовувати їх в AI-асистенті


---

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