> 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/feature-exploration/docker-and-add-on.md).

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