> For the complete documentation index, see [llms.txt](https://whitepaper.zee-verse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.zee-verse.com/gameplay/skills/crafting.md).

# Crafting

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

### How to Level Up Crafting

Players earn Crafting experience by successfully crafting items. Higher skill levels unlock access to more advanced recipes and improve crafting options.

### How Crafting Works

* To craft, players must click on a workstation - Forge, Anvil (needs Hammer to operate) or Sawmill.
* The Crafting UI shows recipes available at that workstation. Selecting a recipe displays the required materials and skill level.
* If all materials and skill requirements are met, crafting can begin. Crafting consumes materials and awards experience.

#### Crafting Categories & Workstations

* **Forge:** Used to smelt ores into ingots, necessary for many recipes.
* **Anvil:** Used to craft weapons, armor, and tools.
* **Sawmill:** Processes wood logs into crafting materials.

#### Smelting

Smelting converts ores from Mining into usable ingots at the Furnace. Players select how many to smelt, and materials are consumed once the smelting animation finishes.

#### Materials

Materials include ores, wood logs, and processed components. Different wood types can be processed into rods, planks, and trunks at the Sawmill.

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

#### Craftable Items

* **Armor:** Craft wearable armor sets that provide combat stats.
* **Weapons:** Craft hand and off-hand weapons with damage stats.
* **Tools:** Craft gathering tools like pickaxes and hammers needed for other skills.

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

#### Crafting Tools

A Hammer is required for crafting at the Anvil and must be in the player’s inventory or equipped. Players can acquire Hammer during Crooked, But Standing quest.


---

# 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://whitepaper.zee-verse.com/gameplay/skills/crafting.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.
