> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports.md).

# Exports

- [UI Data Exports](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/ui-exports.md): Export reports, member lists, and configuration files from the Open Loyalty Admin Panel.
- [Dashboard](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/ui-exports/dashboard.md): Export the General overview and Units Wallet overview dashboard reports to share metrics outside the Admin Panel or feed them into your own reporting tools.
- [Members](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/ui-exports/members.md): Export the full member list as a CSV file — useful for reporting, backups, or reconciling with an external CRM.
- [Segments](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/ui-exports/segments.md): Export the members assigned to a specific segment as a CSV file.
- [Campaigns](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/ui-exports/campaigns.md)
- [Campaign Codes](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/ui-exports/campaign-codes.md): Export the redemption codes tied to a specific campaign as a CSV file — useful for auditing code usage or reconciling stock of codes issued outside Open Loyalty.
- [Issued Rewards](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/ui-exports/issued-rewards.md): Export the reward fulfillment list as a CSV file — useful for tracking redemptions and fulfillment status outside the Admin Panel.
- [Configuration Exports](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/configuration-exports.md): Find how to export the configuration of listed modules from the admin panel.
- [S3 Bucket Exports](https://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports/s3-bucket-exports.md): Here, you will learn more about S3 Bucket exports - how to use them, what data can be found there, and the best approaches to leveraging Open Loyalty export capabilities.


---

# 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://help.openloyalty.io/integrations-and-data-exchange/imports-exports/exports.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.
