> 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/plan-and-deploy/fr/readme.md).

# Planifier et déployer

Tout ce dont vous avez besoin pour planifier et déployer VergeOS — des concepts fondamentaux et du dimensionnement à l’installation et aux architectures de référence — rédigé pour les architectes de solutions et les équipes de plateforme.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-ruler-combined">:ruler-combined:</i></h3></td><td><strong>Conception</strong></td><td>Concepts fondamentaux, dimensionnement et modèles réseau à définir avant l’installation.</td><td><a href="/pages/62b245def588f0a3eecf8ed17e9b5acc5683185d">/pages/62b245def588f0a3eecf8ed17e9b5acc5683185d</a></td></tr><tr><td><h3><i class="fa-hard-drive">:hard-drive:</i></h3></td><td><strong>Installation</strong></td><td>Vérifications préalables à l’installation, support de démarrage, installation du cluster et durcissement après installation.</td><td><a href="/pages/deab71aa37ed69936cfa2a8e9b3f3150cc8dafb5">/pages/deab71aa37ed69936cfa2a8e9b3f3150cc8dafb5</a></td></tr><tr><td><h3><i class="fa-diagram-project">:diagram-project:</i></h3></td><td><strong>Architectures de référence</strong></td><td>Modèles de déploiement edge, multi-tenant, science des données et homelab.</td><td><a href="/pages/e8fc93b1d3aa58c3c5048a4a05d8490895b9e5d2">/pages/e8fc93b1d3aa58c3c5048a4a05d8490895b9e5d2</a></td></tr></tbody></table>

## Séquence recommandée

1. [Introduction au guide d’implémentation](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/intro.md)
2. [Concepts fondamentaux](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/concepts.md)
3. [Dimensionnement des nœuds](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/sizing.md)
4. [Conception réseau](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/network-design.md)
5. [Guide d’installation](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/installation-guide.md)
6. [Après l’installation](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/post-installation.md)

## Espaces associés

* Les comparaisons VMware se trouvent dans [Exploiter la plateforme](/run-the-platform/fr/apercu-de-la-plateforme/transition-from-vmware.md)
* Les workflows de snapshots et de reprise après sinistre se trouvent dans [Automatiser, protéger et étendre](/automate-protect-and-extend/fr/sauvegarde-et-reprise-apres-sinistre/overview.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://docs.verge.io/plan-and-deploy/fr/readme.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.
