> 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/run-the-platform/de/readme.md).

# Die Plattform betreiben

Die tägliche Anlaufstelle für den Betrieb von VergeOS — Speicher, Netzwerke, Systemadministration und virtuelle Maschinen, mit den wichtigsten Seiten ganz vorne und vollständigen Subsystemdetails darunter.

## Hier starten

* [Was ist VergeOS](/run-the-platform/de/plattformubersicht/what-is-vergeos.md)
* [Plattformfunktionen](/run-the-platform/de/plattformubersicht/platform-capabilities.md)
* [Umstieg von VMware](/run-the-platform/de/plattformubersicht/transition-from-vmware.md)
* [Neue Systemkonfiguration](/run-the-platform/de/plattformubersicht/new-system-configuration.md)

## Zentrale Betriebsbereiche

<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-database">:database:</i></h3></td><td><strong>Speicher</strong></td><td>vSAN-Architektur, Redundanz, Ebenen, Diagnose und externer Speicher.</td><td><a href="/pages/718ab7bff4e77f168010b1fb9916bb5a147dd1d1">/pages/718ab7bff4e77f168010b1fb9916bb5a147dd1d1</a></td></tr><tr><td><h3><i class="fa-network-wired">:network-wired:</i></h3></td><td><strong>Netzwerk</strong></td><td>Netzwerkkonzepte, Schnellstarts, internes und externes Networking sowie Fehlerbehebung.</td><td><a href="/pages/43c032c678b37b7977de177ad5e9f2e8ccd4c053">/pages/43c032c678b37b7977de177ad5e9f2e8ccd4c053</a></td></tr><tr><td><h3><i class="fa-sliders">:sliders:</i></h3></td><td><strong>Systemadministration</strong></td><td>Identität, API-Schlüssel, Knoten, Updates, Berechtigungen und Cluster-Einstellungen.</td><td><a href="/pages/eda40094ab8830490c5bdcbbf4b5871af4dff9cf">/pages/eda40094ab8830490c5bdcbbf4b5871af4dff9cf</a></td></tr><tr><td><h3><i class="fa-desktop">:desktop:</i></h3></td><td><strong>Virtuelle Maschinen</strong></td><td>Bereitstellung, Migration, Gastoperationen, Live-Migrationen und Best Practices.</td><td><a href="/pages/d77677103f3469558816c51befe7db42efaee5fb">/pages/d77677103f3469558816c51befe7db42efaee5fb</a></td></tr></tbody></table>

## Verwandte Bereiche

* Bereitstellungsplanung: [Planen und bereitstellen](https://docs.verge.io/plan-and-deploy/de/)
* Notfallwiederherstellung und Automatisierung: [Automatisieren, schützen und erweitern](https://docs.verge.io/automate-protect-and-extend/de/)


---

# 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/run-the-platform/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.
