> For the complete documentation index, see [llms.txt](https://docs.gigaverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gigaverse.io/crafting-and-stations/crafting-overview.md).

# Crafting Overview

To progress further in Gigaverse and perform a variety of actions in game, you will need to craft items (or purchase crafted items from other players on the [Gigamarket](https://glhfers.gitbook.io/gigaverse/in-game-trading/gigamarket)). \
\
Crafting takes place at designated crafting stations. It requires materials/items and energy.&#x20;

At present, there are two crafting stations in the game, the Alchemy Bench and the Workbench. You can equip crafted gear at the Gear Station.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a data-mention href="/pages/Ai8lWHVZz1OXOiiXa9B6">/pages/Ai8lWHVZz1OXOiiXa9B6</a></td><td>This is where <a data-mention href="/pages/z11dtS7qpKvAohDmnD6h">/pages/z11dtS7qpKvAohDmnD6h</a> can be crafted</td><td><a href="/files/fTXRV3I4NxLIUWAbZdcs">/files/fTXRV3I4NxLIUWAbZdcs</a></td></tr><tr><td><a data-mention href="/pages/gOtn5zfgcKX5VVzLhg4K">/pages/gOtn5zfgcKX5VVzLhg4K</a></td><td>This is where <a data-mention href="/pages/G5t9Fboymbw9Y9fQoS9l">/pages/G5t9Fboymbw9Y9fQoS9l</a> can be crafted</td><td><a href="/files/jbRLjQa00zrOV2kgQbeP">/files/jbRLjQa00zrOV2kgQbeP</a></td></tr><tr><td><a data-mention href="/pages/Tu8hgprbxd0haTEc6nnT">/pages/Tu8hgprbxd0haTEc6nnT</a></td><td>This where were Gear can be equiped and repaired</td><td><a href="/files/htSVCLsTCP3cJAYiUL9s">/files/htSVCLsTCP3cJAYiUL9s</a></td></tr></tbody></table>

### ![](/files/15p4hcINimdmyQLRFBRk) Alchemy XP

The more consumables you craft, the more Alchemy XP you receive. Alchemy XP is soulbound (cannot be transferred) and plays an important future role in your crafting progression & proficiency. &#x20;

### <img src="/files/TRY2h0IWQsVkQDfww437" alt="" data-size="line"> Workbench XP

The more gear you craft, the more Workbench XP you receive. Workbench XP is soulbound (cannot be transferred) and plays an important future role in your crafting progression & proficiency. &#x20;

{% hint style="success" %}
More crafting stations will be added to the game over time, as well as more crafts.
{% endhint %}

<table data-header-hidden data-full-width="true"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td></td><td></td><td></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.gigaverse.io/crafting-and-stations/crafting-overview.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.
