# Import And Export Collections Data

The data contained in each collection can be imported and exported anytime from the global collection view.

![](/files/-M__c5G8ImuywWajUMmo)

### Export Collection Data

To export all of your collection data simply click on the "Export Data" icon button available on the general data view. Export is executed using a scheduled ASAP report that will be carried on by MyLINK Connect .\
As soon as the report is ready for download you will receive an email at the address configured on your account.\
The export procedure will export all of the records contained in the current collection. Query [limits ](/database/collections.md#limits-and-counters)imposed on the general data view are not applied to data export.

Data Export is also available in a real-time, [API based access.](/database/database-api-access.md)

### Import Collection Data

Data can be imported in your collection by simply supplying a standard CSV file. The file is expected to have field names on the very first line. CSV files starting with a SEP indicator on the very first line are also accepted.

If the supplied file contains a column named "**\_id**", MyLINK Connect will attempt to update the document with a unique id equal to the value of the current CSV line. If the document does not exist, it will be inserted with the specified unique id.

The import is immediate, as soon as the file is uploaded to your MyLINK Connect account.


---

# 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.mylinkconnect.com/database/collections/import-and-export-collections-data.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.
