> For the complete documentation index, see [llms.txt](https://legacy-docs.aquariumlearning.com/aquarium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aquariumlearning.com/aquarium/integrating-with-aquarium/exporting-data.md).

# Exporting Data

Aquarium allows you to export your data from Aquarium in order to aid in a variety of workflows:

* Export data that contains examples of **bad labels** to aid in the rewrite of labeling guidelines
* Export data from a Collection Campaign segment in order to **provide new data** for labeling to your labeling provider
* Export data that shows **interesting patterns** in order for further review with your team

**Depending on the view you are working in, Aquarium allows you to export your data in a JSON or CSV format.**

{% hint style="info" %}
If your team has a unique workflow that requires exporting data out of Aquarium, [reach out to our team](https://www.aquariumlearning.com/contact) and we are happy to explore options with you.
{% endhint %}

## Export Guides

{% content-ref url="/pages/2icyTncRhrU0IzlJmEpL" %}
[Batch Exports](/aquarium/integrating-with-aquarium/exporting-data/batch-exports.md)
{% endcontent-ref %}

{% content-ref url="/pages/jzfT6F5eMLUjoypuQ2lB" %}
[Webhooks](/aquarium/integrating-with-aquarium/exporting-data/webhooks.md)
{% endcontent-ref %}


---

# 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://legacy-docs.aquariumlearning.com/aquarium/integrating-with-aquarium/exporting-data.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.
