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

# เริ่มต้นใช้งาน

- [การติดตั้ง](https://cube.ewelink.cc/english-th/getting-started/quickstart.md)
- [Raspberry Pi](https://cube.ewelink.cc/english-th/getting-started/quickstart/raspberry-pi.md): คู่มือการติดตั้ง CUBE OS บน Raspberry Pi 4B/5
- [เครื่องเสมือน](https://cube.ewelink.cc/english-th/getting-started/quickstart/virtual-machine.md)
- [VirtualBox](https://cube.ewelink.cc/english-th/getting-started/quickstart/virtual-machine/virtualbox.md): นี่คือคู่มือทั่วไปสำหรับการติดตั้ง CUBE OS บน VirtualBox โดยโฮสต์สามารถเป็นพีซีเก่า หรือมินิพีซีได้
- [VMware](https://cube.ewelink.cc/english-th/getting-started/quickstart/virtual-machine/vmware.md): นี่คือคู่มือทั่วไปสำหรับการติดตั้ง CUBE OS บน VMware โดยโฮสต์สามารถเป็นพีซีเก่า หรือมินิพีซีได้
- [Hyper-V](https://cube.ewelink.cc/english-th/getting-started/quickstart/virtual-machine/hyper-v.md): คู่มือนี้อธิบายวิธีติดตั้ง CUBE OS บน Microsoft Hyper-V ที่ทำงานบน Windows
- [Proxmox](https://cube.ewelink.cc/english-th/getting-started/quickstart/virtual-machine/proxmox.md): นี่คือคู่มือทั่วไปสำหรับการติดตั้ง CUBE OS บน Proxmox โดยโฮสต์สามารถเป็นพีซีเก่า หรือมินิพีซีได้
- [อุปกรณ์ NAS](https://cube.ewelink.cc/english-th/getting-started/quickstart/nas.md)
- [Synology NAS](https://cube.ewelink.cc/english-th/getting-started/quickstart/nas/synology-nas.md)
- [UGREEN NAS](https://cube.ewelink.cc/english-th/getting-started/quickstart/nas/ugreen-nas.md)
- [Docker](https://cube.ewelink.cc/english-th/getting-started/quickstart/docker.md): คู่มือการติดตั้ง CUBE OS โดยใช้ Docker บนระบบ Linux
- [การติดตั้งด้วยคลิกเดียว](https://cube.ewelink.cc/english-th/getting-started/quickstart/one-click-installation.md)
- [Windows](https://cube.ewelink.cc/english-th/getting-started/quickstart/one-click-installation/windows.md)
- [Mac](https://cube.ewelink.cc/english-th/getting-started/quickstart/one-click-installation/mac.md)
- [เพิ่มอุปกรณ์](https://cube.ewelink.cc/english-th/getting-started/add-devices.md): อุปกรณ์ที่รองรับโดย CUBE
- [อุปกรณ์ eWeLink Wi-Fi](https://cube.ewelink.cc/english-th/getting-started/add-devices/ewelink-wi-fi.md)
- [อุปกรณ์ Zigbee](https://cube.ewelink.cc/english-th/getting-started/add-devices/zigbee.md): นี่คือคู่มือฉบับสมบูรณ์สำหรับการเพิ่มอุปกรณ์ Zigbee ไปยังการตั้งค่า CUBE ของคุณ
- [อุปกรณ์ Matter (เบต้า)](https://cube.ewelink.cc/english-th/getting-started/add-devices/matter.md): คู่มือสำหรับการเพิ่มอุปกรณ์ Matter ไปยัง CUBE OS คุณยังสามารถแชร์อุปกรณ์ Matter จากแอปอื่นได้ตามขั้นตอนที่ให้ไว้
- [กล้อง](https://cube.ewelink.cc/english-th/getting-started/add-devices/cameras.md)
- [อุปกรณ์ย่อย eWeLink-Remote](https://cube.ewelink.cc/english-th/getting-started/add-devices/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-th/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.
