# Inventory

Bomb Pixel's inventory is a system used to store and manage the items or resources players acquire during gameplay. It serves as a central hub where players can view, organize, equip, or use these items.

There are 2 types of items:

* Items: Consumable equipments that players can carry into matches. These will not be lost if players don’t use them. Players can also buy these types of equipment here. These are not NFTs.
* Crafting items: Items that can upgrade heroes permanently and chests. These chests contain NFT upgrade items that can be sold on marketplaces.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc-u0md83DMhTFhqTY4-m7n_Gb56c8dOMmyNMRWWfVXRSfSGeiMYKYX4YkV8WPfOdRbsiDL1CoLBCI7880ZuquPz5ANT4ebNaFjnwBCNPkqtbeT4YB7D8XQIiCi9pFlWAlMNjcp2A?key=rX80Bxrq05xJeZ60gjPi91-Z" alt=""><figcaption></figcaption></figure>

Chests can be open individually. Each time the player opens a chest, they are required to sign on-chain to open it and add it to inventory.


---

# 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.bombpixel.xyz/game-features/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.
