# Breakout: Return

The **Breakout: Return** node is used in a breakout flow to send data back to the phone conversation.

You can specify exactly which variables you want to return to the phone call, before closing the conversation on PWA.&#x20;

## How to use?

The Breakout: Return is the final node in your flow. Shortly before closing the conversation, it will send the data you collected in this flow to the originating phone conversation.&#x20;

In the flow below, you can see we ask for a users' email first, then with the Breakout: Return node we send the Email variable back to the phone conversation. There the variable will be immediately available   with the value we collected here.

{% hint style="warning" %}
Only use the Breakout: Return node on a flow which is started by the Breakout: To chat node. It is not possible to send data elsewhere.
{% endhint %}

<figure><img src="/files/M2eSv5YXWZGLVAYBBdPF" alt=""><figcaption></figcaption></figure>

## Node properties

| Property         | Description                                                     | Explanation                                                                                 |
| ---------------- | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| Close text       | The text said by the bot before closing the chat conversation.  |                                                                                             |
| Return variables | The variables which will be available in the phone conversation | Variables which aren't in this collection, will not be sent back to the phone conversation. |


---

# 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://manuals.dialox.ai/studio/flows/nodes/breakout-return.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.
