> 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/vi/tenant.md).

# Tenant

- [Tăng tài nguyên của tenant](https://docs.verge.io/run-the-platform/vi/tenant/add-tenant-resources.md): Hướng dẫn thêm tài nguyên tính toán và lưu trữ cho tenant, bao gồm mở rộng các node tenant hiện có, thêm node mới và cấp phát các tầng lưu trữ bổ sung.
- [Gán địa chỉ IP bên ngoài cho tenant](https://docs.verge.io/run-the-platform/vi/tenant/assign-ip-to-tenant.md): Hướng dẫn gán địa chỉ IP bên ngoài cho tenant, bao gồm tạo IP ảo và áp dụng các quy tắc mạng cho truy cập bên ngoài của tenant.
- [Tạo tenant](https://docs.verge.io/run-the-platform/vi/tenant/create-tenants.md): Hướng dẫn từng bước để tạo tenant mới trong VergeOS bằng Tenant Wizard, nhân bản tenant hiện có hoặc triển khai từ recipe tenant.
- [Cấu hình mạng Layer 2 của tenant](https://docs.verge.io/run-the-platform/vi/tenant/layer-2-networks.md): Cách cấu hình Mạng Layer 2 của tenant trong VergeOS để chuyển trực tiếp các VLAN vào môi trường tenant, bao gồm quy trình tạo, xác minh, gắn VM và gỡ bỏ.
- [Tenant (Trung tâm dữ liệu ảo)](https://docs.verge.io/run-the-platform/vi/tenant/overview.md): Tổng quan về mô hình đa tenant của VergeOS, cung cấp các trung tâm dữ liệu ảo an toàn, được đóng gói với cô lập mạng đầy đủ, tenant lồng nhau, theo dõi tài nguyên và môi trường tự chứa có thể di chuyển.
- [Cung cấp tệp cho tenant](https://docs.verge.io/run-the-platform/vi/tenant/provide-files-to-tenant.md): Cách chia sẻ tệp từ vSAN cha với tenant, bao gồm ảnh ISO, ảnh đĩa VM và các tệp đã tải lên khác.
- [Giảm tài nguyên của tenant](https://docs.verge.io/run-the-platform/vi/tenant/reduce-tenant-resources.md): Hướng dẫn giảm tài nguyên tính toán của tenant bằng cách xóa node tenant hoặc giảm số core và RAM được cấp cho các node hiện có.
- [Chia sẻ snapshot VM giữa nhà cung cấp và tenant](https://docs.verge.io/run-the-platform/vi/tenant/share-vm-snapshot.md): Cách sử dụng tính năng Shared Objects để chia sẻ snapshot VM giữa nhà cung cấp dịch vụ và tenant, cho phép chuyển VM dựa trên snapshot theo cả hai chiều.
- [Sửa đổi tenant](https://docs.verge.io/run-the-platform/vi/tenant/tenant-modifications.md): Tài liệu tham khảo để chỉnh sửa thuộc tính tenant bao gồm tên, URL, mật khẩu quản trị, quyền truy cập theme, xác thực OIDC, địa chỉ UI và cài đặt hiển thị snapshot.
- [Giám sát tenant](https://docs.verge.io/run-the-platform/vi/tenant/tenant-monitoring.md): Hướng dẫn giám sát tenant bằng bảng điều khiển, thống kê sử dụng, nhật ký và đăng ký email cho cảnh báo và báo cáo theo lịch.
- [Khôi phục tenant](https://docs.verge.io/run-the-platform/vi/tenant/tenant-restores.md): Hướng dẫn khôi phục một tenant hiện có hoặc đã xóa từ các snapshot hệ thống, bao gồm quy trình khôi phục do nhà cung cấp khởi tạo và tự phục vụ của tenant.
- [Snapshot tenant](https://docs.verge.io/run-the-platform/vi/tenant/tenant-snapshots.md): Cách quản lý snapshot tenant bao gồm hiển thị snapshot của nhà cung cấp cho tenant, khôi phục tenant từ snapshot, và quyền truy cập snapshot tự phục vụ của tenant cùng khôi phục VM.
- [Báo cáo sử dụng tenant](https://docs.verge.io/run-the-platform/vi/tenant/tenant-usagereports.md): Cách chạy báo cáo lịch sử sử dụng tenant cho tính phí theo phần trăm thứ 95, xem thống kê trung bình và tối đa, xuất dữ liệu CSV và cấu hình email báo cáo sử dụng dựa trên đăng ký.


---

# 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/vi/tenant.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.
