> For the complete documentation index, see [llms.txt](https://docs.perplay.io/perplay-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perplay.io/perplay-whitepaper/game-fi/users/inventory.md).

# Inventory

You can view and manage the NFTs and items you own in Inventory.

<figure><img src="/files/lkmYyAdO771F5J98E10m" alt=""><figcaption></figcaption></figure>

**Vehicle Inventory**

<table><thead><tr><th width="181">Action Available</th><th>Description</th></tr></thead><tbody><tr><td>Check details</td><td>View information about your Vehicles, including their Type, Grade, Level, Stats, Condition, Mileage, Breed Count, and more.</td></tr><tr><td>Level-up</td><td>Pay a set amount of cost to increase the Level of a Vehicle.</td></tr><tr><td>Repair</td><td>Pay a set amount of cost to regain the Condition of a Vehicle.</td></tr><tr><td>Restore</td><td>Pay a set amount of cost to restore the Mileage of a Vehicle.</td></tr><tr><td>Sell</td><td>List a Vehicle for sale in the in-app Marketplace.</td></tr><tr><td>Transfer</td><td>Transfer a Vehicle to the HAVAH wallet connected to your account.</td></tr></tbody></table>

**Vehicle Box Inventory**

<table><thead><tr><th width="181">Action Available</th><th>Description</th></tr></thead><tbody><tr><td>Check details</td><td>View information about your Vehicle Boxes, including their Grade, how they were minted, and if they have the Polished property.</td></tr><tr><td>Open Box</td><td>Open the Box to earn a Vehicle NFT. The Grade and Type of the Vehicle that appear depends on the Grade and properties of each Box.</td></tr><tr><td>Sell</td><td>List a Box for sale in the in-app Marketplace.</td></tr></tbody></table>

**Gem Inventory**

<table><thead><tr><th width="182">Action Available</th><th>Description</th></tr></thead><tbody><tr><td>Check details</td><td>View information about your Gems, including their color, level, and effect values.</td></tr><tr><td>Sell</td><td>List a Gem for sale in the in-app Marketplace.</td></tr></tbody></table>

**Other items Inventory**

<table><thead><tr><th width="181">Action Available</th><th>Description</th></tr></thead><tbody><tr><td>Check details</td><td>View information about your items, including their level and what they are used for.</td></tr><tr><td>Sell</td><td>List an item for sale in the in-app Marketplace.</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.perplay.io/perplay-whitepaper/game-fi/users/inventory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
