# Inventory and Item forging

The **Inventory/Forging** system is your gateway to managing, upgrading, and enhancing your items. It consists of two main windows: the **Inventory Window** and the **Forging Window**. Below is a detailed guide to each.

<figure><img src="/files/8wZDyampBF36lCg40oRb" alt=""><figcaption></figcaption></figure>

### **1. Inventory Window**

The **Inventory Window** is split into two sections for easy navigation and item management:

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

#### **Left Panel: All Existing Items**

* Displays a complete list of all items available in the game.
* Filter the list by:
  * **Name**
  * **Rarity**
  * **Keywords (like Attack, health, Stun,..)**&#x20;
* When selecting an item from this list:
  * A **detailed description** appears in the **Item Details Section**.
  * Your inventory on the right panel is automatically filtered to display only that specific item.

#### **Right Panel: Your Inventory**

* Displays all items currently in your possession.
* Items equipped to a character are **marked** to indicate their usage.
* Use Tabs to switch between  **Items** and **Consumables**.
* Use filters to narrow down results by **name** or **rarity**

#### **Item Details Section**

When an item from either list is selected:

* Detailed information about the item is shown.
* Items in your inventory allow direct access to:
  * The **Sell/Buy** functionality of the **Auctionhouse** via the **Item Details Section**.

For more information about **items** and **consumables**, refer to the **Items Section** of this documentation.

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

***

### **2. Forging Window**

The **Forging Window** enables you to upgrade your items, making them more powerful and effective.

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

#### **Layout Overview**

* **Left Panel: Recipes List**
  * Displays all available forging recipes.
  * You can browse through the recipes or search for specific ones by name or type.
* **Middle Panel: Workbench**
  * Displays the selected recipe along with the required materials.
  * Allows you to perform the forging process.
* **Right Panel: Your Items**
  * A list of your items, similar to the inventory list.
  * This helps you select items needed for forging.

#### **How to Forge Items**

1. **Select a Recipe**
   * Browse or search for a recipe in the **Left Panel**.
   * Once selected, the recipe will appear in the **Workbench** with all required materials listed.
2. **Check Materials**
   * Ensure you have the necessary items and consumables.
   * Missing materials? You’ll have the option to purchase them directly from the **Auctionhouse**.
3. **Forge Items**
   * Choose how many copies of the item you want to forge (as long as you have enough materials).
   * Complete the process to upgrade your items.

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


---

# 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.champz.world/main-screen/inventory-and-item-forging.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.
