# Additional Protocols

- [NFS](https://docs.weka.io/4.0/additional-protocols/nfs-support.md): This page describes how the Weka system enables file access through the NFS protocol instead of the Weka client.
- [Manage NFS networking using the GUI](https://docs.weka.io/4.0/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.0/additional-protocols/nfs-support/nfs-support-1.md): This page describes how to configure the NFS networking using the CLI.
- [SMB](https://docs.weka.io/4.0/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.0/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.0/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.
- [S3](https://docs.weka.io/4.0/additional-protocols/s3.md): This page describes the Weka implementation of the S3 protocol.
- [S3 cluster management](https://docs.weka.io/4.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/additional-protocols/s3/s3-information-lifecycle-management.md): This page describes how to manage information lifecycle (ILM) rules for S3 buckets.
- [Manage S3 rules using the CLI](https://docs.weka.io/4.0/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 CLI.
- [Audit S3 APIs](https://docs.weka.io/4.0/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.0/additional-protocols/s3/audit-s3-apis/configure-audit-webhook-using-the-gui.md)
- [Configure audit webhook using the CLI](https://docs.weka.io/4.0/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.0/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.0/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.0/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/4.0/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.
