# Constructor de chatbot con IA

- [Chatbot con IA](https://docs.mavibot.ai/doc/es/chatbot/ai/assistant.md): No te limites a crear un bot que funcione: crea uno que impresione. Juntos, demos vida a un chatbot inteligente, atractivo e inolvidable impulsado por IA.
- [Funciones del asistente de IA](https://docs.mavibot.ai/doc/es/chatbot/ai/functions.md): En este artículo, aprenderás sobre las funciones del asistente de IA y verás cómo pueden aplicarse en la práctica.
- [Chatbot con IA para reservas en línea](https://docs.mavibot.ai/doc/es/chatbot/ai/online-booking.md)
- [Asistente de IA con tablas de MaviBot](https://docs.mavibot.ai/doc/es/chatbot/ai/tables.md)
- [Búsqueda semántica](https://docs.mavibot.ai/doc/es/chatbot/ai/search.md): En este artículo hablaremos sobre la elección de la coincidencia "Búsqueda semántica".
- [Cómo crear dos o más asistentes de IA en un solo chat](https://docs.mavibot.ai/doc/es/chatbot/ai/two-assistant.md)
- [Google Sheets para el asistente de IA](https://docs.mavibot.ai/doc/es/chatbot/ai/google-sheets-para-el-asistente-de-ia.md): En este artículo, exploraremos cómo un bot puede leer datos de Google Sheets y utilizarlos dentro de un asistente de IA


---

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