> 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ở tri thức

Các bài viết khắc phục sự cố, hướng dẫn thực hành và chỉ dẫn hiện trường cho người vận hành VergeOS.

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

<p align="center">Tìm kiếm trong Cơ sở tri 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 trong Cơ sở tri 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ập kế hoạch, cài đặt, cấp phép và cập nhật VergeOS.</td><td><a href="/knowledge-base/vi/getting-started.md">Bắt đầu &amp; Cài đặt</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="/knowledge-base/vi/virtual-machines.md">Máy ảo</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="/knowledge-base/vi/networking.md">Mạng</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, mở rộng, mã hóa và NAS.</td><td><a href="/knowledge-base/vi/storage-vsan.md">Lưu trữ &amp; vSAN</a></td></tr><tr><td><h3><i class="fa-users" style="color:$primary;">:users:</i></h3></td><td><h4><strong>Tenant</strong></h4></td><td>Tạo và vận hành tenant trong môi trường đa tenant.</td><td><a href="/knowledge-base/vi/tenants.md">Tenant</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="/knowledge-base/vi/backup-dr.md">Sao lưu &amp; DR</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 của VergeOS, các tác vụ tự động hóa, Terraform và công cụ hỗ trợ.</td><td><a href="/knowledge-base/vi/automation-api.md">Tự động hóa &amp; API</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="/knowledge-base/vi/system-administration.md">Quản trị hệ thống</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>Các quy trình chẩn đoán và cách khắc phục cho những sự cố VergeOS phổ biến.</td><td><a href="/knowledge-base/vi/troubleshooting.md">Khắc phục sự cố</a></td></tr></tbody></table>

Để thảo luận với cộng đồng, hãy tham gia [cộng đồng VergeOS](https://app.gitbook.com/s/uJc5d3O7cwI7qD8muSyG/community) trên Discord. Đây không phải là kênh hỗ trợ.


---

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