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

# My rewards

{% hint style="info" %}
This feature is available in **Advanced and Ultimate**
{% endhint %}

### Why do you need this feature?

The "My Reward Block" shows available rewards to customers, boosting engagement, increasing conversions, and making redemption seamless. It encourages more purchases, reduces friction, and enhances the shopping experience by displaying rewards upfront.

### How to set up My reward block to your page

Setting up the My reward block is simple and intuitive. Follow these step:

{% stepper %}
{% step %}
Open Embedded Content

Navigate to the **Embedded Content** section from the main menu
{% endstep %}

{% step %}
Edit in Theme Editor

Click "**Edit your page**" in the Embedded content section
{% endstep %}

{% step %}
Add **the my reward block**

Select **Add Block** and choose **Joy: My reward** from the apps category

Adjust the block’s position using drag-and-drop functionality
{% endstep %}

{% step %}
Customize the Content and Design

Modify the heading, table content, and colors to suit your brand
{% endstep %}

{% step %}
Save and Enable the Block

Click "**Save**" to enable the block on your loyalty page

{% embed url="<https://app.arcade.software/share/EO1n23Qof6VWfJh6K19m>" %}
{% 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.joy.so/on-site-content/loyalty-landing-page/my-rewards.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.
