> 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-ru/nachalo-raboty.md).

# Начало работы

- [Установка](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart.md)
- [Raspberry Pi](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/raspberry-pi.md): Руководство по установке CUBE OS на Raspberry Pi 4B/5.
- [Виртуальная машина](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/virtualnaya-mashina.md)
- [VirtualBox](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/virtualnaya-mashina/virtualbox.md): Это общее руководство по установке CUBE OS в VirtualBox; хостом может быть старый ПК или мини-ПК.
- [VMware](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/virtualnaya-mashina/vmware.md): Это общее руководство по установке CUBE OS в VMware; хостом может быть старый ПК или мини-ПК.
- [Hyper-V](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/virtualnaya-mashina/hyper-v.md): Это руководство объясняет, как установить CUBE OS на Microsoft Hyper-V, работающем в Windows.
- [Proxmox](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/virtualnaya-mashina/proxmox.md): Это общее руководство по установке CUBE OS на Proxmox; хостом может быть старый ПК или мини-ПК.
- [Устройства NAS](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/ustroistva-nas.md)
- [NAS Synology](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/ustroistva-nas/nas-synology.md)
- [NAS UGREEN](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/ustroistva-nas/nas-ugreen.md)
- [Docker](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/docker.md): Руководство по установке CUBE OS с использованием Docker в системах Linux.
- [Установка в один клик](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/ustanovka-v-odin-klik.md)
- [Windows](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/ustanovka-v-odin-klik/windows.md)
- [Mac](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/quickstart/ustanovka-v-odin-klik/mac.md)
- [Добавление устройств](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/dobavlenie-ustroistv.md): Устройства, поддерживаемые CUBE
- [Wi‑Fi-устройства eWeLink](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/dobavlenie-ustroistv/wi-fi-ustroistva-ewelink.md)
- [Устройства Zigbee](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/dobavlenie-ustroistv/ustroistva-zigbee.md): Вот полное руководство по добавлению устройств Zigbee в вашу настройку CUBE.
- [Устройства Matter (бета)](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/dobavlenie-ustroistv/ustroistva-matter-beta.md): Руководство по добавлению устройств Matter в CUBE OS. Также можно добавить устройства Matter из других приложений, следуя указанным шагам.
- [Камеры](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/dobavlenie-ustroistv/kamery.md)
- [Подустройства eWeLink-Remote](https://cube.ewelink.cc/cube-os-ru/nachalo-raboty/dobavlenie-ustroistv/podustroistva-ewelink-remote.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/cube-os-ru/nachalo-raboty.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.
