# Concession

#### General Rules:

1. At any point in the game, a player may choose to concede the game.
2. In a two-player game, the opponent of the player immediately wins the game.
3. In a multiplayer game, the game will continue considering that the player to have lost until there is a winner of the game.
4. Conceding is not bound by any timing restrictions and may be done at any point in the game.
5. Conceding supersedes any effects that specify that the conceding player cannot lose the game.
6. After a game result is obtained through a concession, any subsequent games will follow as normal, following format conventions and match structures.


---

# 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://rules.gatcg.com/game-mechanics/game-mechanics-miscellaneous-topics/concession.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.
