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

# WEKA v4.1 documentation

Welcome to the WEKA documentation portal. It displays the documentation for WEKA version 4.1. If you have a different WEKA version, select it from the top menu.

<figure><img src="https://1916840177-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTUYL9RLgSDAkF2U90csR%2Fuploads%2F2ajUj7keoNRNVKPJqHSq%2Fversion_selector.gif?alt=media&amp;token=f9b3bf81-0fa9-4d6c-aa8b-48f2ef2c774c" alt=""><figcaption><p>WEKA version selector</p></figcaption></figure>

## About WEKA documentation

This portal contains all the documentation necessary for understanding and working with the WEKA system. It covers the following topics:

**WEKA system overview:** Introduction of the primary components, principles, and entities that form the WEKA system.

**Getting started with WEKA:** A quick installation guide of the WEKA system, configuration of a WekaFS filesystem, and running the first IO tests to validate the system configuration.

**Planning and installation:** WEKA software installation on bare metal, AWS, GCP, and Azure environments.

**Performance:** Results of the FIO performance tests on the WEKA filesystem.

**WEKA filesystems & object stores:** Role and management of filesystems, object stores, filesystem groups, and key-management systems in Weka system configurations.

**Additional protocols:** The supported protocols NFS, SMB, and S3 for accessing data stored in a WEKA filesystem.

**Operation guide:** WEKA system's various operations, such as events, statistics, user management, upgrades, expansion, and more.

**Billing & licensing:** WEKA system licensing and billing alternatives.

**WEKA support:** Prerequisites and compatibility details, getting support for the WEKA system, and diagnostics management.

## Documentation feedback

We strive to produce the highest-quality documentation products and welcome your feedback. If you have comments or suggestions about our documentation, email us.

With your feedback, include the following information:

* Document version and title of the topic
* Your suggestion for correcting or improving the documentation

Send your messages to <documentation@weka.io>.

The email address is only for documentation feedback. If you have a technical question, contact the [Customer Success Team](/4.1/support/getting-support-for-your-weka-system.md).


---

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