# Maintaining the Game State

Communication between players is key to maintaining the Game State end and clear communication about actions and intentions between players is paramount.

Players can’t misrepresent or be untruthful about the Game State to other players or judges. Players must always answer questions about public information of the Game State truthfully. Players can’t lie about the Game State or any rules in the game. Any lies or deceit fabricated in this aspect is considered Unsporting Conduct. Players cannot place any objects or game elements in a way to intentionally mislead an opponent as to the Game State. Players may not obscure or conceal any aspects of the Game State from judges or other tournament officials.

<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/philosophy/maintaining-the-game-state.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.
