# Commands

<table data-full-width="true"><thead><tr><th width="390">Commands</th><th width="205">Permission</th><th>Description</th></tr></thead><tbody><tr><td><code>/zkoth</code></td><td><code>zkoth.use</code></td><td>Displays the list of commands</td></tr><tr><td><code>/zkoth reload</code></td><td><code>zkoth.reload</code></td><td>Reload configuration files</td></tr><tr><td><code>/zkoth axe</code></td><td><code>zkoth.axe</code></td><td>Getting the selection axe</td></tr><tr><td><code>/zkoth create &#x3C;koth name> [&#x3C;koth type>] [&#x3C;capture/score]</code></td><td><code>zkoth.create</code></td><td>Create koth</td></tr><tr><td><code>/zkoth now &#x3C;koth name></code></td><td><code>zkoth.now</code></td><td>Spawn a koth without cooldown</td></tr><tr><td><code>/zkoth spawn &#x3C;koth name></code></td><td><code>zkoth.spawn</code></td><td>Spawn a koth</td></tr><tr><td><code>/zkoth stop &#x3C;koth name></code></td><td><code>zkoth.stop</code></td><td>Stop a koth</td></tr><tr><td><code>/zkoth move &#x3C;koth name></code></td><td><code>zkoth.stop</code></td><td>Move a koth (incorrect permission listed, likely a typo)</td></tr><tr><td><code>/zkoth delete &#x3C;koth name></code></td><td><code>zkoth.delete</code></td><td>Delete a koth</td></tr><tr><td><code>/zkoth version</code></td><td><code>no permission</code></td><td>Show plugin version</td></tr><tr><td><code>/zkoth list</code></td><td><code>zkoth.list</code></td><td>Get koth list</td></tr><tr><td><code>/zkoth loot &#x3C;koth name> [&#x3C;page>]</code></td><td><code>zkoth.loot</code></td><td>Change loot for a koth</td></tr><tr><td><code>/zkoth addcommand &#x3C;koth name> &#x3C;start/win> &#x3C;command></code></td><td><code>zkoth.command.add</code></td><td>Add new command</td></tr></tbody></table>


---

# 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://zkoth.groupez.dev/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.
