# Permissions

<table data-full-width="true"><thead><tr><th>Permission</th><th>Description</th><th>Defaults to</th></tr></thead><tbody><tr><td><code>aurora.levels.*</code></td><td>Ability to do anything.</td><td>Nobody</td></tr><tr><td><code>aurora.levels.use</code></td><td>Allows to gain XP. Required to use the levels GUI menu.</td><td>Everyone</td></tr><tr><td><code>aurora.levels.use.mainmenu</code></td><td>Use the main levels menu.</td><td>Everyone</td></tr><tr><td><code>aurora.levels.milestones.use</code></td><td>Use the Milestones GUI menu.</td><td>Everyone</td></tr><tr><td><code>aurora.levels.admin.*</code></td><td>Use every admin command.</td><td>OP</td></tr><tr><td><code>aurora.levels.admin.set</code></td><td>Use the <code>set</code> command</td><td>OP</td></tr><tr><td><code>aurora.levels.admin.addxp</code></td><td>Use the <code>addxp</code> command</td><td>OP</td></tr><tr><td><code>aurora.levels.admin.reload</code></td><td>Use the <code>reload</code> command</td><td>OP</td></tr><tr><td><code>aurora.levels.admin.setraw</code></td><td>Use the <code>setraw</code> command</td><td>OP</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://docs.auroramc.gg/auroralevels/permissions.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.
