# Daily Rewards

This guide configures daily participation rewards so racers receive predictable streak incentives.

## Before You Start

* VibesEZ-Race installed and running.
* Access to edit `config/shared.lua`.

## Configure Reward Tiers

1. Open `config/shared.lua`.
2. Set `Config.DailyRewards.enabled`.
3. Set `Config.DailyRewards.resetHour`.
4. Set `Config.DailyRewards.tiers` values.
5. Set `Config.DailyRewards.xp` behavior.
6. Set `Config.DailyRewards.inventory` behavior.

## Verify

1. Restart the `VibesEZ-Race` resource.
2. Complete races on consecutive days.
3. Confirm streak payouts match configured tiers.

## See Also

* [Racing System](https://github.com/VibesEZ/VibesEZ-Race/blob/claude-docs/docs/features/racing-system.md)
* [Configuration Overview](/vibesez/docs/configuration/overview.md)


---

# 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://vibesez.gitbook.io/vibesez/docs/features/daily-rewards.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.
