# Inventory

### What is Inventory

Inventory is a personal bag for players to keep their items in game here. Assets of each player will be kept in their own Inventory. Players can open their Inventory from the main game UI.

![\*Graphic & Contents are not final.](/files/-Mh-F1eYP8L96oNeKxq5)

### Assets Categories in Inventory

1. Cosmetics
   * Cosmetics are NFT used to decorate the Characters.&#x20;
   * Can be equipped/unequipped only in the Viallage Zone.
2. Equipments&#x20;
   * Equipment are NFT used to modify or improve the Characters' ability.
   * Can be equipped/unequipped only in the Viallage Zone.
3. Consumables
   * Consumables are NFT that can be consumed in exchange of gaining energy or other effects.
   * Every consumables excepts Gift Box can be consumed only in Wild Zone.
   * Gift Box can be opened only in the Village Zone.
4. Treasures
   * Treasures are NFT that can be sold to NPC with high price.
5. Resource & Farm
   * This tab will be used for keeping both Resource and Farm related items.
   * Resources are used for exchanging with NPC, but cannot be exchanged in the Marketplace.
   * Farm assets are:
     * Seeds
     * Stems : Cannot be exchange in the Marketplace.
     * Crops can be sold to NPC and can be traded in Marketplace.


---

# 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://whitepaper.morningmoonvillage.com/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.
