> 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/module-7-multi-tenancy.md).

# Module 7: Multi-Tenancy

- [Overview](https://docs.verge.io/learn-the-platform/module-7-multi-tenancy/07-multi-tenancy.md): Design multi-tenant environments with proper isolation, create tenants, allocate resources, and configure tenant recipes for standardized provisioning.
- [Virtual Data Center Concepts](https://docs.verge.io/learn-the-platform/module-7-multi-tenancy/01-vdc-concepts.md): Understanding VergeOS tenants as fully isolated virtual data centers, tenant hierarchy, key features, and multi-tenancy use cases for service providers, enterprises, and education.
- [Lab: Multi-Tenant Environment](https://docs.verge.io/learn-the-platform/module-7-multi-tenancy/lab.md): Create tenants, allocate resources, deploy from a tenant recipe, and verify tenant isolation in VergeOS.
- [Creating & Configuring Tenants](https://docs.verge.io/learn-the-platform/module-7-multi-tenancy/02-creating-tenants.md): Step-by-step guide to creating tenants using the wizard, cloning, and recipes, plus assigning external IPs, sharing files, and sharing VM snapshots.
- [Tenant Recipes](https://docs.verge.io/learn-the-platform/module-7-multi-tenancy/03-tenant-recipes.md): Automating full VDC deployment with reusable tenant recipe templates, including system questions, custom questions, recipe exchange, and real-world CSP examples.
- [Resource Allocation & Scaling](https://docs.verge.io/learn-the-platform/module-7-multi-tenancy/04-resource-allocation.md): Plan, assign, and scale tenant compute, memory, and storage resources using VergeOS tenant nodes — from single-node simplicity to multi-node distributed deployments.
- [Tenant Isolation & Security](https://docs.verge.io/learn-the-platform/module-7-multi-tenancy/05-isolation-security.md): Security boundaries, network encapsulation, storage isolation, user management, Layer 2 pass-through, micro-segmentation, and tenant monitoring in VergeOS multi-tenant deployments.


---

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