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

# Feedback

## **1. Discussione generale e supporto tecnico**

Per tutte le conversazioni, incluse discussioni generali, suggerimenti sulle funzionalità, risoluzione dei problemi o condivisione della tua esperienza. Visita il nostro forum ufficiale della community:

[**Forum della community eWeLink**](https://forum.ewelink.cc/c/ewelink-cube/23)

Puoi sfogliare gli argomenti, fare domande, ottenere aiuto da altri utenti e partecipare alle discussioni in corso su CUBE OS e sul più ampio ecosistema della casa intelligente.

***

## **2. Affari e collaborazioni**

Se hai richieste legate al business, intenzioni di partnership o potenziali opportunità di collaborazione, contattaci via email:

<BD@coolkit.cn>

***

## **3. Volontari per le traduzioni**

Se sei interessato a contribuire con traduzioni per CUBE OS o ad aiutare a migliorare la nostra documentazione multilingue, accogliamo con piacere i volontari della community.

<translation@coolkit.cn>

***

## **4. Sondaggio di feedback**

Ci piacerebbe sapere com’è stata finora la tua esperienza.

Sia che riguardi l’installazione, l’integrazione dei dispositivi o l’uso di Matter con piattaforme di terze parti, il tuo feedback ci aiuta a migliorare CUBE OS per tutti.

> 📝 **Partecipa al nostro sondaggio di 3 minuti (scegli la tua lingua):**
>
> * Inglese (English)\
>   <https://forms.gle/WR5CsY7D9ocnH1vs6>
> * Russo (Русский)\
>   <https://forms.gle/5WTvtawZjkXpuJALA>
> * Francese (Français)\
>   <https://forms.gle/iRPAGq9pvT3buqaY8>
> * Tedesco (Deutsch)\
>   <https://forms.gle/ZAL7wcX7wb2uWmP96>
> * Italiano (Italiano)\
>   <https://forms.gle/yj8yj5wi4kLtC1158>
> * Spagnolo (Español – España)\
>   <https://forms.gle/isQF97JnCA8StD377>
> * Portoghese (Português – Portugal)\
>   <https://forms.gle/1vSK9MrLULBjAaVk9>
> * Portoghese (Português – Brasil)\
>   <https://forms.gle/yRfmuff3y2QGuUEw7>
> * Polacco (Polski)\
>   <https://forms.gle/EPjxikgKmphjLnZK7>

## **Grazie**

La tua partecipazione mantiene la community di CUBE OS in crescita e in evoluzione.\
Ogni suggerimento, segnalazione di bug e idea condivisa ci aiuta a costruire un ecosistema aperto migliore per tutti.


---

# 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-it/feedback.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.
