> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/getting-started/quickstart/data-export.md).

# Data export

## Exporting data to files

The system allows exporting data to CSV, ODS, XLSX, XML files from any table available in the system for further analysis or archiving. This feature enables quick download of the currently displayed data for use outside the system.

<figure><img src="/files/9fd640acb9c58429ff3333f0d70c1929d8297b0c" alt="" width="375"><figcaption></figcaption></figure>

### How to perform a data export

1. Go to the selected table in the system.
2. In the upper right corner of the table click the file icon with an arrow (export).
3. The data will be saved to a file in the selected format and downloaded to the user’s computer.

<figure><img src="/files/d1af33a13abcbdd6762c70ede363fee24e571fa3" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %}
**Information**

Before performing the export you can use [filters](/eacloud-docs-en/getting-started/quickstart/filtering.md) described in another documentation entry.

After applying filters the exported data matches the current table view, allowing you to obtain personalized data sets, e.g.:

* only computers with a specified operating system,
* users logging into computers within a selected time range.
  {% endhint %}

### Summary

The data export to files feature enables downloading data from any table in the system. Applying filters before export allows you to obtain data precisely tailored to the user’s current needs.


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/getting-started/quickstart/data-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.
