# WEKA System Overview

- [About the WEKA system](https://docs.weka.io/4.0/overview/about.md): WEKA is a software solution that enables the implementation of a shareable, scalable, distributed file storage system.
- [SSD capacity management](https://docs.weka.io/4.0/overview/ssd-capacity-management.md): Understand the key terminologies relating to Weka system capacity management and the formula for calculating the Weka system net data storage capacity.
- [Filesystems, object stores, and filesystem groups](https://docs.weka.io/4.0/overview/filesystems.md): This page describes the three types of entities relevant to data storage in the Weka system: filesystems, object stores and filesystem groups.
- [Weka networking](https://docs.weka.io/4.0/overview/networking-in-wekaio.md): This page reviews the theory of operation for Weka networking.
- [Data lifecycle management](https://docs.weka.io/4.0/overview/data-storage.md): This page covers the principles for data lifecycle management and how data storage is managed in SSD-only and tiered Weka system configurations.
- [Weka client and mount modes](https://docs.weka.io/4.0/overview/weka-client-and-mount-modes.md): Understanding the Weka system client and possible mount modes of operation in relation to the page cache.
- [Weka containers architecture overview](https://docs.weka.io/4.0/overview/weka-containers-architecture-overview.md)
- [Glossary](https://docs.weka.io/4.0/overview/glossary.md)


---

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