# Export Data as CSV

By clicking on *More Actions* on your TaskBot page, you can select the option to export your data as a CSV file.

<figure><img src="/files/qomCb6UXQZHx7gdBZskF" alt=""><figcaption></figcaption></figure>

This option is also accessible from your table view.

<figure><img src="/files/seNZ3ObHM4BxAaWhsa2y" alt=""><figcaption></figcaption></figure>

And you can also access it from the tables list page <https://creator.zerowork.io/datagroups>.

<figure><img src="/files/AVj529edFJ87XvCJUKP3" alt=""><figcaption></figcaption></figure>

### How to Export Data as a CSV File from a Google Sheet?

Google Sheet allows you to export data as a CSV file, too. Simply click on *File -> Download -> Comma Separated Values (.csv)*  inside your Google Sheet, as shown below.

<figure><img src="/files/hROVfUYZ3y9qVPYJ0HPN" alt=""><figcaption></figcaption></figure>


---

# 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.zerowork.io/using-zerowork/using-tables/export-data-as-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.
