> 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/exploracao-de-funcionalidades/docker-e-add-on.md).

# Docker e add-on

Ao baixar diferentes complementos no Docker, você pode habilitar o CUBE OS para obter mais capacidades e torná-lo mais abrangente e confiável.

<figure><img src="/files/a974b63aae289161b2e34ac53a4a3db99f18bfe2" alt=""><figcaption></figcaption></figure>

A seguir estão 2 exemplos para mostrar como usar os recursos de Complementos no CUBE OS.

## eWeLink Smart Home

Sincronize dispositivos compatíveis com eWeLink ao CUBE e controle-os. O tutorial refere-se a: [Dispositivos Wi‑Fi eWeLink (capazes de LAN)](/english-pt/primeiros-passos/adicionar-dispositivos/dispositivos-wi-fi-ewelink.md).

## Node-RED

Programação de baixo código para aplicações orientadas a eventos.

{% stepper %}
{% step %}
Instale e execute o complemento Node-Red.

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

{% step %}
Clique em 'RUN' para abrir as configurações, selecione a rede como 'host' e preencha os outros parâmetros conforme suas necessidades, depois toque em 'RUN'.

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

{% step %}
Aguarde um momento e abra uma nova aba do navegador para visitar a página do Node-Red, a URL padrão é ihost.local:1880 ou IP do iHost:1880 (por exemplo, 192.168.1.232:1880, você pode encontrar o IP na página de gerenciamento do seu roteador.)

<figure><img src="/files/433d53aad5418be228283097552e6f5792995a32" 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:

```
GET https://cube.ewelink.cc/english-pt/exploracao-de-funcionalidades/docker-e-add-on.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
