# Planned Export

This feature allows you to configure automatic sending, according to a defined frequency, of Daxium-Air elements : JSON of the submission, reports, attachements, images, files, signatures, ...

## Configuring integration with the FTP server

Go to **Settings > Webservices > Integrations:**

![](/files/MDupJPiBiVq9zcffnC7q)

If you do not have an "FTP" active:

Click the **"Add"** button at the top right and choose the "FTP" integration

![](/files/FzBXHaET7TKwwQAnCscq)

In the add screen, enter a name, check "Active", then fill in "User name" and "Password".

If your server uses the FTPS protocol (FTP with SSL), also check "SSL" :

![](/files/rmsKPROMecW3SCCbKEsS)

Click the **"Save"** button at the top right, reopen the integration and click the "Check connection" button at the top right. :

![](/files/xpJoBTn20QtpRJv9GeTZ)

If a green message "Connection successful" appears, you can continue.

If not, correct the settings and click on **"Save"**.

Then repeat the **"Check Storage Connection"** operation until you get a success message.

![](/files/Cc6RI9XpCNF9dq5iXLUM)

## Configuration for reports

### Prerequisite

* In Daxium-Air: If you want to export reports, you must have report templates (automatic or scheduled) previously configured in **Settings > Reports**

![](/files/C2dbgUBmDBcvTb2UyZ4M)

* Excluding Daxium-Air: The identifiers (login and password) of an account on an FTP or FTPS server (FTP with SSL), having rights to create folders and files.

### Configure the export

Go to **Settings > General > Planned Exports:**

![](/files/yPB7rnT6WkErBBTZK3AO)

Click at the top right on the button **"Add export"** and select "Periodic data export" :

![](/files/F1BU3bw2B5W4de55lik3)

In the **first section**, enter a name, check "Active" and choose the integration previously created and verified previously in the "Integration" list. You can also check the forms to include:

![](/files/abWhpZnKOat8qaL0ehLj)

In the **"Manual and automatic reports"** section, if you want to export reports, check "Active".

If necessary, edit the name of the "Directory" using the "Edit" to the right.

**Types of reports to export**:

* Manual reports: reports generated manually by all users of the workspace
* Automatic reports: automatic or scheduled reports generated on the workspace

**Report modes to export**:

* Listing reports: reports with the "Listing mode" option, which contains information from several submissions
* Individual reports: reports containing information from a single submission

![](/files/JpHL0Oes3xAPPSF1Svld)

{% hint style="info" %}
Favor exporting the bare minimum, so as not to export too many files and take up space unnecessarily.
{% endhint %}

## Add any other element (JSON, images, files, signatures, ...)

In the "**Directory or folder**" section, check the desired options. You can enter a custom path of your FTP for each element:

![](/files/wlZVcbDL0LwvhLRSMyv1)

## Scheduling

In the **"Export Scheduling"** section, choose a start time in at least 5 minutes, as well as other parameters as you wish:

![](/files/kuy7qAErJ9eMT4AP2hxT)

Finally, click at the top right on the button **"Save"**.

To check that your export is working correctly, return to the list of scheduled exports and take note of the values in the **"Last execution"** and **"Next execution" of your export:**

![](/files/Okfne4v9ZdQrkwdfbqGH)

Wait at least 10 minutes after the scheduled execution time of your export, then refresh the page.

If the export is successful, you will see that the values have been updated.

Your files are now available on your FTP server.

If that fails, click the "Show" in the column **"Last export message".**

Fix any configuration issues, then change the start time of your export to run it again.


---

# 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/connect/exporting-data/planned-export.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.
