> 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/english-pl/pierwsze-kroki.md).

# Pierwsze kroki

- [Instalacja](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart.md)
- [Raspberry Pi](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/raspberry-pi.md): Przewodnik instalacji CUBE OS na Raspberry Pi 4B/5.
- [Maszyna wirtualna](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/maszyna-wirtualna.md)
- [VirtualBox](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/maszyna-wirtualna/virtualbox.md): To ogólny przewodnik instalacji CUBE OS na VirtualBox; hostem może być stary komputer lub mini PC.
- [VMware](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/maszyna-wirtualna/vmware.md): To ogólny przewodnik instalacji CUBE OS na VMware; hostem może być stary komputer lub mini PC.
- [Hyper-V](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/maszyna-wirtualna/hyper-v.md): Ten przewodnik wyjaśnia, jak zainstalować CUBE OS na Microsoft Hyper-V działającym w systemie Windows.
- [Proxmox](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/maszyna-wirtualna/proxmox.md): To ogólny przewodnik instalacji CUBE OS na Proxmox; hostem może być stary komputer lub mini PC.
- [Urządzenia NAS](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/urzadzenia-nas.md)
- [Synology NAS](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/urzadzenia-nas/synology-nas.md)
- [UGREEN NAS](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/urzadzenia-nas/ugreen-nas.md)
- [Docker](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/docker.md): Przewodnik instalacji CUBE OS za pomocą Dockera w systemach Linux.
- [Instalacja jednym kliknięciem](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/instalacja-jednym-kliknieciem.md)
- [Windows](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/instalacja-jednym-kliknieciem/windows.md)
- [Mac](https://cube.ewelink.cc/english-pl/pierwsze-kroki/quickstart/instalacja-jednym-kliknieciem/mac.md)
- [Dodaj urządzenia](https://cube.ewelink.cc/english-pl/pierwsze-kroki/dodaj-urzadzenia.md): Urządzenia obsługiwane przez CUBE
- [Urządzenia eWeLink Wi-Fi](https://cube.ewelink.cc/english-pl/pierwsze-kroki/dodaj-urzadzenia/urzadzenia-ewelink-wi-fi.md)
- [Urządzenia Zigbee](https://cube.ewelink.cc/english-pl/pierwsze-kroki/dodaj-urzadzenia/urzadzenia-zigbee.md): Oto pełny przewodnik dodawania urządzeń Zigbee do konfiguracji CUBE.
- [Urządzenia Matter (beta)](https://cube.ewelink.cc/english-pl/pierwsze-kroki/dodaj-urzadzenia/urzadzenia-matter-beta.md): Przewodnik dodawania urządzeń Matter do CUBE OS. Możesz też udostępniać urządzenia Matter z innych aplikacji, postępując zgodnie z podanymi krokami.
- [Kamery](https://cube.ewelink.cc/english-pl/pierwsze-kroki/dodaj-urzadzenia/kamery.md)
- [Urządzenia podrzędne eWeLink-Remote](https://cube.ewelink.cc/english-pl/pierwsze-kroki/dodaj-urzadzenia/urzadzenia-podrzedne-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/english-pl/pierwsze-kroki.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.
