> 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/knowledge-base/vi/readme.md).

# Cơ sở kiến thức

<h2 align="center">Chúng tôi có thể giúp bạn tìm gì?</h2>

<p align="center">Tìm kiếm Cơ sở kiến thức hoặc duyệt các chủ đề bên dưới.</p>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="magnifying-glass">Tìm kiếm Cơ sở kiến thức</button></p>

## Duyệt theo danh mục

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-rocket" style="color:$primary;">:rocket:</i></h3></td><td><h4><strong>Bắt đầu &#x26; Cài đặt</strong></h4></td><td>Lên kế hoạch, cài đặt, cấp phép và cập nhật VergeOS.</td><td><a href="/pages/c8a77031db347a9464e347b5d315bd997505b09a">/pages/c8a77031db347a9464e347b5d315bd997505b09a</a></td></tr><tr><td><h3><i class="fa-desktop" style="color:$primary;">:desktop:</i></h3></td><td><h4><strong>Máy ảo</strong></h4></td><td>Tạo, nhập, cấu hình và quản lý máy ảo.</td><td><a href="/pages/086917fb3f577d7295218d73461bacd40592cee3">/pages/086917fb3f577d7295218d73461bacd40592cee3</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4><strong>Mạng</strong></h4></td><td>Mạng, quy tắc, định tuyến, VPN và tường lửa.</td><td><a href="/pages/41a3a2b8c39b668352d53f4da39f2c445333580b">/pages/41a3a2b8c39b668352d53f4da39f2c445333580b</a></td></tr><tr><td><h3><i class="fa-database" style="color:$primary;">:database:</i></h3></td><td><h4><strong>Lưu trữ &#x26; vSAN</strong></h4></td><td>Kiến trúc vSAN, các tầng, khả năng mở rộng, mã hóa và NAS.</td><td><a href="/pages/31af6c172a41366a00257356122d7d50e23516d9">/pages/31af6c172a41366a00257356122d7d50e23516d9</a></td></tr><tr><td><h3><i class="fa-users" style="color:$primary;">:users:</i></h3></td><td><h4><strong>Các tenant</strong></h4></td><td>Tạo và vận hành tenant trong môi trường đa tenant.</td><td><a href="/pages/06c69ec3d40760f09cd7037dcff62e72da4e4595">/pages/06c69ec3d40760f09cd7037dcff62e72da4e4595</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4><strong>Sao lưu &#x26; DR</strong></h4></td><td>Ảnh chụp nhanh, tác vụ đồng bộ, khôi phục và phục hồi sau thảm họa.</td><td><a href="/pages/58adecef35ac42b3d35a391b5acc8645017eb7c2">/pages/58adecef35ac42b3d35a391b5acc8645017eb7c2</a></td></tr><tr><td><h3><i class="fa-robot" style="color:$primary;">:robot:</i></h3></td><td><h4><strong>Tự động hóa &#x26; API</strong></h4></td><td>API VergeOS, các tác vụ tự động hóa, Terraform và công cụ.</td><td><a href="/pages/896a9d0c7a93a6014083411e0561bdfa0072696a">/pages/896a9d0c7a93a6014083411e0561bdfa0072696a</a></td></tr><tr><td><h3><i class="fa-gears" style="color:$primary;">:gears:</i></h3></td><td><h4><strong>Quản trị hệ thống</strong></h4></td><td>Cập nhật, bảo mật, xác thực, thương hiệu và hiệu năng.</td><td><a href="/pages/54d9b3ed392f90c88f345b8105311563140aa502">/pages/54d9b3ed392f90c88f345b8105311563140aa502</a></td></tr><tr><td><h3><i class="fa-bug" style="color:$primary;">:bug:</i></h3></td><td><h4><strong>Khắc phục sự cố</strong></h4></td><td>Quy trình chẩn đoán và cách khắc phục các sự cố VergeOS thường gặp.</td><td><a href="/pages/1dce945f09a3f5ee305142350ff70af37c10a8f8">/pages/1dce945f09a3f5ee305142350ff70af37c10a8f8</a></td></tr></tbody></table>


---

# 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/knowledge-base/vi/readme.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.
