> For the complete documentation index, see [llms.txt](https://jh.gatcg.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jh.gatcg.com/judging-the-basics/communication.md).

# Communication

Judges' tasks are mostly executed through communication, and, as such, this means that communication is an extremely important skill. When mediating judge calls, the language and tact used when interviewing players, issuing rulings, and delivering penalties are very important.&#x20;

Judges should speak confidently when attending a call or speaking to a player. Even when a judge is unsure of the right answer, it is still possible to confidently and clearly communicate this with the follow-through of getting another judge's opinion. Related to this, the use of decisive language may help convey confidence. E.g., rather than beginning to answer a question regarding an interaction with "I think," simply answer the interaction. It is more helpful to add that you would like to verify this interpretation with another judge than leading with an undecisive and unconfident "I think."

It is best practice to avoid using argumentative or connotatively negative language when communicating with players. Judges need to err on the side of de-escalating every situation, staying calm, and remaining cool-headed. Not only does this convey respect for the players, but it also establishes a good communication environment to reach the correct answer and the right words to deliver it.

As a reminder, judges speak with players rather than *to* players. Judging is a collaboration between the judge and the player rather than a one-sided issuance of a ruling or command. Avoiding condescending language is a must, especially when explaining complex topics or interactions. While judges typically have more rules knowledge than players, it's imperative that judges not make players feel either embarrassed or uncomfortable asking questions; this dynamic would be counterproductive.

As Grand Archive brings communities of players together at some tournaments, sometimes communication barriers form. In these situations, it is important to smooth these barriers as much as possible, either by delegating judges who are proficient in translating the languages at issue or by being resourceful and using translational apps to effectively convey information (without a better alternative, such as a translator).


---

# 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 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, and the optional `goal` query parameter:

```
GET https://jh.gatcg.com/judging-the-basics/communication.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
