# AI chatbot builder

- [AI chatbot](https://docs.mavibot.ai/chatbot/ai/assistant.md): Don’t just build a bot that functions—create one that wows. Together, let’s bring to life a smart, engaging, and unforgettable AI-powered chatbot.
- [AI assistant functions](https://docs.mavibot.ai/chatbot/ai/functions.md): In this article, you’ll learn about the features of the AI assistant and see how they can be applied in practice.
- [AI chatbot for online booking](https://docs.mavibot.ai/chatbot/ai/online-booking.md)
- [AI assistant with MaviBot tables](https://docs.mavibot.ai/chatbot/ai/tables.md)
- [Semantic search](https://docs.mavibot.ai/chatbot/ai/search.md): In this article, we will talk about the choice of matching "Semantic search".
- [How to create two or more AI assistants in one chat](https://docs.mavibot.ai/chatbot/ai/two-assistant.md)
- [Google Sheets for AI assistant](https://docs.mavibot.ai/chatbot/ai/google-sheets-for-ai-assistant.md): In this article, we’ll explore how a bot can read data from Google Sheets and use it within an AI assistant


---

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