> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/value-stream-modeller/value-streams/import-export.md).

# Import and Export

The Import and Export feature is useful when you want to move your value streams from one tenant to another for example, from your test environment to production.

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

### Exporting a value stream

{% stepper %}
{% step %}
**Choose the process you want to export**

Go to the **Value Streams** view, and choose the three dots icon next to the process you want to export.
{% endstep %}

{% step %}
**Choose Export Value Stream**

The process gets automatically exported and downloaded as a `.json` file.
{% endstep %}
{% endstepper %}

### Importing a value stream

{% stepper %}
{% step %}
**Choose the Import button**

Go to the **Value Streams** and choose the **Import** button at the top right, above the list of processes.
{% endstep %}

{% step %}
**Upload the `.json` file**

Upload the `.json` file containing your process - you can either drag and drop the file or select it using the standard file browser. If you selected the wrong file, choose **Cancel** to choose another one. To abandon the entire operation, choose **Discard**.
{% endstep %}

{% step %}
**Start the import**

Choose **Import**. The process gets automatically added to your value streams list, with the **Last published** date showing the import date.

<figure><img src="/files/LrCFCx7xCNDCSiPnLq1q" alt="" width="350"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

The value streams are imported along with:

* Events - the events that you use in your process are imported and added to events registry in the tenant
* Make scenarios - all the scenarios that are used in your process are imported in the same configurations
* Subflows - when you have subflows configured in your process, the linked process is imported as well
* Conditions - the process is imported together with conditions applied at the steps levels
* Rulestore - the rules set up for your value stream are reflected in the new tenant
* Forms - forms used by the value stream are copied to the new tenant as well

{% hint style="warning" %}

* If any of your Make scenarios include connections that don’t exist in the target tenant, you need to recreate those connections. For example, if you have a Gmail connection in your test tenant, you need to set it up again in the production tenant.
* Currently, cloud function connectors can't be exported/imported together with a value stream.
* After import or copy, you may temporarily see multiple scenarios with the same name in Make. To identify the correct one, check the scenario folder that corresponds to your imported value stream.
  {% endhint %}


---

# 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:

```
GET https://developer.emporix.io/value-stream-modeller/value-streams/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.
