> For the complete documentation index, see [llms.txt](https://help.joy.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.joy.so/on-site-content/loyalty-landing-page/ways-to-redeem.md).

# Ways to redeem

{% hint style="info" %}
**Who can use Loyalty Page?**

* Basic features are available for: **All plans**.
* Enhanced features are available for: **Essential, Advanced, Ultimate** plans.
  {% endhint %}

### What is "Ways to redeem" feature?

The Ways to Redeem feature is a crucial communication tool that clearly displays all available redemption options in your loyalty program. This block helps customers understand how they can convert their earned points into valuable rewards such as coupons, free shipping, or free products.

### Why do you need this feature?

The "Way to Redeem" block is essential for making your Loyalty Program clear and easy for customers to use. It shows them all the ways they can redeem points for rewards like coupons, free shipping, or free products.

By adding it to your Loyalty Page through Shopify’s theme customization, you make it simple for customers to understand and engage with your program. You can also control which redemption options are shown and adjust their order, making it flexible to fit your program’s needs. This makes it easier for customers to participate, increasing engagement and loyalty.

### How to set up "ways to earn" block to your loyalty page?

{% stepper %}
{% step %}
Navigate to the **Embedded Content** on your left menu, and click on **Setup** in "Ways to redeem" block.
{% endstep %}

{% step %}
Click on "**View theme editor**". A blank Loyalty Page will be generated, or you will be redirected to your Online Store editor.
{% endstep %}

{% step %}
Select '**Apps**' on the left menu. Find and choose "**Joy: Ways to redeem**"

{% embed url="<https://app.arcade.software/share/2t6tTxwU5n1dL1qFb5vN>" %}
{% endstep %}

{% step %}
Voila! The Joy Way to earn block is added! You can find all of the settings on your right menu. After editing the content and settings, click "**save**"
{% endstep %}
{% endstepper %}

If you want to edit the order of the programs you want to display on the loyalty page. You can click on "Reward programs" in the menu to edit.


---

# 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.joy.so/on-site-content/loyalty-landing-page/ways-to-redeem.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.
