# Commands & Permissions

## Commands, Permissions

<table data-full-width="true"><thead><tr><th>Command</th><th>Description</th><th>Permission</th></tr></thead><tbody><tr><td>/advancedcosmetics</td><td>Main plugin command</td><td>advancedcosmetics.command</td></tr><tr><td>/ac reload</td><td>Reload plugin &#x26; configuration</td><td>advancedcosmetics.command.reload</td></tr><tr><td>/ac list [page]</td><td>List all cosmetics</td><td>advancedcosmetics.command.list</td></tr><tr><td>/ac clear &#x3C;player></td><td>Clear player's cosmetics</td><td>advancedcosmetics.command.clear</td></tr><tr><td>/ac reward &#x3C;player> [amount]</td><td>Give reward boxes to player</td><td>advancedcosmetics.command.reward</td></tr><tr><td>/ac add &#x3C;player> &#x3C;cosmetic></td><td>Give access to a cosmetic</td><td>advancedcosmetics.command.add</td></tr><tr><td>/ac remove &#x3C;player> &#x3C;cosmetic></td><td>Remove access to a cosmetic</td><td>advancedcosmetics.command.remove</td></tr></tbody></table>

## How to give access to cosmetics

Visit the [How to Give Cosmetics](/usage/how-to-give-cosmetics.md) page to learn how to give cosmetics to players


---

# 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://cosmetics.advancedplugins.net/usage/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.
