> ## Documentation Index
> Fetch the complete documentation index at: https://learn.getodin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting & Importing Workflows

> Export your workflows and import them into other environments.

Odin AI Workflows (also referred to as Flows) allow you to **Export** your Workflows as JSON files. This enables you to export flows in one project and iumport them into another or build multiple environments, according to your Software Development Lifecycle (SDLC), and **Import** approved Workflows from development to testing, as an example. When you create a workflow, Versions of that workflow are craeted each time you make changes and save them. However, Exported Workflows do not retain their version history. Instead, a new set Versions will be created as an Imported Workflow is modified and saved. This article will walk you through the steps to **Export** and **Import** your Workflows.

## Exporting a Workflow

Workflows are exported from the Workflows list. If you want to export a workflow you are editing, save your changes and select the house icon in the upper left corner of the editor to return to the list.

<img src="https://mintcdn.com/odinai/Ep2YKmrk2JutgqAh/img/tools/export.gif?s=efb0be7166f580845a66ccc2b92252a2" alt="Exporting a workflow" width="1352" height="565" data-path="img/tools/export.gif" />

1. Select **Workflows** from the left navigation menu to open the Workflows list.
2. Select the **three vertical dots**\* (<Icon icon="ellipsis-v" />) on the right side of the workflow you want to export.
3. Select **Export** from the context menu that appears.

The a JSON file will be automatically created and downloaded to your Downloads directory with the name of the workflow as the filename, e.g., "*My Workflow\.json*"

## Importing a Workflow

Workflows are imported in the Workflows list. Upon import, the workflow is automatically saved and the editor will open for you to review and edit the imported workflow.

<img src="https://mintcdn.com/odinai/Ep2YKmrk2JutgqAh/img/tools/import.gif?s=2e2067b44d4b0b30e8a084fe09e53699" alt="Importing a workflow" width="1352" height="565" data-path="img/tools/import.gif" />

<Warning>The EKB application where the exported workflow came from must be the same version as the EKB you intend to import the workflow into.</Warning>

<Note>We're preventing 50 files in the initially released version.</Note>

1. Select **Workflows** from the left navigation menu to open the Workflows list.
2. Select **Import Flow** in the upper-right corner.
3. In the Import Flow popup, select **Choose File**.
4. **Locate the JSON file** on your computer, select it, then select **Open**.
5. Select the **Import button** to import the workflow.

The workflow is imported, saved, and is opened in the editor after selecting the Import button.
