# Data Export

{% hint style="info" %}
Raw data export is available for [Basic, Business and Enterprise price plans](https://www.devtodev.com/promo/pricing).
{% endhint %}

## Export via API

Use devtodev API to export raw data.&#x20;

{% content-ref url="/pages/-LyhAC0Ly5EcTxM-jiNZ" %}
[Raw Export](/integration/server-api/raw-export.md)
{% endcontent-ref %}

## Raw Data Export via devtodev interface

Build a report and download it as a .csv file right in the devtodev interface.

{% content-ref url="/pages/-M-Q4nDv8ChS7Jqn5Ok5" %}
[Tuning](/reports-and-functionality/project-related-reports-and-fuctionality/tuning.md)
{% endcontent-ref %}

## Export to Cloud Storage

Configure data export to a data storage.

{% content-ref url="/pages/-Mb\_J9B648-LC\_NyzOH5" %}
[Data Export to Cloud Storage (BigQuery / Amazon S3)](/integration/data-export/data-export-to-cloud-storage-bigquery-amazon-s3.md)
{% endcontent-ref %}


---

# 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.devtodev.com/integration/data-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.
