> 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.md).

# Imports / Exports

- [Imports](https://help.openloyalty.io/main-features/imports-exports/imports.md): Learn more about available import types the best practices on the import process.
- [Data Migration Guide](https://help.openloyalty.io/main-features/imports-exports/imports/data-migration-guide.md)
- [Tips and Tricks](https://help.openloyalty.io/main-features/imports-exports/imports/tips-and-tricks.md): File encoding, formatting rules, common pitfalls, and tips for large-scale   imports in Open Loyalty.
- [Sample Import Files](https://help.openloyalty.io/main-features/imports-exports/imports/sample-import-files.md): Sample import file templates, field references, and step-by-step instructions   for every import type available in Open Loyalty.
- [Members](https://help.openloyalty.io/main-features/imports-exports/imports/sample-import-files/members.md): How to bulk import member profiles into Open Loyalty using XML files, including a sample template and field reference.
- [Member Segments](https://help.openloyalty.io/main-features/imports-exports/imports/sample-import-files/member-segments.md): How to import members into static segments using CSV files in Open Loyalty,   including prerequisites and common pitfalls.
- [Transactions](https://help.openloyalty.io/main-features/imports-exports/imports/sample-import-files/sample-import-files.md): How to import transactions and match them to members in Open Loyalty using XML or JSON files.
- [Unit Transfers](https://help.openloyalty.io/main-features/imports-exports/imports/sample-import-files/unit-transfers.md): How to add or deduct points and loyalty units in bulk using XML or JSON imports in Open Loyalty.
- [Campaign Codes](https://help.openloyalty.io/main-features/imports-exports/imports/sample-import-files/campaign-codes.md): How to import redemption codes into Open Loyalty campaigns using CSV files.
- [Reward Coupons](https://help.openloyalty.io/main-features/imports-exports/imports/sample-import-files/reward-coupons.md): How to import coupon codes into Open Loyalty rewards using CSV files.
- [Collections](https://help.openloyalty.io/main-features/imports-exports/imports/sample-import-files/collections.md): How to import collections into Open Loyalty using CSV files for use in other modules.
- [Exports](https://help.openloyalty.io/main-features/imports-exports/exports.md)
- [UI Data Exports](https://help.openloyalty.io/main-features/imports-exports/exports/ui-exports.md): Find how to export the basic data reports from the admin panel.
- [Configuration Exports](https://help.openloyalty.io/main-features/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/main-features/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/main-features/imports-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.
