> For the complete documentation index, see [llms.txt](https://docs.wetbot.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wetbot.space/eng/commands/inventory.md).

# Inventory commands

{% hint style="success" %}
The commands are available to all server users.
{% endhint %}

|   Command name   |             Command description             |           Arguments          |
| :--------------: | :-----------------------------------------: | :--------------------------: |
|      /craft      |                Craft an item                |            \[item]           |
|       /drop      |     Drop the item into the text channel     | \<item> \<amount> \<channel> |
|       /fav       |      Add/remove an item from favorites      |            \[item]           |
|    /inventory    |                View inventory               |            \[user]           |
| /inventory-roles |           View inventory of roles           |            \[user]           |
|       /open      |                 Open an item                |            \[item]           |
|      /roles      |           Enable/disable the role           |              No              |
|       /sell      |               **Sell an item**              |       \<item> \[amount]      |
|     /transfer    | Transfer a currency or item to another user |   \<user> \<item> \<amount>  |
|       /use       |               **Use an item**               |       \<item> \[amount]      |
|  /transfer-role  |  Transfer role to another user's inventory  |    \<user>\<role>\<amount>   |
|    /promocode    |                Use promocode                |            \<code>           |

{% hint style="info" %}
< > - required argument \[ ] - optional argument | - OR
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.wetbot.space/eng/commands/inventory.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.
