# Export-Import Forms

In Daxium-Air it is possible to export and import forms. This allows you to duplicate forms that already exist in your workspace.

To export, you must position yourself on the form to export. In the settings (right side menu), at the very bottom of the list of options, you will find the "Advanced actions" :

![](/files/Dl0TyGtEdM4pKdMcLUdb)

A JSON file is automatically downloaded.

To import a form, go to Settings then Forms. Top right position yourself on the list of all forms in the workspace.

![](/files/3PqSLGNIRti0oDEcRw4U)

Click on the "Import" — the form import window in JSON format is displayed:

![](/files/3C3NQv3gZ48e2UeauRQA)

After selecting the JSON file and clicking on "Start Import" at the top right, if the form already exists in the workspace, a page will be displayed to modify the name of the form. If [lists](/user-documentation/build/building-forms/lists-management.md) are available in the imported form, you will have to choose to use the existing lists or create new ones.

![](/files/CjoWHf5PmtJ5ZAoqaTni)

* **Use the existing list:** Means not making any modification to the list and using a list already used by another form.
* **Rename the list:** Means creating a new blank list which will need to be completed later.

After making the appropriate modifications, you can start the import using the button located at the top right of the screen.

When the export is finalized, the new form is displayed. Please note this is not in an Active [version](/user-documentation/components-concepts-terminology.md#version). We advise you, before activating the form, to modify the lists, in the case where a list has been renamed.

After modifying the lists, you can activate the form. The activation button is located at the top right.

When importing a form, the following elements cannot be recovered; you must modify them before being able to activate the new form:

* Lists in the [conditions](/user-documentation/build/building-forms/conditions.md) whether it is a new list or an already existing list
* [Reports](/user-documentation/build/building-the-reporting.md)
* [Automations](/user-documentation/build/building-forms/automations.md)
* [Submission broadcast](/user-documentation/build/building-forms/submission-broadcast.md)
* Limitation of user fields to groups

{% hint style="info" %}
When exporting a form that includes a list field, linked to a list of more than 500 elements, this list will not be included in the JSON file generated. Please contact our support for an alternative solution.
{% 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://www.center.daxium-air.com/user-documentation/build/building-forms/export-import.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.
