> For the complete documentation index, see [llms.txt](https://docs.patagon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patagon.ai/es/rendimiento-de-ventas/take-control-conversation.md).

# Cómo tomar el control de una conversación

Cuando un lead necesita una respuesta humana, puedes tomar el control de cualquier conversación activa y responder directamente; sin intervención del agente de IA.

1. En el menú lateral, ve a Leads > Conversaciones.
2. Abre la conversación que deseas tomar.
3. En la parte inferior del panel de chat, verás el mensaje "Tomar control de la conversación" con un botón Tomar Control.
4. Haz clic en Tomar Control. El campo de entrada de mensaje se activa y puedes escribir tu respuesta.
5. Responde directamente al lead. El agente de IA no enviará mensajes mientras estés en control.
6. Cuando termines, haz clic en Salir de la conversación para devolver el control al agente de IA. El agente retomará las respuestas automáticamente.

## El temporizador de la ventana de 24 horas

El temporizador en el encabezado de la conversación muestra cuánto tiempo queda en la ventana de mensajes de 24 horas. Cuando llega a 0, ya no puedes enviar mensajes de texto libre a ese lead; necesitarás usar una plantilla de mensaje aprobada por WhatsApp para reabrir la conversación.

{% hint style="warning" %}
Si el temporizador está por debajo de 1 hora, prioriza responder a ese lead antes de que la ventana se cierre. Una vez que expire, solo puedes alcanzarlo con un mensaje de plantilla pre-aprobado; consulta Cómo crear plantillas de mensajes.
{% endhint %}

Usa Tomar Control cuando un lead tiene una objeción compleja, pide hablar con una persona, o cuando el agente de IA ha alcanzado la condición de transferencia definida en el prompt de tu agente.


---

# 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.patagon.ai/es/rendimiento-de-ventas/take-control-conversation.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.
