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

# Willkommen bei den VergeOS-Dokumentationen

Alles, was Sie zum Planen, Bereitstellen, Betreiben und Automatisieren von VergeOS benötigen — organisiert danach, was Sie tun möchten. Neu hier? Finden Sie unten Ihren Einstiegspunkt.

<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-compass-drafting">:compass-drafting:</i></h3></td><td><strong>Planen und bereitstellen</strong></td><td>Implementierungsleitfäden, Netzwerkdesign, Dimensionierung und Referenzarchitekturen.</td><td><a href="/spaces/JH92pIgr6dz1nGXWzn95">/spaces/JH92pIgr6dz1nGXWzn95</a></td></tr><tr><td><h3><i class="fa-server">:server:</i></h3></td><td><strong>Die Plattform betreiben</strong></td><td>Speicher, Netzwerke, Systemadministration und Betrieb virtueller Maschinen.</td><td><a href="/spaces/WOqFnsbePKXfV5Tst6FA">/spaces/WOqFnsbePKXfV5Tst6FA</a></td></tr><tr><td><h3><i class="fa-robot">:robot:</i></h3></td><td><strong>Automatisieren, schützen und erweitern</strong></td><td>Backup und DR, Rezepte, CLI und SDKs, Webhooks und Private AI.</td><td><a href="/spaces/YyoguCqk1JRecaTqX43Z">/spaces/YyoguCqk1JRecaTqX43Z</a></td></tr></tbody></table>

## Weitere Dokumentation

<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-graduation-cap">:graduation-cap:</i></h3></td><td><strong>Die Plattform kennenlernen</strong></td><td>Praxisorientiertes Training — 10 Module von den Grundlagen der Architektur bis zu Szenarien-Labs.</td><td><a href="/spaces/n3pnalbqqazN7LMeVWZ8">/spaces/n3pnalbqqazN7LMeVWZ8</a></td></tr><tr><td><h3><i class="fa-book">:book:</i></h3></td><td><strong>Wissensdatenbank</strong></td><td>Fehlerbehebungsartikel, Anleitungen und praxisnahe Hinweise für Betreiber.</td><td><a href="/spaces/IjKiOgcbnEEeiaRdHotK">/spaces/IjKiOgcbnEEeiaRdHotK</a></td></tr><tr><td><h3><i class="fa-rectangle-list">:rectangle-list:</i></h3></td><td><strong>Versionshinweise</strong></td><td>Versionsverlauf, unterstützte Releases und der Upgrade-Pfad.</td><td><a href="/spaces/ut5LViN0vU1OuVenWmV6">/spaces/ut5LViN0vU1OuVenWmV6</a></td></tr></tbody></table>

## Finden Sie Ihren Einstiegspunkt

{% stepper %}
{% step %}

### VergeOS im Vergleich zu VMware evaluieren

Beginnen Sie mit [Die Plattform betreiben: Was ist VergeOS](/run-the-platform/de/plattformubersicht/what-is-vergeos.md) und [Der Übergang von VMware](/run-the-platform/de/plattformubersicht/transition-from-vmware.md).
{% endstep %}

{% step %}

### Eine neue Bereitstellung entwerfen

Wechseln Sie zu [Planen und bereitstellen](https://docs.verge.io/plan-and-deploy/de/) für Dimensionierung, Netzwerkdesign, Installationsreihenfolge und Referenzarchitekturen.
{% endstep %}

{% step %}

### Den Bestand betreiben und schützen

Verwenden Sie [Automatisieren, schützen und erweitern](https://docs.verge.io/automate-protect-and-extend/de/) für Snapshots, Site-Synchronisierungen, Rezepte, API-Schlüssel, CLI-Abläufe und Private AI.
{% endstep %}
{% endstepper %}

## Beliebte Einstiegspunkte

* Blueprint für eine neue Bereitstellung: [Implementierungsleitfaden](/plan-and-deploy/de/implementierungsleitfaden/intro.md)
* VMware-Migrationsgeschichte: [Der Übergang von VMware](/run-the-platform/de/plattformubersicht/transition-from-vmware.md)
* Kernkonzepte der Plattform: [Plattformfunktionen](/run-the-platform/de/plattformubersicht/platform-capabilities.md)
* Integrierte Ausfallsicherheit: [Backup und Disaster Recovery](/automate-protect-and-extend/de/backup-und-dr/overview.md)
* Automatisierungsschnittstelle: [VergeOS CLI](/automate-protect-and-extend/de/integrationen-und-apis/vrg-cli.md)
* Lokales Modell-Hosting: [Überblick über Private AI](/automate-protect-and-extend/de/private-ki/overview.md)

<a href="/spaces/JH92pIgr6dz1nGXWzn95" class="button primary">Den Bereitstellungspfad erkunden</a> <a href="/pages/39189b70f7966a9dbadc8b2ff7394f047a77351f" class="button secondary">Support- und Servicepfade ansehen</a>


---

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