> 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/blog/preguntas-y-respuestas-sobre-las-versiones-preliminares.md).

# Preguntas y respuestas sobre las versiones preliminares

**P: ¿Por qué CubeOS no encuentra mis dongles Zigbee?**

R: Como no podemos incluir ni mantener todos los modelos en nuestra lista de compatibilidad, solo los dongles probados funcionarán con el descubrimiento automático. Si CubeOS no lo encuentra, por favor configúrelo manualmente.&#x20;

**P: ¿Los componentes Matter integrados están certificados?**

R: CubeOS todavía está en la etapa de vista previa para desarrolladores y aún no ha obtenido la certificación.

**P: ¿Por qué algunos problemas permanecen sin resolver en las nuevas versiones?**

R: Debido a la rutina del equipo de desarrollo, algunas versiones como la V0.2 se centrarán en nuevas funciones. Algunos errores identificados se corregirán en versiones futuras. Además, ciertos errores pueden no restaurarse y requerirán más esfuerzo para solucionarlos.

**P: ¿Cuándo dará soporte CubeOS a las plataformas xxx?**

R: Como no contamos con recursos de desarrollo infinitos, solo se admiten y verifican los métodos de instalación populares. Métodos alternativos como Proxmax VE pueden funcionar pero no se recomiendan.


---

# 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/blog/preguntas-y-respuestas-sobre-las-versiones-preliminares.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.
