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

# Export

### Start with Export <a href="#start-with-export" id="start-with-export"></a>

> The Import format is the same as the export format, so always start with an export

We'll come back to this when we talk about imports, but for now, just know that there are no "templates" or "example" sheets that you need to download when importing data in Pakk - you just start with an export and work from there.

### List View = Export <a href="#list-view-export" id="list-view-export"></a>

The CSV export framework in Pakk is built right into regular list views - it's not a separate screen or view.

1. In the main menu, navigate to the entity you need to export - head to a preconfigured view, a custom view or use the "base" view as a starting point (the 3-vertical-dots icon).
2. Use the search, sort and particularly filtering functionality to narrow down the list of records to include only what you're interested in exporting.
3. By default, the fields (columns) you see are the ones that will be exported in the CSV. If you want to include more or less fields in the export, just edit the list view to include or exclude the fields you are not interested in. If you want to export **all** available fields, you can select that option in the next step. Alternatively you can choose to export on 'required' fields, which is useful if you are preparing a bare-bones import.
4. Hit the 'Export' button. You'll be given the option to 'include all fields' if you want a complete export, but be warned that the file size can potentially be *very*large. Alternatively you can choose to only export 'required' fields. Otherwise, the records you see in your list view are the ones that get exported (all pages though, not just the one you're on).

> Be careful if your Excel is set up for a European region that uses `,` as the decimal separator - it can cause havoc when viewing CSV imports! You need to find "Regional Settings" and set your "decimal separator" to `.` and "list separator" to `,`.


---

# 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.pakk.io/data-and-integrations/data-import-and-export/export.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.
