> For the complete documentation index, see [llms.txt](https://docs.mylinkconnect.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mylinkconnect.com/database/collections/import-and-export-collections-data.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mylinkconnect.com/database/collections/import-and-export-collections-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
