# Turn Order - Skipping Phases

#### General Rules:

1. If an effect or condition would skip a phase in the game, that phase does not happen. No turn-based actions or effects would take place that are tied to that phase and a player would never receive Opportunity to take player actions during that phase if they would be granted Opportunity during that phase.
2. Phases can be skipped multiple times. If this occurs, those phases will be individually skipped, even across multiple turns, if necessary.
3. The skipped phase will not proceed through any end-of-phase effects or turn-based actions.

{% hint style="info" %}
E.g., If a player’s End Phase were skipped, nothing that would take place during the End Phase (such as end of turn effects) would take place. If a pending trigger specified “the next end phase,” it would happen during the next player’s End Phase. If a pending trigger instead said “your next end phase,” it would happen during your next turn’s end phase.
{% endhint %}


---

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