# Export/import data

Bubble comes with built-in tools for importing and exporting database data. Both of these tools are avilable in the *Data - App data* section of the [Bubble editor](#user-content-fn-1)[^1].

<details>

<summary><a href="/pages/ErzpCb4YR1LYgxnVrRbs">Importing data (CSV)</a></summary>

You can import data from a CSV file. The article below guides you through the necessary steps, and offers a table of how to format the file, as well as a template file.

Article: [Importing data (CSV)](/help-guides/data/the-database/export-import-data/importing-data-csv.md)\
Article section: [CSV formatting table](/help-guides/data/the-database/export-import-data/importing-data-csv.md#formatting-the-file) (template file available)

</details>

<details>

<summary><a href="/pages/k5DZUACHROxhtrOTrpFN">Exporting data (CSV/JSON)</a></summary>

Article: [Exporting data](/help-guides/data/the-database/export-import-data/exporting-data.md)

</details>

[^1]: The Bubble editor is where you develop and maintain your app. It consists of tabs and sections for design, data, workflow, settings and more.

    Article series: [The Bubble editor](/help-guides/getting-started/navigating-the-bubble-editor.md)\
    Reference: [Bubble's interface](/core-resources/bubbles-interface.md)


---

# 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://manual.bubble.io/help-guides/data/the-database/export-import-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.
