> For the complete documentation index, see [llms.txt](https://developer.mediarithmics.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.mediarithmics.io/advanced-usages/exporting-your-data.md).

# Exporting your data

<img src="/files/-MSTJVlObS1ZSjFAB2M-" alt="" data-size="original">&#x20;

There are few ways to export data depending on your usage.

## Audience feeds

Use [audience feeds](/advanced-usages/audiences/audience-segment-feed.md) if you need to export audience segments data to your partners' solutions and keep it recurring and synchronized.

## Destination file

If you need a feed to deliver its data to an external system, first set up a destination file to define where and how those files are delivered.

## Query exports

Create [query exports](/advanced-usages/exporting-your-data/query-exports.md) to create `ndjson` files corresponding to results of [OTQL queries](/querying-your-data/otql-queries.md).

## Datamart replication

[Replicate your datamart](/advanced-usages/exporting-your-data/datamart-replication.md) by sending all the ingested data to Google Cloud Platform (Pub/Sub) or Microsoft Azure (Event Hubs - Alpha).


---

# 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:

```
GET https://developer.mediarithmics.io/advanced-usages/exporting-your-data.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.
