> 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/main-features/imports-exports/exports/ui-exports.md).

# UI Data Exports

This section covers every export you can trigger directly from the Admin Panel UI — dashboards and lists as CSV, PNG, or JPG reports, and module configurations as JSON files for backup or copying between tenants.

{% hint style="info" %}
Looking for automated, recurring exports instead? See [S3 Bucket Exports](/main-features/imports-exports/exports/s3-bucket-exports.md). For a general explanation of configuration export dependencies, see [Configuration Exports](/main-features/imports-exports/exports/configuration-exports.md).
{% endhint %}

#### Available Export Types

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Dashboard</strong></td><td>PNG, JPG, CSV — General overview and Units Wallet overview reports.</td><td><a href="/pages/XwcCtyB9SuQV4Gc39NYi">/pages/XwcCtyB9SuQV4Gc39NYi</a></td></tr><tr><td><strong>Members</strong></td><td>CSV — Full member list.</td><td><a href="/pages/kz3FigJ5mrtJTAcZOl0p">/pages/kz3FigJ5mrtJTAcZOl0p</a></td></tr><tr><td><strong>Segments</strong></td><td>CSV — Members assigned to a specific segment.</td><td><a href="/pages/ENNwjr3zBfItueNXhJVt">/pages/ENNwjr3zBfItueNXhJVt</a></td></tr><tr><td><strong>Campaigns</strong></td><td>CSV/PNG/JPG dashboard</td><td><a href="/pages/cbPAMFxBCMAFp4wcmyhu">/pages/cbPAMFxBCMAFp4wcmyhu</a></td></tr><tr><td><strong>Campaign Codes</strong></td><td>CSV — Redemption codes generated or uploaded for a campaign.</td><td><a href="/pages/rHkMqR1mHKIOudAzASv6">/pages/rHkMqR1mHKIOudAzASv6</a></td></tr><tr><td><strong>Issued Rewards</strong></td><td>CSV — Reward redemption list.</td><td><a href="/pages/o2roNBYu00apVqNge6L0">/pages/o2roNBYu00apVqNge6L0</a></td></tr></tbody></table>

#### Quick Format Reference

<table><thead><tr><th width="180">Export type</th><th width="140">Format</th><th>Contents</th></tr></thead><tbody><tr><td>Dashboard</td><td>PNG, JPG, CSV</td><td>General overview and Units Wallet overview metrics</td></tr><tr><td>Members</td><td>CSV</td><td>Full member profile list</td></tr><tr><td>Segments</td><td>CSV</td><td>Members assigned to a segment</td></tr><tr><td>Campaigns</td><td>PNG, JPG, CSV</td><td>Campaign dashboard metrics (report)</td></tr><tr><td>Campaign codes</td><td>CSV</td><td>Redemption codes generated or uploaded for a campaign, with usage status</td></tr><tr><td>Rewards fulfillment</td><td>CSV</td><td>Reward redemption/fulfillment list</td></tr></tbody></table>

#### Downloading exported files

{% stepper %}
{% step %}
**Start the export**

Trigger the export from the relevant module (see the export type pages above for exact steps).
{% endstep %}

{% step %}
**Check the export list**

Open **Imports & Exports → Exports** to view completed export jobs.
{% endstep %}

{% step %}
**Download the file**

Campaigns, achievements, wallet types, and rewards download immediately after export. Report exports (Dashboard, Members, Segments, Rewards Fulfillment) appear in the export list — check job status and download the completed file from there.
{% endstep %}
{% endstepper %}


---

# 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/main-features/imports-exports/exports/ui-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.
