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

# NAS

- [NAS Diagnostics Guide](https://docs.verge.io/run-the-platform/nas/nas-diagnostics.md): Comprehensive reference for NAS diagnostic commands in VergeOS, covering network troubleshooting, file sharing protocol analysis, and performance monitoring for SMB/CIFS and NFS services.
- [Joining a NAS to a Windows AD Network](https://docs.verge.io/run-the-platform/nas/nas-join-ad-domain.md): How to join a VergeOS NAS service to a Windows Active Directory domain for AD-integrated file sharing, including CIFS settings configuration and troubleshooting.
- [Local Volumes](https://docs.verge.io/run-the-platform/nas/nas-local-volumes.md): How to create and configure local NAS volumes in VergeOS, including encryption, storage tiering, snapshot profiles, and size management on the vSAN.
- [Remote Volumes](https://docs.verge.io/run-the-platform/nas/nas-remote-volumes.md): How to create remote NAS volumes in VergeOS by mounting external CIFS and NFS file systems for data import, backup, and integration with external storage.
- [Add a NAS Service](https://docs.verge.io/run-the-platform/nas/nas-service.md): How to deploy and configure a NAS service in VergeOS by implementing the NAS VM recipe, including network, IP, hostname, and domain settings.
- [Shares](https://docs.verge.io/run-the-platform/nas/nas-shares.md): How to create NFS and CIFS shares on NAS volumes in VergeOS, including host access controls, user permissions, and advanced sharing options.
- [NAS Overview](https://docs.verge.io/run-the-platform/nas/overview.md): Overview of the VergeOS NAS feature for file-level storage, including benefits, setup steps, local and remote volumes, Active Directory integration, and share creation.
- [NAS Volume Snapshots and Restores](https://docs.verge.io/run-the-platform/nas/volume-snapshots-restores.md): How to create, schedule, and restore NAS volume snapshots in VergeOS, including quiesced snapshots, snapshot profiles, and restore-to-new or restore-over-source options.
- [Volume Syncs](https://docs.verge.io/run-the-platform/nas/volume-syncs.md): How to create and configure volume syncs in VergeOS to synchronize data between local and remote NAS volumes, including scheduling, advanced sync options, and destination delete policies.


---

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