> For the complete documentation index, see [llms.txt](https://docs.weka.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weka.io/3.14/additional-protocols.md).

# 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
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.weka.io/3.14/additional-protocols.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.
