> 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/comentarios.md).

# Comentarios

## **1. Discusión general y soporte técnico**

Para todas las conversaciones, incluidas discusiones generales, sugerencias de funciones, resolución de problemas o compartir tu experiencia. Por favor visita nuestro foro comunitario oficial:

[**Foro de la comunidad eWeLink**](https://forum.ewelink.cc/c/ewelink-cube/23)

Puedes navegar por los temas, hacer preguntas, obtener ayuda de otros usuarios y unirte a discusiones en curso sobre CUBE OS y el ecosistema de hogar inteligente en general.

***

## **2. Negocios y colaboración**

Si tienes consultas relacionadas con negocios, intenciones de asociación u oportunidades potenciales de colaboración, contáctanos por correo electrónico:

<BD@coolkit.cn>

***

## **3. Voluntarios de traducción**

Si estás interesado en contribuir con traducciones para CUBE OS o ayudar a mejorar nuestra documentación multilingüe, damos una cordial bienvenida a los voluntarios de la comunidad.

<translation@coolkit.cn>

***

## **4. Encuesta de opinión**

Nos encantaría saber cómo ha sido tu experiencia hasta ahora.

Ya sea la instalación, la integración de dispositivos o el uso de Matter con plataformas de terceros, tus comentarios nos ayudan a mejorar CUBE OS para todos.

> 📝 **Participa en nuestra encuesta de 3 minutos (elige tu idioma):**
>
> * Inglés (English)\
>   <https://forms.gle/WR5CsY7D9ocnH1vs6>
> * Ruso (Русский)\
>   <https://forms.gle/5WTvtawZjkXpuJALA>
> * Francés (Français)\
>   <https://forms.gle/iRPAGq9pvT3buqaY8>
> * Alemán (Deutsch)\
>   <https://forms.gle/ZAL7wcX7wb2uWmP96>
> * Italiano (Italiano)\
>   <https://forms.gle/yj8yj5wi4kLtC1158>
> * Español (Español – España)\
>   <https://forms.gle/isQF97JnCA8StD377>
> * Portugués (Português – Portugal)\
>   <https://forms.gle/1vSK9MrLULBjAaVk9>
> * Portugués (Português – Brasil)\
>   <https://forms.gle/yRfmuff3y2QGuUEw7>
> * Polaco (Polski)\
>   <https://forms.gle/EPjxikgKmphjLnZK7>

## **Gracias**

Tu participación mantiene a la comunidad de CUBE OS creciendo y evolucionando.\
Cada sugerencia, informe de errores e idea compartida nos ayuda a construir un mejor ecosistema abierto para todos.


---

# 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/comentarios.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.
