# Commands

## Commands

Players generally use the GUI: `/cobbletourney open`

### Player

* `/cobbletourney open` - open the main menu GUI
* `/cobbletourney checkin` - reopen the check-in GUI (when a check-in is active)
* `/cobbletourney spectate leave` - leave spectate mode
* `/cobbletourney leavespectate` - alias for leaving spectate mode
* `/cobbletourney register leave` - exit the active tournament queue

### Admin

* `/cobbletourney create <formatId> <name>` - create a tournament
* `/cobbletourney cancel <name>` - cancel tournament by name (restores swapped parties)
* `/cobbletourney start` - start tournament
* `/cobbletourney forcestart` - force-start tournament (bypass requirements)
* `/cobbletourney reload` - reload configs at runtime
* `/cobbletourney status` - show tournament/config status
* `/cobbletourney setarena <1|2>` - set arena position to your current location
* `/cobbletourney setlobby` - set lobby location
* `/cobbletourney setspectator` - set spectator location
* `/cobbletourney bracket` - open bracket GUI
* `/cobbletourney leaderboard` - open tournament leaderboard GUI
* `/cobbletourney top` - open global top players GUI


---

# 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/commands.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.
