# End of Game Procedures

Once a game ends, players in the game proceed through the following steps:

1. Players turn all characteristically-defined, face-down cards in all public zones face-up.
2. Players determine if the game-winning player has won enough games to have won the match. If a player wins the match, players proceed through go through [End of Match procedures](/tournament-mechanics/end-of-match-procedures.md).
3. If no player has won the match, players may begin sideboarding for the subsequent game.
4. After sideboarding is finished, players go through Start of Game Procedures and begin the next game: The losing player may select who becomes the first turn player for the next game. They may do this at any point until step 3 of [Start of Game Procedures](/tournament-mechanics/start-of-game-procedures.md). If they do not designate a first turn player, they are assumed to be the first turn player.

At the end of a game, any face-down cards in public zones must be turned face-up and revealed to all players before cards are collected for sideboarding and reshuffling.

<br>


---

# 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://trg.gatcg.com/tournament-mechanics/end-of-game-procedures.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.
