# Commands

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

```
/craft [workbench]
```

* Opens the Crafting GUI for the specified workbench. Will open the `default` workbench if not specified
* Requires `aurora.crafting.use` and `aurora.crafting.use.workbenchID` permission. (Granted by default to all players for the `default`workbench)

```
/craft open <player> <workbench> [silent]
```

* Opens the Crafting GUI with the specified workbench for the target player.
* The target player must have the required permissions to open the workbench.
* If silent is provided and is true, there won't be any feedback message.
* Requires `aurora.crafting.admin.open` permission.

```
/craft
```

* Opens the Crafting GUI.
* Requires `aurora.crafting.use` permission. (Granted by default to all players)

```
/craft reload
```

* Reload recipes and configs.
* Requires `aurora.crafting.admin.reload`permission. (Granted by default to all players)

```
/recipes
```

* Opens the recipe book with the categories inside it.
* Requires `aurora.crafting.recipes` permission. (Granted by default to all players)

```
/merchants
```

* Opens the main merchant menu where you can choose between all merchants you have unlocked.
* Requires `aurora.crafting.merchants` permission.

```
/merchants open <player> <merchant_id> [silent]
```

* Opens a merchant menu for a player.
* If silent is provided and is true, there won't be any feedback message.
* Requires `aurora.crafting.merchants.admin.open` permission.


---

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