> 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/german/erste-schritte.md).

# Erste Schritte

- [Installation](https://cube.ewelink.cc/german/erste-schritte/quickstart.md)
- [Raspberry Pi](https://cube.ewelink.cc/german/erste-schritte/quickstart/raspberry-pi.md): Eine Anleitung zur Installation von CUBE OS auf einem Raspberry Pi 4B/5.
- [Virtuelle Maschine](https://cube.ewelink.cc/german/erste-schritte/quickstart/virtuelle-maschine.md)
- [VirtualBox](https://cube.ewelink.cc/german/erste-schritte/quickstart/virtuelle-maschine/virtualbox.md): Dies ist eine allgemeine Anleitung zur Installation von CUBE OS auf VirtualBox; der Host kann ein alter PC oder ein Mini-PC sein.
- [VMware](https://cube.ewelink.cc/german/erste-schritte/quickstart/virtuelle-maschine/vmware.md): Dies ist eine allgemeine Anleitung zur Installation von CUBE OS auf VMware; der Host kann ein alter PC oder ein Mini-PC sein.
- [Hyper-V](https://cube.ewelink.cc/german/erste-schritte/quickstart/virtuelle-maschine/hyper-v.md): Diese Anleitung erklärt, wie du CUBE OS auf Microsoft Hyper-V unter Windows installierst.
- [Proxmox](https://cube.ewelink.cc/german/erste-schritte/quickstart/virtuelle-maschine/proxmox.md): Dies ist eine allgemeine Anleitung zur Installation von CUBE OS auf Proxmox; der Host kann ein alter PC oder ein Mini-PC sein.
- [NAS-Geräte](https://cube.ewelink.cc/german/erste-schritte/quickstart/nas-gerate.md)
- [Synology NAS](https://cube.ewelink.cc/german/erste-schritte/quickstart/nas-gerate/synology-nas.md)
- [UGREEN NAS](https://cube.ewelink.cc/german/erste-schritte/quickstart/nas-gerate/ugreen-nas.md)
- [Docker](https://cube.ewelink.cc/german/erste-schritte/quickstart/docker.md): Eine Anleitung zur Installation von CUBE OS mit Docker auf Linux-Systemen.
- [Installation mit einem Klick](https://cube.ewelink.cc/german/erste-schritte/quickstart/installation-mit-einem-klick.md)
- [Windows](https://cube.ewelink.cc/german/erste-schritte/quickstart/installation-mit-einem-klick/windows.md)
- [Mac](https://cube.ewelink.cc/german/erste-schritte/quickstart/installation-mit-einem-klick/mac.md)
- [Geräte hinzufügen](https://cube.ewelink.cc/german/erste-schritte/gerate-hinzufugen.md): Von CUBE unterstützte Geräte
- [eWeLink-WLAN-Geräte](https://cube.ewelink.cc/german/erste-schritte/gerate-hinzufugen/ewelink-wlan-gerate.md)
- [Zigbee-Geräte](https://cube.ewelink.cc/german/erste-schritte/gerate-hinzufugen/zigbee-gerate.md): Hier findest du eine vollständige Anleitung zum Hinzufügen von Zigbee-Geräten zu deinem CUBE-Setup.
- [Matter-(Beta)-Geräte](https://cube.ewelink.cc/german/erste-schritte/gerate-hinzufugen/matter-beta-gerate.md): Eine Anleitung zum Hinzufügen von Matter-Geräten zu CUBE OS. Du kannst auch Matter-Geräte aus anderen Apps nach den angegebenen Schritten freigeben.
- [Kameras](https://cube.ewelink.cc/german/erste-schritte/gerate-hinzufugen/kameras.md)
- [eWeLink-Remote-Untergeräte](https://cube.ewelink.cc/german/erste-schritte/gerate-hinzufugen/ewelink-remote-untergerate.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/german/erste-schritte.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.
