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

# NAS

- [Hướng dẫn chẩn đoán NAS](https://docs.verge.io/run-the-platform/vi/nas/nas-diagnostics.md): Tài liệu tham khảo toàn diện cho các lệnh chẩn đoán NAS trong VergeOS, bao gồm khắc phục sự cố mạng, phân tích giao thức chia sẻ tệp và giám sát hiệu năng cho dịch vụ SMB/CIFS và NFS.
- [Kết nối NAS với mạng Windows AD](https://docs.verge.io/run-the-platform/vi/nas/nas-join-ad-domain.md): Cách kết nối dịch vụ NAS VergeOS với miền Windows Active Directory cho chia sẻ tệp tích hợp AD, bao gồm cấu hình cài đặt CIFS và khắc phục sự cố.
- [Volume cục bộ](https://docs.verge.io/run-the-platform/vi/nas/nas-local-volumes.md): Cách tạo và cấu hình các volume NAS cục bộ trong VergeOS, bao gồm mã hóa, phân tầng lưu trữ, hồ sơ snapshot và quản lý dung lượng trên vSAN.
- [Volume từ xa](https://docs.verge.io/run-the-platform/vi/nas/nas-remote-volumes.md): Cách tạo các volume NAS từ xa trong VergeOS bằng cách gắn các hệ thống tệp CIFS và NFS bên ngoài để nhập dữ liệu, sao lưu và tích hợp với lưu trữ bên ngoài.
- [Thêm dịch vụ NAS](https://docs.verge.io/run-the-platform/vi/nas/nas-service.md): Cách triển khai và cấu hình dịch vụ NAS trong VergeOS bằng cách áp dụng recipe NAS VM, bao gồm thiết lập mạng, IP, hostname và domain.
- [Chia sẻ](https://docs.verge.io/run-the-platform/vi/nas/nas-shares.md): Cách tạo các share NFS và CIFS trên các volume NAS trong VergeOS, bao gồm kiểm soát quyền truy cập host, quyền người dùng và các tùy chọn chia sẻ nâng cao.
- [Tổng quan NAS](https://docs.verge.io/run-the-platform/vi/nas/overview.md): Tổng quan về tính năng NAS của VergeOS cho lưu trữ cấp tệp, bao gồm lợi ích, các bước thiết lập, volume cục bộ và từ xa, tích hợp Active Directory và tạo share.
- [Snapshot và khôi phục volume NAS](https://docs.verge.io/run-the-platform/vi/nas/volume-snapshots-restores.md): Cách tạo, lên lịch và khôi phục snapshot volume NAS trong VergeOS, bao gồm snapshot quiesced, hồ sơ snapshot và tùy chọn khôi phục sang mới hoặc ghi đè lên nguồn.
- [Đồng bộ volume](https://docs.verge.io/run-the-platform/vi/nas/volume-syncs.md): Cách tạo và cấu hình đồng bộ volume trong VergeOS để đồng bộ dữ liệu giữa các volume NAS cục bộ và từ xa, bao gồm lịch trình, tùy chọn đồng bộ nâng cao và chính sách xóa ở đích.


---

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