# Import Export

User can easily export a bot flow from one account or environment and import it into another, making it simple to move bots between staging and production for smoother, controlled deployments and also helps in getting the same bot flow in different account without much manual efforts.

#### **How to Export a Bot Flow:**

1. Go to the bot flow you want to export.
2. At the top, next to the flow name, click the dropdown menu.
3. Select Export.
4. A JSON file of the flow will be downloaded to your system.

![](/files/476538b345d1d3b92e410c1a15fbda7fa63cdc0b)

#### **How to Import a bot flow:**

1. Go to Create a New Bot or open an existing bot.
2. At the top, next to the flow name, click the dropdown menu.
3. Select Import.
4. Upload the JSON file you previously downloaded from your local system.

This lets you quickly bring a bot flow into any account or environment with just a few clicks.

![](/files/c1a6f49c95a2b75f66db5c435f823d687d66726a)


---

# 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://help.reply.cx/troubleshooting/import-export.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.
