# Season Config

This guide configures season timing, scoring, and payouts so your progression cycle matches your server economy and event cadence.

## Before You Start

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

## Configure Season Lifecycle

1. Open `config/seasons.lua`.
2. Set `Config.Seasons.enabled`.
3. Set `Config.Seasons.defaultLengthDays`.
4. Set `Config.Seasons.autoCreateOnMissing`.
5. Set `Config.Seasons.rotationCheckIntervalMs`.

## Configure Season Scoring

1. Open `config/seasons.lua`.
2. Set `Config.Seasons.points.position` values.
3. Set `Config.Seasons.points.dnf`.
4. Set `Config.Seasons.points.classMultipliers` values.

## Configure Season Rewards

1. Open `config/seasons.lua`.
2. Set `Config.Seasons.rewards.money` entries.
3. Set each reward `place` value.
4. Set each reward `account` value.
5. Set each reward `amount` value.

## Verify

1. Restart the `VibesEZ-Race` resource.
2. Run test races with season tracking enabled.
3. Confirm points and rank tiers update.
4. Confirm reward rules are ready for season close.

## See Also

* [Configuration Overview](/vibesez/docs/configuration/overview.md)
* [Initial Setup](https://github.com/VibesEZ/VibesEZ-Race/blob/claude-docs/docs/getting-started/initial-setup.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/configuration/season-config.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.
