> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-es/para-anfitriones/advanced/hiveos-integration.md).

# Integración con HiveOS

### **Paso 1. Crea un flightsheet y obtén el token**

* Abrir **HiveOS → Workers → tu rig → Create Flight Sheet**.
* En el **Moneda** campo, escribe **clore rentals** y selecciónalo de la lista.
* Haz clic **Obtener token**.

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

### **Paso 2. Autorizar en Clore.ai a través de HiveOS**

* Después de hacer clic **Obtener token**, serás redirigido a **Clore.ai**.
* Haz clic **Iniciar sesión con HiveOS** y aprueba el inicio de sesión.

<figure><img src="/files/9738f2de9fe7400202fab2d689de5fe27205a315" alt=""><figcaption></figcaption></figure>

### **Paso 3. Establece el precio/duración y envía el token a HiveOS**

* Establece el **precio** y **tiempo máximo de alquiler**.
* Haz clic **Aplica el token a HiveOS** — el token se completará automáticamente en el **Billetera** campo de tu flightsheet de HiveOS.
* Vuelve a HiveOS y continúa completando el flightsheet.

<figure><img src="/files/3fff6151551e78872aefb1e7068ee764b0269c5a" alt=""><figcaption></figcaption></figure>

### **Paso 4. Crea el flightsheet**

* En HiveOS, haz clic **Create Flight Sheet**.
* Verifica que **Billetera** contenga tu token y **Coin: clore rentals** esté seleccionado.
* Haz clic **Crear**.

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

### **Paso 5. Aplica el flightsheet a los farms**

* Abrir **HiveOS → Farms** y ve a la lista de workers.
* Selecciona los farms/workers requeridos (usa **Seleccionar todo** si es necesario).
* Haz clic en el **Acción Rocket / Apply** acción.
* Desde el desplegable, elige el **Flight Sheet** creado y haz clic **Apply to selected**.

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

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

Hecho. Buen trabajo — ahora ve a [**Clore.ai**](https://clore.ai/my-servers) y gestiona todo lo demás en **Marketplace → My Servers**.

### Minería en inactividad

Tienes dos opciones:

* Si tu servidor ya aparece en “My Servers” en nuestro sitio y está en línea — simplemente desactiva el flightsheet clore.rental en HiveOS y aplica tu propio flightsheet de minería para la minería en inactividad.
* Agrega un segundo minero al flightsheet clore.rental — edita el sheet en HiveOS, haz clic en Add miner, configura tu moneda/pool/minero y guarda. Se ejecutará cuando el rig no esté alquilado.

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


---

# 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.clore.ai/clore.ai/clore.ai-eng-es/para-anfitriones/advanced/hiveos-integration.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.
