# GUIs

All GUIs are configured via `config/CobbleTournaments/guis.json`.

### Main menu

`/cobbletourney open` Opens the main menu GUI with buttons to:

* Bracket
* Leaderboard
* Register
* Randoms (if enabled on your server/config)

### Register flow

Register flow is GUI-driven and can use teams from:

* Current party
* One of your saved party slots (up to 3)
* Showdown/PokePaste import
* Randoms (if the tournament format is Randoms)

### Check-in GUI

When a match is about to begin, the mod can open a dedicated check-in GUI for each player. If time runs out:

* If neither checks in, the match is cancelled
* If only one checks in, the other is counted as a loss

### Bracket GUI

Shows the active bracket. Clicking a match can let you spectate (if enabled).

### Spectating

Spectators are teleported to the configured spectator location and locked. They can leave with:

* `/cobbletourney spectate leave`


---

# 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://dawnshade.gitbook.io/dawnshade-docs/docs/dawn-tournaments/summary/guis.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.
