# Crafting

## <mark style="color:orange;">Server Admin</mark>

The table below contains a list of **Crafting Commands** available for <mark style="color:orange;">**Server Admins**</mark> and above.

<table data-full-width="true"><thead><tr><th>Type</th><th width="188">Command</th><th width="147">Input</th><th width="497">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">inventory.bpunlock</mark></td><td><code>"item name"</code></td><td>Unlocks a chosen “item”’s blueprint in the Tech Tree.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">inventory.resetbp</mark></td><td><code>none</code></td><td>Resets everyone’s blueprint progress.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">inventory.unlockall</mark></td><td><code>none</code></td><td>Unlocks all blueprints for the player who entered the command.</td><td><code>N/A</code></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://rust-console-edition.gitbook.io/community-servers/commands/utility/crafting.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.
