> 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/knowledge-base/fr/readme.md).

# Base de connaissances

<h2 align="center">Que pouvons-nous vous aider à trouver ?</h2>

<p align="center">Recherchez dans la base de connaissances ou parcourez les sujets ci-dessous.</p>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="magnifying-glass">Rechercher dans la base de connaissances</button></p>

## Parcourir par catégorie

<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-rocket" style="color:$primary;">:rocket:</i></h3></td><td><h4><strong>Démarrage et installation</strong></h4></td><td>Planifiez, installez, licencez et mettez à jour VergeOS.</td><td><a href="/pages/8be2c83e46987d3218b2961b76d74016c0a48523">/pages/8be2c83e46987d3218b2961b76d74016c0a48523</a></td></tr><tr><td><h3><i class="fa-desktop" style="color:$primary;">:desktop:</i></h3></td><td><h4><strong>Machines virtuelles</strong></h4></td><td>Créez, importez, configurez et gérez des machines virtuelles.</td><td><a href="/pages/c8d5486cd50ec77423c266da7c0a7b5f9babe224">/pages/c8d5486cd50ec77423c266da7c0a7b5f9babe224</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4><strong>Réseau</strong></h4></td><td>Réseaux, règles, routage, VPN et pare-feu.</td><td><a href="/pages/68300e89be1c1db37d9edd83b531fc2122e61302">/pages/68300e89be1c1db37d9edd83b531fc2122e61302</a></td></tr><tr><td><h3><i class="fa-database" style="color:$primary;">:database:</i></h3></td><td><h4><strong>Stockage et vSAN</strong></h4></td><td>Architecture vSAN, niveaux, mise à l’échelle, chiffrement et NAS.</td><td><a href="/pages/cad896666dd16b1a5506f603dcc0d49637529143">/pages/cad896666dd16b1a5506f603dcc0d49637529143</a></td></tr><tr><td><h3><i class="fa-users" style="color:$primary;">:users:</i></h3></td><td><h4><strong>Locataires</strong></h4></td><td>Créez et gérez des locataires dans des environnements multi-locataires.</td><td><a href="/pages/836d3f9e54c31708cbf8773267825830c8f18ae4">/pages/836d3f9e54c31708cbf8773267825830c8f18ae4</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4><strong>Sauvegarde et reprise après sinistre</strong></h4></td><td>Instantanés, tâches de synchronisation, restaurations et reprise après sinistre.</td><td><a href="/pages/2ac6620aa2779871a2461470f1e354b2364b3da6">/pages/2ac6620aa2779871a2461470f1e354b2364b3da6</a></td></tr><tr><td><h3><i class="fa-robot" style="color:$primary;">:robot:</i></h3></td><td><h4><strong>Automatisation et API</strong></h4></td><td>L’API VergeOS, les tâches d’automatisation, Terraform et les outils.</td><td><a href="/pages/e4a6e64fb67b1fb368003b0354609437a627f4a5">/pages/e4a6e64fb67b1fb368003b0354609437a627f4a5</a></td></tr><tr><td><h3><i class="fa-gears" style="color:$primary;">:gears:</i></h3></td><td><h4><strong>Administration système</strong></h4></td><td>Mises à jour, sécurité, authentification, image de marque et performances.</td><td><a href="/pages/4751a4a141c6c027718f06bf265982fe6513d372">/pages/4751a4a141c6c027718f06bf265982fe6513d372</a></td></tr><tr><td><h3><i class="fa-bug" style="color:$primary;">:bug:</i></h3></td><td><h4><strong>Dépannage</strong></h4></td><td>Procédures de diagnostic et correctifs pour les problèmes courants de VergeOS.</td><td><a href="/pages/a27000f6ec489f2ea253170400a70d2dd6ef70f5">/pages/a27000f6ec489f2ea253170400a70d2dd6ef70f5</a></td></tr></tbody></table>


---

# 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/knowledge-base/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.
