# Export/Import workflows

## Exporting workflows

When you built your own workflows that work, it’s always a good idea to save them locally.

To do that:

1. Proceed to the <mark style="background-color:blue;">**“List of workflows”**</mark> page
2. Choose the workflow you want to backup
3. Click the <mark style="background-color:blue;">**“Export workflow”**</mark> icon

<figure><img src="/files/t4fZwMd4OuxnbyvTSoct" alt=""><figcaption><p>Exporting workflows from the list as JSON</p></figcaption></figure>

As a result, you’ll have a JSON file with the workflow that can be imported later.

## Importing workflows

Sometimes you need to restore the previous version of the workflow, create new workflows from templates outside or import it to a different Drafter AI instance.

To do that:

1. Proceed to the <mark style="background-color:blue;">**“List of workflows”**</mark> page
2. Click the <mark style="background-color:blue;">**“Import”**</mark> button at the top right of the page.
3. Drag-drop the JSON file of the workflow you exported/saved before to the ***Upload area***.
4. Click <mark style="background-color:blue;">**“Apply changes”**</mark>

<figure><img src="/files/WZ9mAlZUPmD8wdeG3OJu" alt=""><figcaption><p>Importing new workflows</p></figcaption></figure>

Now your newly imported workflow appears in the list of workflows.


---

# 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.drafter.ai/maintain/export-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.
