> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhc2/flows/flow-editor/transfer.md).

# Transfer

The Transfer node transfers the call to another destination on the voice channel. A successful transfer completes the execution of this flow. If the transfer node is executed on the chat channel, or if the call is still connected after a failed transfer attempt the flow continues through the **error exit**.

<figure><img src="/files/6zDyNYGoXtMB4IPiGuwr" alt=""><figcaption></figcaption></figure>

## Parameters&#x20;

<table><thead><tr><th width="141">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Destination</td><td><p>The destination to transfer the call to. Either a valid </p><ul><li>tel: (E.164 format) <code>tel:+121224445**</code> </li><li>sip: URI. <code>sip:571549****@nw.iv****.com</code> <code>sip:571549****@10.197.1</code>  </li></ul></td></tr><tr><td>Label</td><td>An informative label that is shown together with the destination on the node in the flow to improve readability. <code>Connect to agent: tel:+121224445**</code></td></tr><tr><td>Integration ID variable</td><td>For <code>sip: URI</code> destinations only. The value of this context variable is added as User to User Information (UUI) to the transfer, allowing to send contextual data along with the transfer</td></tr></tbody></table>


---

# 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.ixhello.com/ixhc2/flows/flow-editor/transfer.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.
