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

# NAS

- [NAS-Diagnoseleitfaden](https://docs.verge.io/run-the-platform/de/nas/nas-diagnostics.md): Umfassende Referenz für NAS-Diagnosebefehle in VergeOS, einschließlich Netzwerk-Fehlerbehebung, Analyse von Dateifreigabeprotokollen und Leistungsüberwachung für SMB/CIFS- und NFS-Dienste.
- [Ein NAS mit einem Windows-AD-Netzwerk verbinden](https://docs.verge.io/run-the-platform/de/nas/nas-join-ad-domain.md): Wie man einen VergeOS-NAS-Dienst mit einer Windows-Active-Directory-Domäne verbindet, um AD-integrierten Dateizugriff zu ermöglichen, einschließlich Konfiguration der CIFS-Einstellungen und Fehlerbehebung.
- [Lokale Volumes](https://docs.verge.io/run-the-platform/de/nas/nas-local-volumes.md): Wie man lokale NAS-Volumes in VergeOS erstellt und konfiguriert, einschließlich Verschlüsselung, Storage-Tiering, Snapshot-Profile und Größenverwaltung auf dem vSAN.
- [Remote-Volumes](https://docs.verge.io/run-the-platform/de/nas/nas-remote-volumes.md): Wie man entfernte NAS-Volumes in VergeOS erstellt, indem externe CIFS- und NFS-Dateisysteme für Datenimport, Backup und Integration mit externem Storage eingehängt werden.
- [NAS-Dienst hinzufügen](https://docs.verge.io/run-the-platform/de/nas/nas-service.md): Wie man einen NAS-Dienst in VergeOS bereitstellt und konfiguriert, indem das NAS-VM-Rezept implementiert wird, einschließlich Netzwerk-, IP-, Hostname- und Domäneneinstellungen.
- [Freigaben](https://docs.verge.io/run-the-platform/de/nas/nas-shares.md): Wie man NFS- und CIFS-Freigaben auf NAS-Volumes in VergeOS erstellt, einschließlich Host-Zugriffskontrollen, Benutzerberechtigungen und erweiterten Freigabeoptionen.
- [NAS-Überblick](https://docs.verge.io/run-the-platform/de/nas/overview.md): Überblick über die NAS-Funktion von VergeOS für Dateispeicher, einschließlich Vorteilen, Einrichtungsschritten, lokalen und entfernten Volumes, Active-Directory-Integration und Erstellung von Freigaben.
- [NAS-Volume-Snapshots und Wiederherstellungen](https://docs.verge.io/run-the-platform/de/nas/volume-snapshots-restores.md): Wie man NAS-Volume-Snapshots in VergeOS erstellt, plant und wiederherstellt, einschließlich quiesced Snapshots, Snapshot-Profilen und Optionen zum Wiederherstellen auf ein neues Ziel oder Überschreiben der Quelle.
- [Volume-Synchronisierungen](https://docs.verge.io/run-the-platform/de/nas/volume-syncs.md): Wie man Volume-Synchronisierungen in VergeOS erstellt und konfiguriert, um Daten zwischen lokalen und entfernten NAS-Volumes zu synchronisieren, einschließlich Zeitplanung, erweiterter Sync-Optionen und Löschrichtlinien für das Ziel.


---

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