# Reward Activity

[**Create redeemable rewards**](/pathways-docs/pathway-editor/rewards.md) **and assign them to a Reward Activity.** You will need to create a [Reward](/pathways-docs/pathway-editor/rewards.md) before assigning it in a Pathway.&#x20;

{% hint style="info" %}
**Tip:** Add a Reward Activity on its own within a single row.&#x20;
{% endhint %}

## How to create a Reward Activity

1. **Open a Pathway.**
2. **Select the + icon and then select Reward.**&#x20;
3. **Assign a Reward.** Assign the reward that will be given when users reach this point in the Pathway. Go to [Rewards](/pathways-docs/pathway-editor/rewards.md) to create a new reward.
4. **Add a short snippet.** Write a short description of the reward. This will be visible on the Pathway for desktop and tablet only (max. 90 characters).
5. **Activity settings.**
   1. **Required.** Reward activities are always set to Required. The activity can not be skipped. All users earn the reward unless the available stock limit has been reached and/or the reward has expired.
   2. **Fulfilment.** The activity is fulfilled when the user reaches the reward.

{% hint style="info" %}
**Go**[ **here to learn about creating a Reward**](/pathways-docs/pathway-editor/rewards.md) **that can be assigned to a Reward Activity.**
{% endhint %}

## View Rewards

**To see a list of users who have obtained a Reward, open the Pathway Editor and select View Rewards on the Reward Activity**. You can also View Rewards directly from the [Rewards](/pathways-docs/pathway-editor/rewards.md) section.

![View Rewards](/files/-MKJuQEp0ojxr4UOcMhD)

## Reward Voucher States

**Pending**\
The voucher has been obtained but a notification to the user has not been sent.

**Notified**\
The voucher has been obtained and a voucher notification has been sent.

**Verify**\
Send a peer-to-peer confirmation request to the user's device, requesting them to confirm that the reward has been received.

**Redeemed**\
Set the voucher to redeemed i.e. confirm that the user has received the reward.

**Expired**\
Set the voucher to expired.

##


---

# Agent Instructions: 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:

```
GET https://everyday-digital.gitbook.io/pathways-docs/pathway-editor/pathway-activities/reward-activity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
