# Comportamiento en la Conversación - Iniciar Conversación ▶️

#### Esta funcionalidad te permite configurar quien inicia la conversación.

<figure><img src="/files/4Y4eAREC7qWyS3KdwE7x" alt=""><figcaption></figcaption></figure>

Las opciones para definir quien inicia la conversación son:

* **Inicia el Usuario:**\
  Con esta configuración, el agente de IA esperará a que el usuario hable primero para dar inicio a la conversación.
* **Inicia la IA (Mensaje Dinámico - Basado en Instrucciones):**\
  Si eliges esta opción, el agente de IA comenzará la conversación con unos mensajes generados de forma dinámica. Este mensaje se creará a partir de las instrucciones o el "prompt" que hayas configurado para el agente.
* **Inicia la IA (Mensaje Predefinido):**\
  Al seleccionar esta opción, el agente de IA iniciará la conversación utilizando un único mensaje específico que has definido previamente en tu prompt.


---

# 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.dapta.ai/dapta-docs-es/agentes-de-voz-ia/configura-tu-agente-de-voz-ia/guia-para-configurar-tu-agente-de-voz/comportamiento-en-la-conversacion-iniciar-conversacion.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.
