# Commands

## Main Arena Commands

<table><thead><tr><th width="363">Command</th><th>Description</th></tr></thead><tbody><tr><td>/arena create &#x3C;arenaName></td><td>Create an Arena</td></tr><tr><td>/arena delete &#x3C;arenaName></td><td>Delete an Arena</td></tr><tr><td>/arena toggle &#x3C;arenaName></td><td>Toggles an Arena to be playable or not</td></tr><tr><td>/arena set &#x3C;subCommand></td><td>Requires arguments, shown below<a data-mention href="#set-commands">#set-commands</a></td></tr><tr><td>/arena info &#x3C;arenaName></td><td>Shows information about the Arena</td></tr><tr><td>/arena list</td><td>Shows the list of arenas</td></tr><tr><td>/arena save</td><td>Saves all Arenas</td></tr><tr><td>/arena manage</td><td>Opens the Arena Management Menu</td></tr></tbody></table>

## Arena Set Commands

| Command                                      | Description                                                                                          |
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| /arena set icon \<arenaName>                 | Sets the Arena icon                                                                                  |
| /arena set a \<arenaName>                    | <p>Sets the first player-spawn<br>Team: Blue<br>Team ID: 1</p>                                       |
| /arena set b \<arenaName>                    | <p>Sets the second player-spawn<br>Team: Red<br>Team ID: 0</p>                                       |
| /arena set min \<arenaName>                  | Sets the lowest corner position of the arena                                                         |
| /arena set max \<arenaName>                  | Sets the highest corner position of the arena                                                        |
| /arena set deadzone \<arenaName>             | <p>Sets the Y level where players will die<br>Works on: Bridges, BattleRush, BedWars, StickFight</p> |
| /arena set buildmax \<arenaName>             | Sets the maximum Y level where players can place blocks                                              |
| /arena set portalprot \<arenaName> \<radius> | <p>Sets the portal protection radius for portals.<br>Works on: BattleRush and Bridges</p>            |


---

# 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://docs.frozed.club/frost/arena-setup/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.
