# External Handoff

{% hint style="info" %}
Zendesk integration requires the Total plan, and Bitrix24 the Enterprise plan.
{% endhint %}

The External Handoff action is similar to [Human Handoff](/docs/modules/ai-agents/workflows-and-actions/human-handoff.md), except instead of transferring the chat to a user in Proto, it's transferred to a third party platform. Current platforms supported are:

* [**Bitrix24**](/docs/modules/ai-agents/publishing/bitrix24.md) — where the chat is transferred to another chat user in the Bitrix24 dashboard.
* [**Zendesk**](/docs/modules/ai-agents/publishing/zendesk.md) — where the chat is transferred to a live agent in the Zendesk helpdesk platform.

***

## Configuration

Select an **External Handoff** action from the tree to configure it.

Select the **Platform** to transfer chats to. See the [Bitrix24](/docs/modules/ai-agents/publishing/bitrix24.md) and [Zendesk](/docs/modules/ai-agents/publishing/zendesk.md) articles for their respective setup guides.

Press **Save** to confirm edits.

***

## Handoff

When the AI agent triggers an external handoff, the chat session will automatically end on Proto's side and be permanently transferred to the new platform. Proto has no access to the subsequent external chat, and only historic messages prior to handoff will be visible in the Inbox dashboard.


---

# 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://documentation.proto.cx/docs/modules/ai-agents/workflows-and-actions/external-handoff.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.
