> 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-fr/prise-en-main.md).

# Prise en main

- [Installation](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart.md)
- [Raspberry Pi](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/raspberry-pi.md): Un guide pour installer CUBE OS sur un Raspberry Pi 4B/5.
- [Machine virtuelle](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/machine-virtuelle.md)
- [VirtualBox](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/machine-virtuelle/virtualbox.md): Il s’agit d’un guide générique pour installer CUBE OS sur VirtualBox ; l’hôte peut être un ancien PC ou un Mini PC.
- [VMware](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/machine-virtuelle/vmware.md): Il s’agit d’un guide générique pour installer CUBE OS sur VMware ; l’hôte peut être un ancien PC ou un Mini PC.
- [Hyper-V](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/machine-virtuelle/hyper-v.md): Ce guide explique comment installer CUBE OS sur Microsoft Hyper-V exécuté sous Windows.
- [Proxmox](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/machine-virtuelle/proxmox.md): Il s’agit d’un guide générique pour installer CUBE OS sur Proxmox ; l’hôte peut être un ancien PC ou un Mini PC.
- [Appareils NAS](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/appareils-nas.md)
- [NAS Synology](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/appareils-nas/nas-synology.md)
- [NAS UGREEN](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/appareils-nas/nas-ugreen.md)
- [Docker](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/docker.md): Un guide pour installer CUBE OS à l’aide de Docker sur des systèmes Linux.
- [Installation en un clic](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/installation-en-un-clic.md)
- [Windows](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/installation-en-un-clic/windows.md)
- [Mac](https://cube.ewelink.cc/cube-os-fr/prise-en-main/quickstart/installation-en-un-clic/mac.md)
- [Ajouter des appareils](https://cube.ewelink.cc/cube-os-fr/prise-en-main/ajouter-des-appareils.md): Appareils pris en charge par CUBE
- [Appareils eWeLink Wi-Fi](https://cube.ewelink.cc/cube-os-fr/prise-en-main/ajouter-des-appareils/appareils-ewelink-wi-fi.md)
- [Appareils Zigbee](https://cube.ewelink.cc/cube-os-fr/prise-en-main/ajouter-des-appareils/appareils-zigbee.md): Voici un guide complet pour ajouter des appareils Zigbee à votre configuration CUBE.
- [Appareils Matter (bêta)](https://cube.ewelink.cc/cube-os-fr/prise-en-main/ajouter-des-appareils/appareils-matter-beta.md): Un guide pour ajouter des appareils Matter à CUBE OS. Vous pouvez également partager des appareils Matter depuis d’autres applications en suivant les étapes fournies.
- [Caméras](https://cube.ewelink.cc/cube-os-fr/prise-en-main/ajouter-des-appareils/cameras.md)
- [Sous-appareils eWeLink-Remote](https://cube.ewelink.cc/cube-os-fr/prise-en-main/ajouter-des-appareils/sous-appareils-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-fr/prise-en-main.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.
