# Commands

`<this>` means that the argument is required. `[this]` means that the argument is optional.

```
/collections
```

* Opens the collection categories menu.
* Requires `aurora.collections.use` permission. (Granted by default to all players)

```
/collections progression <category> [collection]
```

* Opens the menu for a specific category and/or collection if provided.
* Requires `aurora.collections.use.open` permission. (Granted by default to all players)

```
/collections open <player> <category> [silent]
```

* Opens a collection list menu for the specified category.
* If category is none, then the main collection menu will open.
* Requires `aurora.collections.admin.open` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.

```
/collections reload
```

* Reload all configurations and apply reward correctors to currently online players
* Requires `aurora.collections.admin.reload` permission.

```
/collections add <player> <category> <collection> [silent]
```

* Add progression to a player collection. Collection parameter can be `all` to add progression to every collection in the specified category.
* Requires `aurora.collections.admin.add` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.

```
/collections remove <player> <category> <collection> [silent]
```

* Removes progression from a player collection. Collection parameter can be `all` to remove progression from every collection in the specified category.
* Requires `aurora.collections.admin.remove` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.

```
/collections set <player> <category> <collection> [silent]
```

* Sets the progression of a player collection. Collection parameter can be `all` to set progression for every collection in the specified category.
* Requires `aurora.collections.admin.set` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.

```
/collections reset <player> <category> <collection> [silent]
```

* Resets progression for a collection/category. Both category and collection parameter can be `all` to reset everything or a whole category at once.
* Requires `aurora.collections.admin.reset` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.


---

# 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/auroracollections/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.
