> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-es/primeros-pasos/quickstart.md).

# Instalación

En general, sería más fácil y más completo probar CUBE OS en Raspberry Pi. Si no tienes una Raspberry Pi, no te preocupes, puedes usar una máquina antigua o un NAS en casa para ejecutar CUBE OS mediante máquinas virtuales.

Para una experiencia más fluida con CUBE OS sin pasos extra, también puedes comprar un [SONOFF iHost](https://sonoff.tech/products/sonoff-ihost-smart-home-hub/58).

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Guía de Raspberry Pi</strong></td><td><a href="/pages/1f4bd784f90cf2d7af55ca0f17d7778bca4f9c38">/pages/1f4bd784f90cf2d7af55ca0f17d7778bca4f9c38</a></td></tr><tr><td><strong>Guía de máquina virtual</strong></td><td><a href="/pages/55e2b4430521eab50befa44fcf385469bd336809">/pages/55e2b4430521eab50befa44fcf385469bd336809</a></td></tr><tr><td><strong>Guía de dispositivos NAS</strong></td><td><a href="/pages/34ede3a7c0f3b014bf79a05319550b8f498bcbb4">/pages/34ede3a7c0f3b014bf79a05319550b8f498bcbb4</a></td></tr><tr><td><strong>Docker</strong></td><td><a href="/pages/c7ad3a0921dfaf0fbcb6e3a47f7f6ba11523f057">/pages/c7ad3a0921dfaf0fbcb6e3a47f7f6ba11523f057</a></td></tr></tbody></table>

También ofrecemos instaladores de CUBE OS con un solo clic para Windows y Mac. Cada instalador reduce la configuración manual y te ayuda a poner CUBE OS en funcionamiento más rápido.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Instalación con un solo clic</strong></td><td><a href="/pages/9cec1d4be716d6bc3ab6f0f43edc85c614b5e845">/pages/9cec1d4be716d6bc3ab6f0f43edc85c614b5e845</a></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://cube.ewelink.cc/cube-os-es/primeros-pasos/quickstart.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.
