# Download your Collection as a CSV File

> *Skill level: Beginner*

## Before You Begin

* Know about [Databases](/database.md) and the basics of how to create them.
* You do not need a paid Adalo plan to download your data. The free Adalo plan comes with 50 free records that you can download as CSV.
* Each collection has to be downloaded separately - the option to download all your collections at once is currently not available. Please raise a [feature request](https://ideas.adalo.com/feature-requests) or upvote one and you will be informed as we make progress on the same.
* If you have over 100K records in a collection and the export CSV option is taking time to complete, please [submit a support ticket.](https://info.adalo.com/submit-a-support-ticket)
* In a many-to-one or many-to-many relationship, details from the "Many" side won't appear in the CSV file.

## Walkthrough

When you want to export your data as a CSV file, follow the steps below:

1. Go to your app and using the left panel, select the Database tab.&#x20;
2. From there, select the collection that you wish to export and click the "\<count> records" button to open the collection in a modal.
3. &#x20;Click the icon on the top navigation that looks like a cloud. This should start the process of your CSV download. This file can be opened with Excel or Google Sheets for analysis, amongst other things.

<div><figure><img src="/files/wSmtS0kbmSFSJEMkGuwN" alt=""><figcaption><p>Step  2</p></figcaption></figure> <figure><img src="/files/RyQchTXdU3DOwIEnwPdk" alt=""><figcaption><p>Step 3</p></figcaption></figure></div>

## Help

Learn more about uploading CSV in [Importing Records from CSV File](/database/importing-records-from-a-csv-file.md).<br>


---

# 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://help.adalo.com/database/download-your-collection-as-a-csv-file.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.
