> For the complete documentation index, see [llms.txt](https://docs.mercuri.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuri.cx/mercuri-docs-es/caracteristicas/ai-assistants/asistentes-de-ia-predefinidos-en-mercuri-cx.md).

# Asistentes de IA predefinidos en Mercuri CX

En Mercuri CX, puedes usar los agentes de IA predefinidos o crear agentes de IA personalizados adaptados a las necesidades específicas de tu negocio.

***

#### Agentes de IA predefinidos

Mercuri CX ofrece **tres potentes asistentes de IA predefinidos**:

* **Sales AI Agent**
* **Order & Shipping AI Agent**
* **Booking AI Agent**

Cada uno está diseñado para automatizar áreas clave de interacción con el cliente.

Estos agentes de IA permiten a las empresas ofrecer respuestas instantáneas, precisas y personalizadas, mejorando la satisfacción del cliente y la eficiencia operativa, al mismo tiempo que reducen la carga de trabajo manual. Están diseñados para manejar consultas comunes pero críticas de los clientes las 24 horas del día, liberando a tu equipo para que se concentre en tareas más complejas.

***

#### <mark style="color:blue;">Lecturas recomendadas</mark>

* [Características clave de las agentes de inteligencia artificial](/mercuri-docs-es/caracteristicas/ai-assistants/asistentes-de-ia-predefinidos-en-mercuri-cx/caracteristicas-clave-de-los-agentes-de-ia.md)
* [Asistentes de IA predefinidos compatibles con Mercuri CX](/mercuri-docs-es/caracteristicas/ai-assistants/asistentes-de-ia-predefinidos-en-mercuri-cx/asistentes-de-ia-predefinidos-compatibles-con-mercuri-cx.md)
* [Cómo configurar agentes de IA predefinidos](/mercuri-docs-es/caracteristicas/ai-assistants/asistentes-de-ia-predefinidos-en-mercuri-cx/como-configurar-agentes-de-ia.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mercuri.cx/mercuri-docs-es/caracteristicas/ai-assistants/asistentes-de-ia-predefinidos-en-mercuri-cx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
