# Commands & Permissions

## Commands & Permissions

Use this page to document every admin or player-facing command.

### Commands

```
/yourcommand
/youradmincommand
```

Document each command with:

* Purpose
* Required role
* Arguments
* Example usage

### Permissions

If your resource uses ACE perms, list them here.

```cfg
add_ace group.admin yourresource.admin allow
add_principal identifier.license:YOUR_LICENSE group.admin
```

### Recommended format

* `yourresource.use`
* `yourresource.admin`
* `yourresource.manage`

### Access checklist

* Confirm permissions load on restart
* Test with a non-admin account
* Test with an admin account
* Check for conflicts with other admin systems

{% hint style="warning" %}
If a command fails, check both permission setup and dependency load order.
{% endhint %}


---

# 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://vibesez.gitbook.io/vibesez/readme/commands-and-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.
