# Exporting Data from a Database

With Lucy, you can export a database as a CSV file.

Let's see how to do it.

1. On the app **homepage**, go to the **My Work** tab on the left sidebar.
2. All the folders you have created, as well as those created by others, will be listed.
3. If you cannot locate the folder in the list, type in the folder name under **Search Folders.**
4. Click on the folder you wish to open.
5. Head to the **Databases** tab.
6. Search and click on the required **database**.
7. A spreadsheet view of your database will be opened in a new window.
8. Click **Export**.
9. Your database will be exported as a downloadable .CSV file.

Watch this video to learn how to export a database to a CSV file.

{% embed url="<https://drive.google.com/file/d/19418mVuZEaqKYWx5lyAgvR1i-nBUa2ZD/view?usp=sharing>" %}

<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.iviva.com/lucy/my-work-folders/databases/exporting-data-from-a-database.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.
