> 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

Fehlerbehebungsartikel, Anleitungen und praxisnahe Hinweise für VergeOS-Betreiber.

<h2 align="center">Wonach 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="/knowledge-base/de/getting-started.md">Erste Schritte &amp; Installation</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="/knowledge-base/de/virtual-machines.md">Virtuelle Maschinen</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="/knowledge-base/de/networking.md">Netzwerk</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="/knowledge-base/de/storage-vsan.md">Speicher &amp; vSAN</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-Tenant-Umgebungen erstellen und betreiben.</td><td><a href="/knowledge-base/de/tenants.md">Mandanten</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4><strong>Backup &#x26; DR</strong></h4></td><td>Snapshots, Synchronisierungsaufträge, Wiederherstellungen und Disaster Recovery.</td><td><a href="/knowledge-base/de/backup-dr.md">Backup &amp; DR</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="/knowledge-base/de/automation-api.md">Automatisierung &amp; API</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>Updates, Sicherheit, Authentifizierung, Branding und Leistung.</td><td><a href="/knowledge-base/de/system-administration.md">Systemadministration</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="/knowledge-base/de/troubleshooting.md">Fehlerbehebung</a></td></tr></tbody></table>

Für den Austausch mit Gleichgesinnten, treten Sie der [VergeOS-Community](https://app.gitbook.com/s/uJc5d3O7cwI7qD8muSyG/community) auf Discord bei. Dies ist kein Support-Kanal.


---

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