# Importing & exporting a process flow

## Introduction

It can sometimes be useful to export a process flow and then import it, particularly if you manage [multiple company profiles](/product-documentation/company-management/multi-company-profiles.md) and need to share flows between them.

## Exporting a process flow

{% stepper %}
{% step %}
**Access your process flows**\
Select `process flows` ➤ `process flows` from the left-hand navigation menu. All flows associated with your company profile are listed.
{% endstep %}

{% step %}
**Select the export option**&#x20;

Locate the required process flow and click the associated `export` button. For example:

<div align="left"><figure><img src="/files/Ed5CrtT0XjUvatNCBBEO" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Locate the downloaded file**

The process flow is exported immediately, and the JSON file is saved to your browser's default downloads folder. The naming convention is:

`Process flow name`-`current date`-`timestamp`-`company name`

For example:

`New_Sample_Flow_1_-`*`20260313_203038`*`-_Docs_Demo_Test_Company`
{% endstep %}
{% endstepper %}

## Importing a process flow

{% stepper %}
{% step %}
**Access your process flows**\
Select `process flows` ➤ `process flows` from the left-hand navigation menu. All flows associated with your company profile are listed.
{% endstep %}

{% step %}
**Select the import option**&#x20;

Click the `import` button at the top of the page. For example:

<div align="left"><figure><img src="/files/xA9PIF8iZvhVxo2RcUjQ" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Select a previously exported flow**

Navigate your file system to locate and select the JSON file for a previously [exported](#exporting-a-process-flow) process flow.
{% endstep %}

{% step %}
**Update the imported flow**

The imported flow is added to your process flow list with the same name as the import file. For example:

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

You can [rename](/product-documentation/process-flows/managing-process-flows/renaming-a-process-flow.md) the flow and update steps as needed.
{% endstep %}
{% endstepper %}


---

# 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://doc.wearepatchworks.com/product-documentation/process-flows/managing-process-flows/importing-and-exporting-a-process-flow.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.
