> 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/learn-the-platform/de/modul-7-multi-tenancy.md).

# Modul 7: Multi-Tenancy

- [Überblick](https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/07-multi-tenancy.md): Entwerfen Sie Multi-Tenant-Umgebungen mit geeigneter Isolation, erstellen Sie Mandanten, weisen Sie Ressourcen zu und konfigurieren Sie Mandantenrezepte für eine standardisierte Bereitstellung.
- [Konzepte des virtuellen Rechenzentrums](https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/01-vdc-concepts.md): Verständnis von VergeOS-Mandanten als vollständig isolierte virtuelle Rechenzentren, Mandantenhierarchie, Schlüsselfunktionen und Multi-Tenancy-Anwendungsfälle für Dienstanbieter, Unternehmen und Bildungseinrichtungen.
- [Labor: Multi-Tenant-Umgebung](https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/lab.md): Erstellen Sie Mandanten, weisen Sie Ressourcen zu, stellen Sie aus einem Mandantenrezept bereit und überprüfen Sie die Mandantenisolation in VergeOS.
- [Mandanten erstellen & konfigurieren](https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/02-creating-tenants.md): Schritt-für-Schritt-Anleitung zum Erstellen von Mandanten mithilfe des Assistenten, durch Klonen und über Rezepte sowie zum Zuweisen externer IPs, Teilen von Dateien und Teilen von VM-Snapshots.
- [Mandantenrezepte](https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/03-tenant-recipes.md): Automatisierung der vollständigen VDC-Bereitstellung mit wiederverwendbaren Vorlagen für Mandantenrezepte, einschließlich Systemfragen, benutzerdefinierter Fragen, Rezeptsynchronisierung und praxisnaher CSP-Beispiele.
- [Ressourcenzuweisung & Skalierung](https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/04-resource-allocation.md): Planen, zuweisen und skalieren Sie Mandanten-Compute-, Speicher- und Speicherressourcen mithilfe von VergeOS-Mandantenknoten — von der Einfachheit eines einzelnen Knotens bis zu verteilten Bereitstellungen mit mehreren Knoten.
- [Mandantenisolation & Sicherheit](https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/05-isolation-security.md): Sicherheitsgrenzen, Netzwerkverkapselung, Speicherisolation, Benutzerverwaltung, Layer-2-Passthrough, Micro-Segmentierung und Mandantenüberwachung in VergeOS-Multi-Tenant-Bereitstellungen.


---

# 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/learn-the-platform/de/modul-7-multi-tenancy.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.
