# Configuring a tournament

- [Creating a tournament](https://docs.matchplay.events/configuring-a-tournament/creating-a-tournament.md): The life of a tournament goes through a handful of stages from planning to playoffs.
- [Managing players](https://docs.matchplay.events/configuring-a-tournament/managing-players.md)
- [Player registration](https://docs.matchplay.events/configuring-a-tournament/player-registration.md)
- [Managing arenas](https://docs.matchplay.events/configuring-a-tournament/managing-arenas.md)
- [Managing playoffs](https://docs.matchplay.events/configuring-a-tournament/managing-playoffs.md)
- [Common configuration options](https://docs.matchplay.events/configuring-a-tournament/common-configuration-options.md)
- [Scoring systems](https://docs.matchplay.events/configuring-a-tournament/scoring-systems.md): How a tournament is scored (and ultimately how tournament standings are determined) depends on the specific tournament format.


---

# 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://docs.matchplay.events/configuring-a-tournament.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.
