# Game Mechanics - Turn Order

#### General Rules:

1. Turn order follows Wake Up, Materialize, Recollection, Draw, Main, and End phases.
   1. In a two-player game, the first turn player skips their first wake up, materialization, recollection, and draw phases, and instead begins their turn in their main phase. The second player skips their first wake up, materialization, and recollection phases, and instead proceeds to their draw phase, followed by the main phase.
   2. In a multiplayer game, the first turn player will follow the sequence of events as denoted for the second player in the above point, i.e., they will not skip their first draw phase. Each other player will also follow the same sequence of events for each of their first turns.
2. The turn player receives Opportunity at the beginning of the Recollection phase, the Main phase, and the beginning of the End phase. These are the only non-combat phases in which the turn player will be given Opportunity naturally.
3. A phase where players are given or gain Opportunity can end if and only if the Effects Stack is empty, all players have passed Opportunity in succession, and all events or actions associated with that phase are completed.
4. If no players are given Opportunity in a phase, that phase instead ends after all phase actions are completed and the Effects Stack is empty.
5. Any effects that last “until end of \[phase]” end as that phase ends before the next phase begins.
6. Any effects that trigger “at the beginning of \[phase]” are triggered and placed onto the Effects Stack and the turn player gains Opportunity when that phase begins.
7. Game events can’t happen between phases and steps; events will always happen in one of the discrete phases or steps within a phase.

The following pages discuss these topics:

* [Wake Up Phase](/game-mechanics/game-mechanics-turn-order/turn-order-wake-up-phase.md)
* [Materialize Phase](/game-mechanics/game-mechanics-turn-order/turn-order-materialize-phase.md)
* [Recollection Phase](/game-mechanics/game-mechanics-turn-order/turn-order-recollection-phase.md)
* [Draw Phase](/game-mechanics/game-mechanics-turn-order/turn-order-draw-phase.md)
* [Main Phase](/game-mechanics/game-mechanics-turn-order/turn-order-main-phase.md)
* [End Phase](/game-mechanics/game-mechanics-turn-order/turn-order-end-phase.md)
* [Combat Phase](/game-mechanics/game-mechanics-turn-order/turn-order-combat-phase.md)
* [Ending Phases](/game-mechanics/game-mechanics-turn-order/turn-order-ending-phases.md)
* [Skipping Phases](/game-mechanics/game-mechanics-turn-order/turn-order-skipping-phases.md)


---

# 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-turn-order.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.
