> 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/en/sales-performance/take-control-conversation.md).

# How to take control of a conversation

When a lead needs a human response, you can take control of any active conversation and reply directly — without the AI agent intervening.

1. In the sidebar, go to Leads > Conversations.
2. Open the conversation you want to take over.
3. At the bottom of the chat panel, you'll see the message "Take control of the conversation" with a Take Control button.
4. Click Take Control. The message input field activates and you can type your response.
5. Reply directly to the lead. The AI agent will not send messages while you are in control.
6. When you're done, click Step out of conversation to return control to the AI agent. The agent will resume responding to new messages automatically.

## The 24-hour window timer

The timer in the conversation header shows how much time remains in the current 24-hour messaging window. When it reaches 0, you can no longer send free-form messages to that lead — you'll need to use an approved WhatsApp template to reopen the conversation.

{% hint style="warning" %}
If the timer is under 1 hour, prioritize responding to that lead before the window closes. Once it expires, you can only reach them with a pre-approved template message — see How to create message templates.
{% endhint %}

Use Take Control when a lead has a complex objection, asks to speak with a person, or when the AI has reached its handoff condition defined in your agent's prompt.


---

# 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/en/sales-performance/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.
