> 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/vi/module-6-may-ao.md).

# Module 6: Máy ảo

- [Tổng quan](https://docs.verge.io/learn-the-platform/vi/module-6-may-ao/06-virtual-machines.md): Tạo và quản lý VM trong VergeOS, triển khai từ recipe và template, cấu hình GPU passthrough và nhập VM từ VMware và các nền tảng khác.
- [Tạo & vòng đời VM](https://docs.verge.io/learn-the-platform/vi/module-6-may-ao/01-vm-creation-lifecycle.md): Tạo và quản lý máy ảo trong VergeOS -- từ các VM tùy chỉnh trống và bản sao đến ổ đĩa, NIC, thao tác hot-plug và quản lý vòng đời hằng ngày.
- [Phòng lab: Vận hành máy ảo](https://docs.verge.io/learn-the-platform/vi/module-6-may-ao/lab.md): Tạo VM, triển khai từ recipe, cấu hình GPU passthrough và nhập một VM từ định dạng bên ngoài trong VergeOS.
- [Recipes & Marketplace](https://docs.verge.io/learn-the-platform/vi/module-6-may-ao/02-recipes-marketplace.md): Cấp phát VM chuẩn hóa với các mẫu golden image, danh mục Marketplace, tích hợp cloud-init/Cloudbase-init và tạo recipe tùy chỉnh trong VergeOS.
- [GPU & Passthrough thiết bị](https://docs.verge.io/learn-the-platform/vi/module-6-may-ao/03-gpu-passthrough.md): Cấu hình passthrough PCI, GPU, vGPU, NIC SR-IOV và thiết bị USB trong VergeOS -- từ các yêu cầu BIOS và nhóm tài nguyên đến chia sẻ thiết bị ở cấp tenant.
- [Di chuyển & nhập VM](https://docs.verge.io/learn-the-platform/vi/module-6-may-ao/04-vm-migration-import.md): Di chuyển workload từ VMware, Hyper-V, KVM và máy vật lý vào VergeOS bằng VMware Connector, tải tệp lên, nhập volume NAS và Clone Utility -- đồng thời xuất VM ra ngoài.


---

# 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/vi/module-6-may-ao.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.
