> 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/zh/zu-hu.md).

# 租户

- [增加租户资源](https://docs.verge.io/run-the-platform/zh/zu-hu/add-tenant-resources.md): 向租户添加计算和存储资源的说明，包括扩展现有租户节点、添加新节点以及配置额外的存储层。
- [将外部 IP 地址分配给租户](https://docs.verge.io/run-the-platform/zh/zu-hu/assign-ip-to-tenant.md): 为租户分配外部 IP 地址的说明，包括创建虚拟 IP 以及应用网络规则以实现租户外部访问。
- [创建租户](https://docs.verge.io/run-the-platform/zh/zu-hu/create-tenants.md): 使用租户向导创建新租户、克隆现有租户或从租户配方部署的分步说明。
- [配置租户二层网络](https://docs.verge.io/run-the-platform/zh/zu-hu/layer-2-networks.md): 如何在 VergeOS 中配置租户二层网络，将 VLAN 直接透传到租户环境，包括创建、验证、虚拟机连接和删除流程。
- [租户（虚拟数据中心）](https://docs.verge.io/run-the-platform/zh/zu-hu/overview.md): VergeOS 多租户概览，提供安全、封装式虚拟数据中心，具备完整网络隔离、嵌套租户、资源跟踪和可移植的自包含环境。
- [向租户提供文件](https://docs.verge.io/run-the-platform/zh/zu-hu/provide-files-to-tenant.md): 如何与租户共享来自父级 vSAN 的文件，包括 ISO 镜像、虚拟机磁盘镜像和其他已上传文件。
- [减少租户资源](https://docs.verge.io/run-the-platform/zh/zu-hu/reduce-tenant-resources.md): 通过删除租户节点或减少分配给现有节点的核心数和 RAM 来降低租户计算资源的说明。
- [在提供方和租户之间共享虚拟机快照](https://docs.verge.io/run-the-platform/zh/zu-hu/share-vm-snapshot.md): 如何使用共享对象功能在服务提供方和租户之间共享虚拟机快照，实现基于快照的双向虚拟机传输。
- [修改租户](https://docs.verge.io/run-the-platform/zh/zu-hu/tenant-modifications.md): 编辑租户属性的参考，包括名称、URL、管理员密码、主题访问、OIDC 身份验证、UI 地址和快照暴露设置。
- [监控租户](https://docs.verge.io/run-the-platform/zh/zu-hu/tenant-monitoring.md): 使用仪表板、使用统计、日志以及用于告警和计划报告的邮件订阅来监控租户的指南。
- [租户恢复](https://docs.verge.io/run-the-platform/zh/zu-hu/tenant-restores.md): 从系统快照恢复现有或已删除租户的说明，包括由提供方发起的恢复和租户自助恢复工作流。
- [租户快照](https://docs.verge.io/run-the-platform/zh/zu-hu/tenant-snapshots.md): 如何管理租户快照，包括向租户公开提供方快照、从快照恢复租户，以及租户自助快照访问和虚拟机恢复。
- [租户使用报告](https://docs.verge.io/run-the-platform/zh/zu-hu/tenant-usagereports.md): 如何运行租户使用历史报告以进行 95 百分位计费、查看平均和最大统计数据、导出 CSV 数据，以及配置基于订阅的使用报告邮件。


---

# 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/zh/zu-hu.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.
