> For the complete documentation index, see [llms.txt](https://docs.borndigital.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.borndigital.ai/digital-agent/conversation-flow/nodes-explained/transfer-node.md).

# TRANSFER node

In a scenario, for instance, we're linking our current project, "My First Project," with a[ 'Transfer' node](/digital-agent/conversation-flow/nodes-explained/transfer-node.md) to "My First Virtual Assistant." It's important to note that this example is purely illustrative and can be customized according to specific project requirements.

{% hint style="info" %}
When transferring a project, it always begins from the ['Starting' node](/digital-agent/conversation-flow/nodes-explained/start-end-nodes.md). Ensure that the logic behind the subsequent project is accurate, and the project possesses a stable, active version for seamless transitioning.
{% endhint %}

<figure><img src="/files/RKvSiB6h8Wq6RvmV1vvN" alt=""><figcaption><p>Transfer node in nutshell</p></figcaption></figure>

### Some potential use cases:

1. **Transitioning from General to Specific Topics:** A project initially designed with basic welcome logic can smoothly transition to more specific topics using the transfer node, catering to diverse user queries or scenarios.
2. **Breaking Down Complex Scenarios:** Projects with intricate and multifaceted scenarios can be segmented into smaller, more manageable projects through the use of transfer nodes. This segmentation enhances organization and eases navigation through different components of the conversation flow.
3. **Seamless Handoff between Stages:** Utilizing transfer nodes to smoothly handoff or delegate tasks between various stages or processes within a conversation flow, ensuring a continuous and coherent user experience.
4. **Routing Users to Specialized Sections:** Redirecting users from a general inquiry stage to specialized sections or departments within the bot based on their specific needs or preferences using transfer nodes, improving user satisfaction and efficiency in query resolution.


---

# 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.borndigital.ai/digital-agent/conversation-flow/nodes-explained/transfer-node.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.
