# Managing inventory

The inventory is the place in which every items found in the reports, or bougth in the shop are stored. To check an inventory's content, type the `/inventory` command.

{% hint style="info" %}
You can check out someone else's inventory as well! Use the `user` or `rank` options of that command to do so. For example, `/inventory rank:42` will showcase the inventory of the user who's ranked 42nd.
{% endhint %}

### Organization of the inventory

![This is someone else's inventory, for example.](/files/5aY879pu3bXVUauXHOjK)

The inventory is organized in two distinct parts: one that showcases the equipped items, and the other which displays what the player has kept for future use.

The inventory is divided in 4 parts:

* The weapon slot
* The armor slot
* The potion slot
* The item slot

The item stock will keep additional equipments that you can switch with your currently equipped ones depending on your needs.

<figure><img src="/files/OJ9amLnKoaobM2aBVmG3" alt=""><figcaption><p>The same person's stock as of the page's rewriting, for example.</p></figcaption></figure>

{% hint style="info" %}
The player's items stock can be improved on the shop. Various slots are available to buy:

* 1 weapon slot
* 1 armor slot
* 3 potion slots
* 3 item slots
  {% endhint %}

{% hint style="warning" %}
When buying an additional slot, the option's price will increase in consequence.
{% endhint %}

### Interacting with the inventory's items

The `/dailybonus` command allows you to use a daily-use item, with a minimum of 22 hours between each use.

The `/sell` command lets you sell any of your stock's equipment (except the potions, which you can only throw away).

The `/switch` command can be used to switch an active item with a stored one.


---

# 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://guide.crownicles.com/en/notions-avancees/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.
