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