# Exporting Files

You can export data from data sources you own. The data can then be used in other tools within the organization.

You can export data from vector spatial DS and non-spatial DS.

Data is exported to files in the following formats:

* **Vector spatial DS**
  * GeoJSON
  * GeoPackage
* **Non-spatial DS**
  * CSV
  * GeoPackage

{% hint style="info" %}
If the data from multiple DS is exported in GeoPackage format, the data from all DS is included in the same file.
{% endhint %}

{% hint style="info" %}
The exported file is always compressed as `.zip`.
{% endhint %}

#### Exporting Data

You access this function from the data source contextual menu, in the **Data Sources** tab of the Data Sources section.

If you select multiple data sources of the same type (vector DS or non-spatial DS), you can export them in bulk from the same menu.

To export data:

1. Select the data source(s) whose data you want to export.
2. Open the contextual menu and click **Export Data**.
3. In the window, select the format of the exported file.
4. Click **Export**. Once the export is complete, the file(s) appear in the **Exported Files** tab. From that tab you can download or delete the files.


---

# 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.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/integrating-data-data-sources/managing-data-sources/exporting-files.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.
