# Exporting Data to CSV

Export your Zigpoll survey response data to a CSV file for analysis in Excel, Google Sheets, or other tools.

#### Manual Export

1. Open your Zigpoll dashboard.
2. Click the **Export to CSV** button on the top left of your dashboard.

#### Automated Exports

To receive regular exports on a schedule:

1. Click **Automations** in your dashboard.
2. Create a new automation.
3. Set the cadence (daily, weekly, monthly, etc.).

Zigpoll will automatically generate and send the export file on your chosen schedule. For more details, see [Automations](/tutorials/automations.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.zigpoll.com/tutorials/exporting-data-to-csv.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.
