# Export

The "Export" function allows you to generate and download a CSV (Comma-Separated Values) file of the currently filtered data. When this action is initiated, the app compiles the data that is visible and adheres to the active filters set by the user. This data is then formatted into a CSV file, a widely-used format compatible with various data analysis tools and spreadsheet applications.

The exported CSV file captures the specific dataset you are viewing or working with at the moment of export, making it an invaluable tool for detailed data analysis outside the application, reporting, or record-keeping purposes. This feature ensures you have flexibility beyond the app to further manipulate, analyze, or share data in a format that is portable and universally accessible.

To download the current view, click the "Export" button on the actions bar.

<div align="left"><figure><img src="/files/na7rd5I6QNyLMVpGLjqV" alt=""><figcaption></figcaption></figure></div>


---

# 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.advertisingbeast.com/managing-advertising-accounts/modules/cross-module-components/data-tables/actions-bar/export.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.
