# Creating a tournament

When you create a new tournament, you will fill in general information about the tournament. You'll decide a name, a date and a location. You will also decide the tournament format and configure the tournament the way you want. You can read more about each tournament format on the respective handbook pages for your specific format.

After you have created your tournament, you can still go back and edit it. As long as you have not started the tournament, you can change any of the configuration options.

## Starting a tournament

Once you are happy with how your tournament is configured, you'll need to add some [players](https://docs.matchplay.events/configuring-a-tournament/managing-players) to the tournament. In many cases, you will also need to add one or more [arenas](https://docs.matchplay.events/configuring-a-tournament/managing-arenas). When all of that is set up, you'll be ready to play.

Start your tournament by clicking the large **Start tournament** button. Once you start your tournament, you will not be able to change any of the tournament configuration options. You can still change some settings like the tournament name, date and location.

## Running a tournament

Once your tournament has started, you will be entering results into Match Play. Each tournament format is different, but you'll typically be starting new rounds of play for direct play tournaments or recording individual scores for single player tournaments.

## Concluding a tournament

When the tournament is over, you must close it out by clicking the large **Close tournament** button. This locks in all results.

## Creating playoffs

If you want, you may create playoffs or finals for your tournament. Click the **More...** button and then the **Manage playoffs** menu option to get started. You can read more about playoffs on the [Managing playoffs page](https://docs.matchplay.events/configuring-a-tournament/managing-playoffs).


---

# 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/creating-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.
