> 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/4.1/additional-protocols.md).

# Additional Protocols

- [Manage the NFS protocol](https://docs.weka.io/4.1/additional-protocols/nfs-support.md): This page describes how the WEKA system enables file access through the NFS protocol instead of the WEKA client.
- [Supported NFS client mount options](https://docs.weka.io/4.1/additional-protocols/nfs-support/supported-nfs-client-mount-options.md)
- [Manage NFS networking using the GUI](https://docs.weka.io/4.1/additional-protocols/nfs-support/nfs-support.md): This page describes how to configure the NFS networking using the GUI.
- [Manage NFS networking using the CLI](https://docs.weka.io/4.1/additional-protocols/nfs-support/nfs-support-1.md): This page describes how to configure the NFS networking using the CLI.
- [Manage the SMB protocol](https://docs.weka.io/4.1/additional-protocols/smb-support.md): This page describes the WEKA configuration of the SMB protocol for shared Windows clients.
- [Manage SMB using the GUI](https://docs.weka.io/4.1/additional-protocols/smb-support/smb-management-using-the-gui.md): This page provides procedures for setting up an SMB cluster over WEKA filesystems and managing the cluster itself, using the GUI.
- [Manage SMB using the CLI](https://docs.weka.io/4.1/additional-protocols/smb-support/smb-management-using-the-cli.md): This page provides procedures for setting up an SMB cluster over WEKA filesystems and managing the cluster itself, using the CLI.
- [Manage the S3 protocol](https://docs.weka.io/4.1/additional-protocols/s3.md): This page describes the WEKA implementation of the S3 protocol.
- [S3 cluster management](https://docs.weka.io/4.1/additional-protocols/s3/s3-cluster-management.md): This page describes how to set up, update, monitor, and delete an S3 cluster.
- [Manage the S3 service using the GUI](https://docs.weka.io/4.1/additional-protocols/s3/s3-cluster-management/s3-cluster-management.md): This page describes how to set up, update, monitor, and delete an S3 cluster using the GUI.
- [Manage the S3 service using the CLI](https://docs.weka.io/4.1/additional-protocols/s3/s3-cluster-management/s3-cluster-management-1.md): This page describes how to set up, update, monitor, and delete an S3 cluster using the GUI.
- [S3 buckets management](https://docs.weka.io/4.1/additional-protocols/s3/s3-buckets-management.md): This page describes how to manage S3 buckets.
- [Manage S3 buckets using the GUI](https://docs.weka.io/4.1/additional-protocols/s3/s3-buckets-management/s3-buckets-management.md): This page describes how to manage S3 buckets using the GUI.
- [Manage S3 buckets using the CLI](https://docs.weka.io/4.1/additional-protocols/s3/s3-buckets-management/s3-buckets-management-1.md): This page describes how to manage S3 buckets using the CLI.
- [S3 users and authentication](https://docs.weka.io/4.1/additional-protocols/s3/s3-users-and-authentication.md): This page describes how to gain and obtain access permissions to the S3 protocol.
- [Manage S3 users and authentication using the CLI](https://docs.weka.io/4.1/additional-protocols/s3/s3-users-and-authentication/s3-users-and-authentication.md): This page describes how to gain and obtain access permissions to the S3 protocol using the CLI.
- [Manage S3 service accounts using the CLI](https://docs.weka.io/4.1/additional-protocols/s3/s3-users-and-authentication/s3-users-and-authentication-1.md): This page describes how to add and control S3 service accounts using the CLI.
- [S3 rules information lifecycle management (ILM)](https://docs.weka.io/4.1/additional-protocols/s3/s3-information-lifecycle-management.md): This page describes how to manage information lifecycle (ILM) rules for S3 buckets.
- [Manage S3 lifecycle rules using the GUI](https://docs.weka.io/4.1/additional-protocols/s3/s3-information-lifecycle-management/s3-information-lifecycle-management.md): This page describes how to manage information lifecycle (ILM) rules for S3 buckets using the GUI.
- [Manage S3 lifecycle rules using the CLI](https://docs.weka.io/4.1/additional-protocols/s3/s3-information-lifecycle-management/s3-information-lifecycle-management-1.md): This page describes how to manage information lifecycle (ILM) rules for S3 buckets using the CLI.
- [Audit S3 APIs](https://docs.weka.io/4.1/additional-protocols/s3/audit-s3-apis.md): This page describes how to set up an HTTP webhook for S3  audit purposes.
- [Configure audit webhook using the GUI](https://docs.weka.io/4.1/additional-protocols/s3/audit-s3-apis/configure-audit-webhook-using-the-gui.md)
- [Configure audit webhook using the CLI](https://docs.weka.io/4.1/additional-protocols/s3/audit-s3-apis/audit-s3-apis.md): This page describes how to set up an HTTP webhook for S3  audit purposes using the CLI.
- [Example: How to use Splunk to audit S3](https://docs.weka.io/4.1/additional-protocols/s3/audit-s3-apis/audit-s3-apis-1.md): This page describes an example for using Splunk to audit S3.
- [S3 supported APIs and limitations](https://docs.weka.io/4.1/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/4.1/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/4.1/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.
