# Game Mechanics

The following pages will discuss these topics:&#x20;

* [Game Zones](/game-mechanics/game-mechanics-game-zones.md)
* [Turn Order](/game-mechanics/game-mechanics-turn-order.md)
* [Playing Cards](/game-mechanics/game-mechanics-playing-cards.md)
* [Abilities](/game-mechanics/game-mechanics-abilities.md)
* [Types of Effects](/game-mechanics/game-mechanics-types-of-effects.md)
* [Objects and Targeting](/game-mechanics/game-mechanics-objects-and-targeting.md)
* [Timing and Permissions](/game-mechanics/game-mechanics-timing-and-permissions.md)
* [Damage](/game-mechanics/game-mechanics-damage.md)
* [Damage Prevention](/game-mechanics/game-mechanics-damage-prevention.md)
* [Drawing Cards](/game-mechanics/game-mechanics-drawing-cards.md)
* [Counters](/game-mechanics/game-mechanics-counters.md)
* [Mastery](/game-mechanics/game-mechanics-mastery.md)
* [Special Elements](/game-mechanics/game-mechanics-special-elements.md)
* [Properties and States](/game-mechanics/game-mechanics-properties-and-states.md)
* [Card and Object Information](/game-mechanics/game-mechanics-card-and-object-information.md)
* [Copy](/game-mechanics/game-mechanics-copy.md)
* [Tokens](/game-mechanics/game-mechanics-tokens.md)
* [Miscellaneous Topics](/game-mechanics/game-mechanics-miscellaneous-topics.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.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.
