# Penalty Quicksheet

**Gameplay Errors**

Minor:

* Failing to Maintain Game State: Warning
* Missed Triggers: Warning

Major

* Seeing Extra Cards: Warning
* Private Card Error: Warning
* Game Rules Violation: Warning

**Tournament Errors**

Minor:

* Tardiness: Game Loss
* Insufficient Shuffling: Warning
* Deck Issue: Warning
* Communication Policy Violation: Warning
* False Start Violation: Warning

Major:

* Outside Assistance: Match Loss
* Game/Match End Procedures Violation: Match Loss
* Decklist Issue: Game Loss
* Limited Procedure Error: Warning
* Marked Cards: Warning
* Slow Play: Warning

**Unsporting Conduct**

Minor Conduct Violation: Warning

Major Conduct Violation: Match Loss

Bribery, Wagers, and Collusion: Disqualification

Theft: Disqualification

Stalling: Disqualification

Cheating: Disqualification

<br>


---

# 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://ipg.gatcg.com/penalty-quicksheet.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.
