> 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/getting-started.md).

# Getting Started

- [Installation](https://cube.ewelink.cc/getting-started/quickstart.md)
- [Raspberry Pi](https://cube.ewelink.cc/getting-started/quickstart/raspberry-pi.md): A guide to install CUBE OS on a Raspberry Pi 4B/5.
- [Virtual Machine](https://cube.ewelink.cc/getting-started/quickstart/virtual-machine.md)
- [VirtualBox](https://cube.ewelink.cc/getting-started/quickstart/virtual-machine/virtualbox.md): This is a generic guide to installing CUBE OS on VirtualBox, the host can be an old PC, or a Mini PC.
- [VMware](https://cube.ewelink.cc/getting-started/quickstart/virtual-machine/vmware.md): This is a generic guide to installing CUBE OS on VMware, the host can be an old PC, or a Mini PC.
- [Hyper-V](https://cube.ewelink.cc/getting-started/quickstart/virtual-machine/hyper-v.md): This guide explains how to install CUBE OS on Microsoft Hyper-V running on Windows.
- [Proxmox](https://cube.ewelink.cc/getting-started/quickstart/virtual-machine/proxmox.md): This is a generic guide to installing CUBE OS on Proxmox, the host can be an old PC, or a Mini PC.
- [NAS Devices](https://cube.ewelink.cc/getting-started/quickstart/nas-devices.md)
- [Synology NAS](https://cube.ewelink.cc/getting-started/quickstart/nas-devices/synology-nas.md)
- [UGREEN NAS](https://cube.ewelink.cc/getting-started/quickstart/nas-devices/ugreen-nas.md)
- [Docker](https://cube.ewelink.cc/getting-started/quickstart/docker.md): A guide to install CUBE OS using Docker on Linux systems.
- [One-click Installation](https://cube.ewelink.cc/getting-started/quickstart/one-click-installation.md)
- [Windows](https://cube.ewelink.cc/getting-started/quickstart/one-click-installation/windows.md)
- [Mac](https://cube.ewelink.cc/getting-started/quickstart/one-click-installation/mac.md)
- [Add Devices](https://cube.ewelink.cc/getting-started/add-devices.md): Devices Supported by CUBE
- [eWeLink Wi-Fi Devices](https://cube.ewelink.cc/getting-started/add-devices/ewelink-wi-fi-devices.md)
- [Zigbee Devices](https://cube.ewelink.cc/getting-started/add-devices/zigbee-devices.md): Here's a full guide to adding Zigbee devices to your CUBE setup.
- [Matter (Beta) Devices](https://cube.ewelink.cc/getting-started/add-devices/matter-beta-devices.md): A guide to add Matter devices to CUBE OS. You can also share Matter devices from other apps following the provided steps.
- [Cameras](https://cube.ewelink.cc/getting-started/add-devices/cameras.md)
- [eWeLink-Remote Sub-Devices](https://cube.ewelink.cc/getting-started/add-devices/ewelink-remote-sub-devices.md)


---

# 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/getting-started.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.
