# Exporting data from Stacker

You can export your tables and data into .csv files. The export works with all data sources.

## How to export

1. Go to **Manage fields and data**
2. Go to the table you would like to export
3. Click **Export**
4. A .csv file will automatically download

![Screenshot\_2022-06-29\_at\_12.00.47.png](https://support.stackerhq.com/hc/article_attachments/7370704690067/Screenshot_2022-06-29_at_12.00.47.png)

## Additional information

* Any field that is visible on the data grid is exported.
* Fields are exported in the same order as displayed on the data grid.
* You can only export per table—it is not possible to bulk export yet.
* It is not possible to export comments from the activity tab.
* End users can export a .csv from list layouts—[learn how here](/stacker-classic/layout-types/list-display-types/list-options/allow-users-to-download-list-data-as-csv.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://docs.stackerhq.com/stacker-classic/data/exporting-data-from-stacker.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.
