> 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/esplorazione-delle-funzionalita/docker-e-add-on.md).

# Docker e add-on

Scaricando diversi componenti aggiuntivi in Docker, puoi consentire a CUBE OS di acquisire più funzionalità e diventare più completo e affidabile.

<figure><img src="/files/925bdce8ad1ae12d3d8bf20cb043669b83e526b9" alt=""><figcaption></figcaption></figure>

Di seguito sono riportati 2 esempi per mostrare come utilizzare le funzionalità dei componenti aggiuntivi su CUBE OS.

## eWeLink Smart Home

Sincronizza i dispositivi supportati da eWeLink con CUBE e controllali. Il tutorial fa riferimento a: [Dispositivi Wi‑Fi eWeLink (compatibili LAN)](/english-it/per-iniziare/aggiungi-dispositivi/dispositivi-wi-fi-ewelink.md).

## Node-RED

Programmazione low-code per applicazioni event-driven.

{% stepper %}
{% step %}
Installa ed esegui il componente aggiuntivo Node-Red.

<div align="left"><figure><img src="/files/8c08d03aaffa057de325fd70c90272310ed9e01c" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Clicca 'RUN' per aprire le impostazioni, seleziona la rete come 'host' e compila gli altri parametri in base alle tue esigenze, poi tocca 'RUN'.

<div align="left"><figure><img src="/files/ab5ab2912ca3c3aa6fc7e75ab1f848ac9c17f5d0" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Attendi un po' e apri una nuova scheda del browser per visitare la pagina di Node-Red, l'URL predefinito è ihost.local:1880 oppure IP di iHost:1880 (per esempio, 192.168.1.232:1880, puoi trovare l'IP nella pagina di gestione del tuo router).

<figure><img src="/files/76395cfeb3034ce7e58bfe4347357b625ec18978" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/esplorazione-delle-funzionalita/docker-e-add-on.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.
