# Value Streams Import and Export

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

<figure><img src="https://2734760799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8dAaH7DfB59pzZwLxmur%2Fuploads%2Fgit-blob-a698c486d06f4e4a5a292f0d0283885d1a867e8e%2Fdp_import_export_vs.png?alt=media" alt=""><figcaption></figcaption></figure>

To export a value stream:

1. Go to the Management Dashboard, and choose the three dots icon next to the value stream you want to export.
2. Choose **Export Process**. The value stream gets automatically exported and downloaded as a `.json` file.

To import a value stream:

1. Go to the **Management Dashboard** and choose the **Import** button at the top right, above the list of processes.
2. Upload the `.json` file containing your value stream. 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**.
3. To start the import, choose **Import Process**. The value stream gets automatically added to your dashboard list, with the **Last published** date showing the import date.

<figure><img src="https://2734760799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8dAaH7DfB59pzZwLxmur%2Fuploads%2Fgit-blob-21ba5adcd5e9942d3c8ebc6b93130d0a00973dc7%2Fimport_process_vs.png?alt=media" alt=""><figcaption></figcaption></figure>

The value streams are imported along with:

* Events - the events that you use in your value stream 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 value stream 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

Current things that can't be exported/imported with a value stream:

* Cloud function connectors - this is going through an improvement process and will be updated.

{% 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.
{% endhint %}
