> 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/rewards-redemption.md).

# Rewards Redemption

- [Rewards](https://help.openloyalty.io/rewards-redemption/rewards.md): In this section, you will get to know everything related to Rewards. You’ll be familiar with creating and managing Rewards available within your Loyalty Program.
- [Reward List](https://help.openloyalty.io/rewards-redemption/rewards/reward-list.md): In this section, you will learn how to configure and manage Rewards.
- [Rewards Configuration](https://help.openloyalty.io/rewards-redemption/rewards/reward-list/rewards-configuration.md): This section describe how to configure wallet for reward redemption
- [Creating Reward](https://help.openloyalty.io/rewards-redemption/rewards/reward-list/creating-reward.md): This section will explain you how to add reward in the Admin Panel
- [Reward Types](https://help.openloyalty.io/rewards-redemption/rewards/reward-list/reward-types.md): This section will describe what type of rewards you can set in the Admin Panel.
- [Units Conversion Coupon](https://help.openloyalty.io/rewards-redemption/rewards/reward-list/units-conversion-coupon.md): In this section you will learn how to create rewards wi a units conversion type.
- [Adding Coupons](https://help.openloyalty.io/rewards-redemption/rewards/reward-list/adding-coupons.md): This section will explain how to add coupons to Open Loyalty.
- [Reward Flow](https://help.openloyalty.io/rewards-redemption/rewards/reward-list/reward-flow.md): This section will describe the basic flow of rewards redemption depending on the business scenario (Reward Catalog or receiving Reward in the Campaign).
- [Reward Fulfillment](https://help.openloyalty.io/rewards-redemption/rewards/reward-fulfillment.md): In this section, you will learn how to browse through the list of redeemed rewards and check a single redeemed reward.
- [Mass Reward Status Change](https://help.openloyalty.io/rewards-redemption/rewards/reward-fulfillment/mass-reward-status-change.md)
- [Canceling Redeemed Reward](https://help.openloyalty.io/rewards-redemption/rewards/reward-fulfillment/canceling-redeemed-reward.md)
- [Reward Categories](https://help.openloyalty.io/rewards-redemption/rewards/reward-categories.md): In this section, you will get to know how to set up Reward categories and how to use them in the Open Loyalty panel.


---

# 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/rewards-redemption.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.
