# Docker & Add-on

By downloading different Add-ons in Docker, you can enable CUBE OS to gain more capabilities and become more comprehensive and reliable.

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

The following are 2 examples to show how to use the Add-on features on CUBE OS.

## eWeLink Smart Home

Sync eWeLink-supported devices to CUBE and control them. Tutorial refers to: [eWeLink Wi-Fi Devices (LAN Capable)](/getting-started/add-devices/ewelink-wi-fi-devices.md).

## Node-RED

Low-code programming for event-driven applications.

{% stepper %}
{% step %}
Install and run the Node-Red Add-on.

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

{% step %}
Click 'RUN' to open the settings, select network as 'host', and fill in other parameters according to your needs, then tap 'RUN'.

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

{% step %}
Wait a while and open a new browser tab to visit the Node-Red page, the default URL is ihost.local:1880 or IP of iHost:1880 (for example, 192.168.1.232:1880, you may find the IP on your router’s management page.)

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


---

# Agent Instructions: 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/feature-exploration/docker-and-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.
