> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/learn-the-platform/fr/module-3-installation.md).

# Module 3 : Installation

- [Aperçu](https://docs.verge.io/learn-the-platform/fr/module-3-installation/03-installation.md): Préparation du bare metal, guide d’installation de VergeOS et vérification post-installation pour les déploiements de production.
- [Liste de contrôle pré-installation](https://docs.verge.io/learn-the-platform/fr/module-3-installation/01-pre-installation.md): Préparation matérielle, configuration du BIOS, création du support de démarrage, préparation du réseau et décisions de planification requises avant une installation VergeOS.
- [Lab : installation de VergeOS sur 2 nœuds](https://docs.verge.io/learn-the-platform/fr/module-3-installation/lab.md): Installer VergeOS sur un cluster à 2 nœuds, configurer le réseau de base du fabric et vérifier l’état du système.
- [Installation du contrôleur](https://docs.verge.io/learn-the-platform/fr/module-3-installation/02-controller-installation.md): Présentation étape par étape de l’installation du contrôleur principal (nœud 1) et du contrôleur secondaire (nœud 2) afin de former un système VergeOS redondant.
- [Ajout de nœuds](https://docs.verge.io/learn-the-platform/fr/module-3-installation/03-adding-nodes.md): Apprenez à étendre un système VergeOS en ajoutant des nœuds scale-out, stockage seul et calcul seul à votre cluster à l’aide de l’installateur USB.
- [Vérification post-installation](https://docs.verge.io/learn-the-platform/fr/module-3-installation/04-post-install-verification.md): Confirmer l’état de santé du système, vérifier le stockage et le réseau, terminer la configuration initiale et valider votre déploiement VergeOS par des tests fonctionnels.


---

# 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://docs.verge.io/learn-the-platform/fr/module-3-installation.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.
