# Daten exportieren

Sie können einen Datensatz jederzeit aus dem Menü **...** exportieren. Die Daten können im CSV-, Excel-, Parquet- oder JSON-Format heruntergeladen werden.

### Wie ein Datensatz exportiert wird

1. Öffnen Sie Ihren Datensatz über: **Startseite** → **Arbeitsbereich aufklappen** → **Lösung** → **Seitenleiste: Datensätze** → **\[Ihr Datensatz]**
2. Klicken Sie auf das Menü **...** in der oberen rechten Ecke
3. Fahren Sie mit der Maus über **Herunterladen als** und wählen Sie dann ein Format:
   * **CSV**
   * **Excel**
   * **Parquet**
   * **JSON**
4. Der Download startet automatisch

### Exportformate

| Format  | Anwendungsfall                               |
| ------- | -------------------------------------------- |
| CSV     | Am besten für Tabellen oder Rohdaten         |
| Excel   | Enthält Formatierung, verwendet in Berichten |
| Parquet | Optimiert für Leistung und Komprimierung     |
| JSON    | Nützlich für APIs oder strukturierte Daten   |


---

# 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.polyteia.com/datensaetze/daten-exportieren.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.
