# Infractions Policy Guide

## Infractions and Policy Guide

- [Changelog](https://ipg.gatcg.com/changelog.md)
- [Philosophy](https://ipg.gatcg.com/philosophy.md)
- [Defined Penalties](https://ipg.gatcg.com/philosophy/defined-penalties.md)
- [Judge Calls and Interventions](https://ipg.gatcg.com/philosophy/judge-calls-and-interventions.md)
- [Issuing Penalties](https://ipg.gatcg.com/philosophy/issuing-penalties.md)
- [Deck Randomization](https://ipg.gatcg.com/philosophy/deck-randomization.md)
- [Game State](https://ipg.gatcg.com/philosophy/game-state.md)
- [Maintaining the Game State](https://ipg.gatcg.com/philosophy/maintaining-the-game-state.md)
- [Reverting Errored Game States](https://ipg.gatcg.com/philosophy/maintaining-the-game-state/reverting-errored-game-states.md)
- [Irreversible and Accepted Game States](https://ipg.gatcg.com/philosophy/maintaining-the-game-state/irreversible-and-accepted-game-states.md)
- [Variable Enforcement](https://ipg.gatcg.com/philosophy/variable-enforcement.md)
- [Minor vs Major Infractions](https://ipg.gatcg.com/philosophy/minor-vs-major-infractions.md)
- [Guide Advisements](https://ipg.gatcg.com/philosophy/guide-advisements.md)
- [Gameplay Errors](https://ipg.gatcg.com/gameplay-errors.md)
- [Minor Gameplay Errors](https://ipg.gatcg.com/gameplay-errors/minor-gameplay-errors.md)
- [Missed Triggers](https://ipg.gatcg.com/gameplay-errors/minor-gameplay-errors/missed-triggers.md)
- [Failure to Maintain Gamestate](https://ipg.gatcg.com/gameplay-errors/minor-gameplay-errors/failure-to-maintain-gamestate.md)
- [Major Gameplay Errors](https://ipg.gatcg.com/gameplay-errors/major-gameplay-errors.md)
- [Seeing Extra Cards](https://ipg.gatcg.com/gameplay-errors/major-gameplay-errors/seeing-extra-cards.md)
- [Private Card Error](https://ipg.gatcg.com/gameplay-errors/major-gameplay-errors/private-card-error.md)
- [Game Rule Violation](https://ipg.gatcg.com/gameplay-errors/major-gameplay-errors/game-rule-violation.md)
- [Tournament Errors](https://ipg.gatcg.com/tournament-errors.md)
- [Minor Tournament Errors](https://ipg.gatcg.com/tournament-errors/minor-tournament-errors.md)
- [Tardiness](https://ipg.gatcg.com/tournament-errors/minor-tournament-errors/tardiness.md)
- [Insufficient Shuffling](https://ipg.gatcg.com/tournament-errors/minor-tournament-errors/insufficient-shuffling.md)
- [Deck Issue](https://ipg.gatcg.com/tournament-errors/minor-tournament-errors/deck-issue.md)
- [Communication Policy Violation](https://ipg.gatcg.com/tournament-errors/minor-tournament-errors/communication-policy-violation.md)
- [False Start Violation](https://ipg.gatcg.com/tournament-errors/minor-tournament-errors/false-start-violation.md)
- [Major Tournament Errors](https://ipg.gatcg.com/tournament-errors/major-tournament-errors.md)
- [Outside Assistance](https://ipg.gatcg.com/tournament-errors/major-tournament-errors/outside-assistance.md)
- [Game/Match End Procedures Violation](https://ipg.gatcg.com/tournament-errors/major-tournament-errors/game-match-end-procedures-violation.md)
- [Decklist Issue](https://ipg.gatcg.com/tournament-errors/major-tournament-errors/decklist-issue.md)
- [Limited Procedure Error](https://ipg.gatcg.com/tournament-errors/major-tournament-errors/limited-procedure-error.md)
- [Marked Cards](https://ipg.gatcg.com/tournament-errors/major-tournament-errors/marked-cards.md)
- [Slow Play](https://ipg.gatcg.com/tournament-errors/major-tournament-errors/slow-play.md)
- [Unsporting Conduct](https://ipg.gatcg.com/unsporting-conduct.md)
- [Minor Conduct Violation](https://ipg.gatcg.com/unsporting-conduct/minor-conduct-violation.md)
- [Major Conduct Violation](https://ipg.gatcg.com/unsporting-conduct/major-conduct-violation.md)
- [Bribery, Waging, and Collusion](https://ipg.gatcg.com/unsporting-conduct/bribery-waging-and-collusion.md)
- [Theft](https://ipg.gatcg.com/unsporting-conduct/theft.md)
- [Stalling](https://ipg.gatcg.com/unsporting-conduct/stalling.md)
- [Cheating](https://ipg.gatcg.com/unsporting-conduct/cheating.md)
- [Penalty Quicksheet](https://ipg.gatcg.com/penalty-quicksheet.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ipg.gatcg.com/changelog.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.
