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

# Migrations- und Evaluierungswege

Wählen Sie den Pfad, der zu dem passt, was Sie erreichen möchten. Jeder führt von den Kernkonzepten zu den praxisnahen Anleitungen in einer Reihenfolge, die den Kontext am schnellsten aufbaut.

## VMware ersetzen

1. Beginnen Sie mit [Was ist VergeOS](/run-the-platform/de/plattformubersicht/what-is-vergeos.md) um zu sehen, wie die Plattform Rechenleistung, Speicher und Netzwerk in einem System zusammenführt.
2. Lesen [Der Übergang von VMware](/run-the-platform/de/plattformubersicht/transition-from-vmware.md) um Ihre bestehende vSphere-Umgebung auf VergeOS abzubilden.
3. Planen Sie den Umstieg mit [Netzwerkdesign](/plan-and-deploy/de/implementierungsleitfaden/network-design.md) und der [Installationsanleitung](/plan-and-deploy/de/implementierungsleitfaden/installation-guide.md).

## Planung einer neuen Bereitstellung

1. Öffnen Sie die [Implementierungsleitfaden](/plan-and-deploy/de/implementierungsleitfaden/intro.md) für die End-to-End-Abfolge.
2. Dimensionieren Sie Ihre Hardware mit [Knotendimensionierung](/plan-and-deploy/de/implementierungsleitfaden/sizing.md) und vergleichen Sie [Referenzarchitekturen](/plan-and-deploy/de/referenzarchitekturen/edge.md).
3. Verknüpfen Sie diese Entscheidungen mithilfe von [Plattformfunktionen](/run-the-platform/de/plattformubersicht/platform-capabilities.md).

## Automatisierung und Betrieb von KI

1. Beginnen Sie mit [Rezepte](/automate-protect-and-extend/de/automatisierung/recipes-overview.md) um zu sehen, was Sie automatisieren können.
2. Steuern Sie die Plattform programmgesteuert mit [API-Schlüssel](/run-the-platform/de/systemadministration/api-keys.md) und der [VergeOS CLI](/automate-protect-and-extend/de/integrationen-und-apis/vrg-cli.md).
3. Hosten Sie Modelle lokal mit der [Überblick über Private AI](/automate-protect-and-extend/de/private-ki/overview.md) und der [OpenAI-kompatiblen API](/automate-protect-and-extend/de/private-ki/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/de/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.
