> 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/exploracion-de-funciones/docker-y-complementos.md).

# Docker y complementos

Al descargar distintos complementos en Docker, puedes habilitar que CUBE OS obtenga más capacidades y se vuelva más completo y confiable.

<figure><img src="/files/5a9145c2c60e4c543dc57404e804a0338a9f020a" alt=""><figcaption></figcaption></figure>

Los siguientes son 2 ejemplos para mostrar cómo usar las funciones de complementos en CUBE OS.

## eWeLink Smart Home

Sincroniza los dispositivos compatibles con eWeLink con CUBE y contrólalos. El tutorial se refiere a: [Dispositivos Wi-Fi eWeLink (capaces de LAN)](/cube-os-es/primeros-pasos/anadir-dispositivos/dispositivos-wi-fi-ewelink.md).

## Node-RED

Programación low-code para aplicaciones impulsadas por eventos.

{% stepper %}
{% step %}
Instala y ejecuta el complemento Node-Red.

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

{% step %}
Haz clic en 'RUN' para abrir la configuración, selecciona la red como 'host' y rellena otros parámetros según tus necesidades, luego pulsa 'RUN'.

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

{% step %}
Espera un momento y abre una nueva pestaña del navegador para visitar la página de Node-Red, la URL por defecto es ihost.local:1880 o la IP del iHost:1880 (por ejemplo, 192.168.1.232:1880, puedes encontrar la IP en la página de administración de tu router.)

<figure><img src="/files/65bd4c23af9e5b563eac5a53e45ed6b8060081a5" 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/cube-os-es/exploracion-de-funciones/docker-y-complementos.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.
