> 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/rollercoin-f.a.q.-es/f.a.q./almacenamiento/4.-como-fusionar-los-mineros.md).

# 4. ¿Cómo fusionar los mineros?

El proceso de fusión implica combinar partes específicas y un miner para crear una versión mejorada. Los elementos necesarios para fabricar ciertos miners se enumeran en la descripción de ese miner. Para ver la descripción, haga clic en el botón, como se muestra en la captura de pantalla a continuación.

<figure><img src="/files/0312ff62dea441022146475d9e4b6f6d684888e6" alt="" width="523"><figcaption></figcaption></figure>

<figure><img src="/files/57ebe81785b46053a46eaee40d1b31297da746ad" alt="" width="527"><figcaption></figcaption></figure>

¡Necesitas tener miners idénticos, suficiente RLT y partes del mismo nivel para mejorar miners de nivel bajo a uno de nivel superior!\
Después de presionar el botón “Fusionar”, habrá un breve retraso y tu nuevo miner mejorado se añadirá a tu inventario. El juego eliminará automáticamente el miner de la sala para la fusión.

Una vez que el proceso de fusión sea exitoso, deberás colocar tu nuevo Miner desde tu Inventario en el Rack de tu habitación.


---

# 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/rollercoin-f.a.q.-es/f.a.q./almacenamiento/4.-como-fusionar-los-mineros.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.
