# Tournaments

This guide covers tournament administration so bracket events run with controlled access and predictable results.

## Before You Start

* VibesEZ-Race installed and running.
* Tournament permissions configured for staff.

## Manage Tournament Lifecycle

1. Open tournament administration.
2. Create the tournament entry.
3. Add eligible participants.
4. Start tournament rounds.
5. Finalize bracket outcomes.

## Validate Tournament Data

1. Confirm participant state updates after each round.
2. Confirm final standings are saved.
3. Confirm reward actions run only once per finalization.

## Verify

1. Restart the `VibesEZ-Race` resource to apply the change.
2. Re-test tournament administration in-game.
3. Confirm the server console stays clean.

## See Also

* [Admin Overview](/vibesez/docs/admin/overview.md)
* [Permissions](https://github.com/VibesEZ/VibesEZ-Race/blob/claude-docs/docs/admin/permissions.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/admin/tournaments.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.
