# Export Dialog Flows

When you need to back up existing dialog data for various purposes, such as conversation evaluation, bot improvements, or other needs, you can use the export feature to download the list of available dialogs in 3Dolphins.

To get started, go to the Dialog Flows page and click the **'Export'** button to export the dialogs.

<figure><img src="/files/Wfrxuosnnz06jUZvnsoM" alt=""><figcaption><p>Export Button</p></figcaption></figure>

In the pop-up, there is a dropdown menu to select the dialog group you want to export. Then, select 'Export XLS/CSV' button to generate file dialog based on your needs. After that, you can click button 'Download' icon ( <img src="/files/aXluD1HKKLbG8hKI6tEB" alt="" data-size="line">) to start downloading file dialog.

<figure><img src="/files/vRJMMEIaJqKOXcj7925M" alt=""><figcaption><p>Download Dialog</p></figcaption></figure>

If it success, the file will be automatically saved to your local storage. The following is an explanation of the contents file are as follows.

<figure><img src="/files/8MEabWh4bZ6Ad6uUt81n" alt=""><figcaption><p>File Dialog Flows</p></figcaption></figure>

**Component Explanation:**&#x20;

<table><thead><tr><th width="313">Name</th><th>Description</th></tr></thead><tbody><tr><td>Dialog Name</td><td>The name of the dialog you use in the Chatbot.</td></tr><tr><td>Group</td><td>A place to group dialogs based on categories.</td></tr><tr><td>Payload</td><td>Contains text or a unique code to process the next response. For example, text that triggers a specific context, such as a conversation flow.</td></tr><tr><td>Script</td><td>Indicates that intentions and entities configured within the dialog. </td></tr><tr><td>Last Updated</td><td>The last time the dialog was updated, in the format DD/MM/YYYY HH:MM.</td></tr><tr><td>Last Update By </td><td>The name of the user or admin who last updated the dialog.</td></tr><tr><td>Entity Rule </td><td>Configure and validate entities according to predefined rules by applying MVEL-based rules (Java syntax).</td></tr><tr><td>Question Response</td><td>The response provided by the bot for questions asked by customers.</td></tr><tr><td>Workflow Integration</td><td>Indicates whether the dialog is integrated with a specific dialog.</td></tr><tr><td>Confident Level Dialog</td><td>The confidence score of the bot in responding to customer's message. </td></tr><tr><td>Success Response</td><td>The response provided by the bot when the conversation is successful.</td></tr><tr><td>Failed Response</td><td>The response provided by the bot when the conversation fails.</td></tr><tr><td>Cancel Response</td><td>The response provided by the bot when the conversation is canceled.</td></tr><tr><td>Unknown Response</td><td>The response provided by the bot when the system cannot understand the customer's question.</td></tr></tbody></table>


---

# 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.3dolphins.ai/bot-settings/dialog-flows/export-dialog-flows.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.
