# Amazing Race

An Amazing Race tournament has all players in the tournament face off against each other on the same machine over a number of rounds. Each round, an arena is picked by the tournament organizer, and all players play a single game on that arena. The player with the lowest score is eliminated; all other players advance. This process is repeated until there is only one player left standing.

## Configuring automatic arena selection

Match Play can automatically assign an arena when a round is created. Go to the **Arenas** tab, click the **Actions** menu and select the **Set arena order** option.

There are you specify the order in which arenas should be assigned. When a new round is created the next arena on the list will be automatically assigned. Once all arenas have been used the process will start over again with the first arena from the list being selected.

## Speeding up Amazing race tournaments

Amazing Race tournaments can be time consuming, but Match Play offers some tools to speed things up.

**Auto-advance players**

As soon as a player has surpassed the lowest score on that round's arena, there's no reason for them to keep playing. A scorekeeper should use the **Auto-advance** button to advance the player to the next round without inputting an exact score.

**Play on multiple machines**

Do not wait for all players to finish a round before moving play on to the next round. As soon as the first player is advanced into a round, a scorekeeper should assign an arena, and the player should start playing. It's not unusual to have many rounds going at the same time.

**Use scorekeepers**

Assign trusted tournament participants as scorekeepers. These people will be able to enter scores for all players in the tournament. Having just a single tournament organizer enter scores will be chaotic experience. It's better to share that responsibility between multiple scorekeepers.


---

# 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/tournament-formats/elimination-brackets/amazing-race.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.
