> For the complete documentation index, see [llms.txt](https://docs.blinkgalaxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blinkgalaxy.com/spanish/learning-station/outer-ring-dapp/sistema-de-crafting-de-outer-ring/factoria/creando-la-base.md).

# Creando la base

### Elige el herrero, uno por cada Tier

Si es la primera arma/armadura que creas, debes empezar por el **Tier 1**.

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

### Elige el tipo de objeto que quieres crear

Utilice los selectores para elegir qué tipo de objeto desea crear. Es importante saber que la elección que hagas no se puede modificar posteriormente.

<figure><img src="/files/05ZWihUkk5nXA1jNAhQA" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/eUdwPVISRXIC0YeqWMe9" alt="" width="220"><figcaption></figcaption></figure>

### **Coste de recursos**

Una vez que hayas decidido qué objeto quieres crear, verifica que tienes los materiales necesarios para comenzar el proceso de ***Creación***.

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

> No es esencial tener todos los materiales necesarios para completar los siguientes pasos, ***Estilo*** y ***Ensamblaje***, aunque los necesitarás para terminar de elaborar tu arma o armadura.

Utiliza el botón "Start Creation/Empezar creación" para que el artesano comience a trabajar.

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

> La duración de este proceso será: **4h** para el Tier 1, **8h** para el Tier 2 y **12h** para el Tier 3.&#x20;


---

# 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.blinkgalaxy.com/spanish/learning-station/outer-ring-dapp/sistema-de-crafting-de-outer-ring/factoria/creando-la-base.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.
