> For the complete documentation index, see [llms.txt](https://docs.lootlocker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lootlocker.com/shared-systems/rewards/how-to/add-a-reward.md).

# Add a Reward

In this how-to we will use the Reward modal to add rewards in LootLocker. This is the same reward flow used across all LootLocker features that support rewards.

### Prerequisites

* [A LootLocker account](https://lootlocker.com/sign-up)
* [A created game in the web console](https://console.lootlocker.com/)
* At least one of the following configured in your game:
  * [Asset](/content/working-with-assets.md)
  * [Progression](/game-systems/progressions.md)
  * [Virtual Currency](/commerce/currencies.md)
  * [Platform Key campaign](https://github.com/lootlocker/gitbook-sync/blob/main/content/platform-keys/README.md)

### Add a Reward

Navigate to the feature where you want to create a reward and click Add Reward.

Note: In Catalogs, this button is called Create Listing.

In the modal that appears, you will see the available Reward Types:

* Assets
* Currency
* Progression Points
* Progression Reset
* Platform Keys

Select the Reward Type you want to add.

#### Asset

Click Add next to the Asset you want to reward or click Add multiple times to reward more than one of the same Asset.

#### Currency

Enter the amount of currency you want to reward and click Add.

#### Progression Points

Enter the amount of Progression Points to reward and click Add.

#### Progression Reset

Click Add next to the Progression you want to reset for the player.

#### Platform Key

Click Add next to the Platform Key campaign you want to reward from.

### Review Added Rewards

On the right side of the modal, you will see a list of the rewards currently being added.

Click Remove next to a reward to remove it from the list.

If you add more than one reward, a Reward Group will automatically be created.

### Create a Reward Group

A Reward Group allows multiple rewards to be granted at the same time.

Reward Groups require a name and support an optional description

Once you have added all desired rewards, click Continue to save the Reward or Reward Group.

### Conclusion

In this how-to we added rewards using the Reward modal and created a Reward Group containing multiple rewards.


---

# 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://docs.lootlocker.com/shared-systems/rewards/how-to/add-a-reward.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.
