# Export & Import Workflows

You can import and export workflows between multiple Shopify stores that have MESA installed.

### Export

To export a workflow, go into the **My workflows** page and find the workflow that you would like to export. There are two ways to export workflows:

1\. Click on the vertical three-dot icon on the right-hand side and click on **Export**. MESA will download a Zip folder onto your desktop.

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

2\. You can click into the workflow and click on the **Dashboard** tab. Scroll all the way down until you see Actions. Then, you can click on **Export**. MESA will download a Zip folder onto your desktop.

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

{% hint style="info" %}
[Connections](/going-further/credentials.md) are not exported. Since in most cases, Connections are unique to each Shopify store. You will need to select a connection on steps that require it once a workflow has been imported into a different store.
{% endhint %}

### Import

To import a workflow, you will need the Zip folder on your desktop. Then, head to the **My workflows** page. Click on the **Import** button under "Start with a template".

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

Drag the Zip folder into the dotted box or select the MESA Export Zip folder.

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

Then, click to install the workflow! 🎉


---

# 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.getmesa.com/going-further/export-and-import-workflows.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.
