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

# Comentários

## **1. Discussão Geral & Suporte Técnico**

Para todas as conversas, incluindo discussões gerais, sugestões de recursos, solução de problemas ou compartilhamento da sua experiência. Por favor visite nosso fórum oficial da comunidade:

[**Fórum da Comunidade eWeLink**](https://forum.ewelink.cc/c/ewelink-cube/23)

Você pode navegar por tópicos, fazer perguntas, obter ajuda de outros usuários e participar de discussões em andamento sobre o CUBE OS e o ecossistema de casa inteligente em geral.

***

## **2. Negócios & Colaboração**

Se você tiver consultas relacionadas a negócios, intenções de parceria ou oportunidades potenciais de colaboração, por favor entre em contato conosco por e-mail:

<BD@coolkit.cn>

***

## **3. Voluntários para Tradução**

Se você estiver interessado em contribuir com traduções para o CUBE OS ou ajudar a melhorar nossa documentação multilíngue, acolhemos calorosamente voluntários da comunidade.

<translation@coolkit.cn>

***

## **4. Pesquisa de Feedback**

Adoraríamos saber como tem sido sua experiência até agora.

Seja na instalação, integração de dispositivos ou ao usar Matter com plataformas de terceiros, seu feedback nos ajuda a melhorar o CUBE OS para todos.

> 📝 **Responda nossa pesquisa de 3 minutos (escolha seu idioma):**
>
> * Inglês (English)\
>   <https://forms.gle/WR5CsY7D9ocnH1vs6>
> * Russo (Русский)\
>   <https://forms.gle/5WTvtawZjkXpuJALA>
> * Francês (Français)\
>   <https://forms.gle/iRPAGq9pvT3buqaY8>
> * Alemão (Deutsch)\
>   <https://forms.gle/ZAL7wcX7wb2uWmP96>
> * Italiano (Italiano)\
>   <https://forms.gle/yj8yj5wi4kLtC1158>
> * Espanhol (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>
> * Polonês (Polski)\
>   <https://forms.gle/EPjxikgKmphjLnZK7>

## **Obrigado**

Sua participação mantém a comunidade CUBE OS crescendo e evoluindo.\
Toda sugestão, relatório de bug e ideia compartilhada nos ajuda a construir um ecossistema aberto melhor 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/english-pt/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.
