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

# Wissensdatenbank

<h2 align="center">Was können wir Ihnen helfen zu finden?</h2>

<p align="center">Durchsuchen Sie die Wissensdatenbank oder stöbern Sie in den untenstehenden Themen.</p>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="magnifying-glass">Wissensdatenbank durchsuchen</button></p>

## Nach Kategorie durchsuchen

<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>Erste Schritte &#x26; Installation</strong></h4></td><td>VergeOS planen, installieren, lizenzieren und aktualisieren.</td><td><a href="/pages/2cbcecd51729b443e20603ea9903201d1f6689dd">/pages/2cbcecd51729b443e20603ea9903201d1f6689dd</a></td></tr><tr><td><h3><i class="fa-desktop" style="color:$primary;">:desktop:</i></h3></td><td><h4><strong>Virtuelle Maschinen</strong></h4></td><td>Virtuelle Maschinen erstellen, importieren, konfigurieren und verwalten.</td><td><a href="/pages/fba4f308b3981994d70b503ca02a0c01668ec03a">/pages/fba4f308b3981994d70b503ca02a0c01668ec03a</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4><strong>Netzwerk</strong></h4></td><td>Netzwerke, Regeln, Routing, VPNs und Firewalls.</td><td><a href="/pages/cd4f7ddad06e7a745dd0f9d8f747df3ab91f4f5b">/pages/cd4f7ddad06e7a745dd0f9d8f747df3ab91f4f5b</a></td></tr><tr><td><h3><i class="fa-database" style="color:$primary;">:database:</i></h3></td><td><h4><strong>Speicher &#x26; vSAN</strong></h4></td><td>vSAN-Architektur, Ebenen, Skalierung, Verschlüsselung und NAS.</td><td><a href="/pages/4d75b0c682649af767bb5531d284e6e718a961cd">/pages/4d75b0c682649af767bb5531d284e6e718a961cd</a></td></tr><tr><td><h3><i class="fa-users" style="color:$primary;">:users:</i></h3></td><td><h4><strong>Mandanten</strong></h4></td><td>Mandanten in Multi-Mandanten-Umgebungen erstellen und verwalten.</td><td><a href="/pages/8b667e863837f56c54ad3687295b50873fd657cf">/pages/8b667e863837f56c54ad3687295b50873fd657cf</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4><strong>Backup &#x26; Notfallwiederherstellung</strong></h4></td><td>Snapshots, Synchronisierungsaufträge, Wiederherstellungen und Notfallwiederherstellung.</td><td><a href="/pages/f814c2cdf326c24fe7727f8e9b756749814d774c">/pages/f814c2cdf326c24fe7727f8e9b756749814d774c</a></td></tr><tr><td><h3><i class="fa-robot" style="color:$primary;">:robot:</i></h3></td><td><h4><strong>Automatisierung &#x26; API</strong></h4></td><td>Die VergeOS-API, Automatisierungsaufgaben, Terraform und Tools.</td><td><a href="/pages/5e10136ab26d2227be72c5c7c36a49d8fd0eb561">/pages/5e10136ab26d2227be72c5c7c36a49d8fd0eb561</a></td></tr><tr><td><h3><i class="fa-gears" style="color:$primary;">:gears:</i></h3></td><td><h4><strong>Systemadministration</strong></h4></td><td>Aktualisierungen, Sicherheit, Authentifizierung, Branding und Performance.</td><td><a href="/pages/16c13dd553da28adf4ebb609d2b96efc8fd2700b">/pages/16c13dd553da28adf4ebb609d2b96efc8fd2700b</a></td></tr><tr><td><h3><i class="fa-bug" style="color:$primary;">:bug:</i></h3></td><td><h4><strong>Fehlerbehebung</strong></h4></td><td>Diagnoseverfahren und Lösungen für häufige VergeOS-Probleme.</td><td><a href="/pages/77175e7dbf822339c83a620aae193a3444964f11">/pages/77175e7dbf822339c83a620aae193a3444964f11</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/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.
