> 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/overview/fr/migration-and-evaluation-paths.md).

# Parcours de migration et d'évaluation

Choisissez le parcours qui correspond à ce que vous essayez de faire. Chacun passe des concepts de base aux guides pratiques dans l’ordre qui permet de construire le contexte le plus rapidement.

## Remplacer VMware

1. Commencez par [Qu'est-ce que VergeOS](/run-the-platform/fr/apercu-de-la-plateforme/what-is-vergeos.md) pour voir comment la plateforme regroupe le calcul, le stockage et le réseau en un seul système.
2. Lisez [Passer de VMware](/run-the-platform/fr/apercu-de-la-plateforme/transition-from-vmware.md) pour faire correspondre votre environnement vSphere existant à VergeOS.
3. Planifiez la migration avec [Conception réseau](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/network-design.md) et le [Guide d'installation](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/installation-guide.md).

## Planifier un nouveau déploiement

1. Ouvrez le [Guide de mise en œuvre](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/intro.md) pour un enchaînement de bout en bout.
2. Dimensionnez votre matériel avec [Dimensionnement des nœuds](/plan-and-deploy/fr/guide-de-mise-en-oeuvre/sizing.md) et comparez [Architectures de référence](/plan-and-deploy/fr/architectures-de-reference/edge.md).
3. Reliez ces choix aux opérations du quotidien avec [Fonctionnalités de la plateforme](/run-the-platform/fr/apercu-de-la-plateforme/platform-capabilities.md).

## Automatisation et exécution de l’IA

1. Commencez par [Recettes](/automate-protect-and-extend/fr/automatisation/recipes-overview.md) pour voir ce que vous pouvez automatiser.
2. Pilotez la plateforme par programmation avec [Clés API](/run-the-platform/fr/administration-systeme/api-keys.md) et le [CLI VergeOS](/automate-protect-and-extend/fr/integrations-et-api/vrg-cli.md).
3. Hébergez les modèles localement avec le [Vue d’ensemble de l’IA privée](/automate-protect-and-extend/fr/ia-privee/overview.md) et le [API compatible avec OpenAI](/automate-protect-and-extend/fr/ia-privee/open-ai-router.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/overview/fr/migration-and-evaluation-paths.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.
