> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./homepage/24.-what-is-a-forge.md).

# 24. What is a Forge?

## What is it?

**The Forge** is a dedicated crafting and merging device that allows you to create, upgrade, and combine different in-game assets using recipes, materials, and parts.! It is located in your Room, which is assigned the number **0** and is called the **Service Room.**

Inside the **Forge** you can:

* Craft new items using recipes
* Merge miners and parts into stronger versions
* Track resource requirements clearly
* Manage crafting and merging at the same time

{% hint style="info" %}
**Crafting and merging do not block each other**. While an item is being crafted, you can still merge miners or parts and keep progressing efficiently.
{% endhint %}

Once you register, you can access this room **for free** and place a machine there, if available.

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

## What are Craftings and Merges?

1. [<mark style="color:green;">Merge</mark>](https://rollercoin.com/game?location=forge\&group=merge) — make your items more powerful with merging! You need to have two or more identical miners/parts, some RLT, and parts of the same level to convert low-level miners into a higher-level one! Every new upgrade level brings more mining power.&#x20;
   1. There are 6 levels: Common, Uncommon, Rare, Epic, Legendary, and Unreal. Basic (Common) level miners can be purchased in the [<mark style="color:green;">Store</mark>](https://rollercoin.com/game/market). Parts for crafting have only 5 levels.
2. [<mark style="color:green;">Craftings</mark>](https://rollercoin.com/game?location=forge\&group=crafting) — craft new items from the old ones and make yourself any thing you like: from miners to hamsters!

## How to craft or merge?

If you are wondering about how the crafting and merging actually works, you can check out these FAQ pages:

{% content-ref url="/pages/C2qR1NIdWkpFZDxUqsUu" %}
[4. How to merge the Miners?](/rollercoin/f.a.q./storage/4.-how-to-merge-the-miners.md)
{% endcontent-ref %}

{% content-ref url="/pages/IPWJLcTH0AhJ3OcAxiau" %}
[5. How to merge the Parts?](/rollercoin/f.a.q./storage/5.-how-to-merge-the-parts.md)
{% endcontent-ref %}

{% content-ref url="/pages/GYP8LyjphEHtF30TNhta" %}
[1. How Crafting works? How can I get an item from Crafting Offer?](/rollercoin/f.a.q./store/1.-how-crafting-works-how-can-i-get-an-item-from-crafting-offer.md)
{% endcontent-ref %}

## More information on the Forge?

For more information, please, be sure to read this blog-post:

[<mark style="color:green;">**https://rollercoin.com/blog/master-the-forge**</mark>](https://rollercoin.com/blog/master-the-forge)


---

# 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://faq.rollercoin.com/rollercoin/f.a.q./homepage/24.-what-is-a-forge.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.
