# Import/Export Surveys

### Overview

Reusing survey structures across different domains or environments is simple with the Export and Import feature. Instead of manually rebuilding complex questionnaires, users with permission to create surveys can download a survey definition and upload it elsewhere to maintain consistency and save time.

***

### Exporting a Survey

You can export any survey regardless of its status—whether it is a Draft, Scheduled, or already Published.

1. Navigate to your Surveys list.
2. Locate the survey you wish to reuse and click the **three-dot menu (...)**.
3. Select **Export Survey**.
4. The system will download a .json file to your computer.

#### What is included in the export?&#x20;

The exported file contains the complete survey definition, including:

* Survey structure and all questions.
* Images used within questions or answer options.
* Design settings and preferences.
* Full Rule Builder configurations and branching logic.

***

### Importing a Survey

Once you have an exported survey file, you can upload it to any domain where you have survey creation permissions.

1. Go to the Surveys module.
2. Click the arrow on the **New Survey** split button and select **Import New Survey**.
3. Upload the .json file you previously exported.
4. The survey will automatically be created and opened in Draft mode.

After importing, the survey follows the standard creation workflow. You can review all questions, logic, and settings to make any necessary adjustments before taking the survey live.

{% hint style="warning" %}
For security and privacy, Audience configurations are **not** included in the export file. When you import a survey, the Audience step will load with default values. You must manually configure your target audience before you can publish.
{% endhint %}


---

# 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://guides.mangoapps.com/user-guide/surveys/creating-a-survey/import-export-surveys.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.
