# Additional Protocols

- [NFS](https://docs.weka.io/3.14/additional-protocols/nfs-support.md): This page describes how the Weka system enables file access through the NFS protocol, instead of the Weka client. The Weka system supports NFSv3.
- [SMB](https://docs.weka.io/3.14/additional-protocols/smb-support.md): This page describes the Weka implementation of the SMB protocol for shared Windows clients.
- [SMB Management Using CLIs](https://docs.weka.io/3.14/additional-protocols/smb-support/smb-management-using-the-cli.md): This page details SMB management - setting up an SMB cluster over Weka filesystems and managing the cluster itself - using CLIs.
- [SMB Management Using the GUI](https://docs.weka.io/3.14/additional-protocols/smb-support/smb-management-using-the-gui.md): This page details SMB management - setting up an SMB cluster over Weka filesystems and managing the cluster itself - using the GUI.
- [S3](https://docs.weka.io/3.14/additional-protocols/s3.md): This page describes the Weka implementation of the S3 protocol.
- [S3 Cluster Management](https://docs.weka.io/3.14/additional-protocols/s3/s3-cluster-management.md): This page describes how to set up, update, monitor, and delete an S3 cluster.
- [S3 Buckets Management](https://docs.weka.io/3.14/additional-protocols/s3/s3-buckets-management.md): This page describes how to manage S3 buckets.
- [S3 Users and Authentication](https://docs.weka.io/3.14/additional-protocols/s3/s3-users-and-authentication.md): This page describes how to gain and obtain access permissions to the S3 protocol.
- [S3 Information Lifecycle Management](https://docs.weka.io/3.14/additional-protocols/s3/s3-information-lifecycle-management.md): This page describes how to define information lifecycle rules for S3 buckets.
- [Audit S3 APIs](https://docs.weka.io/3.14/additional-protocols/s3/audit-s3-apis.md): This page describes how to set up an HTTP webhook for S3  audit purposes.
- [S3 Limitations](https://docs.weka.io/3.14/additional-protocols/s3/s3-limitations.md): This page describes limitations concerning the S3 service and protocol implementation.
- [S3 Examples using boto3](https://docs.weka.io/3.14/additional-protocols/s3/s3-examples-using-boto3.md): This page provides some examples of using the S3 API.


---

# Agent Instructions: 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:

```
GET https://docs.weka.io/3.14/additional-protocols.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
