# WEKA System Overview

- [WEKA Data Platform introduction](https://docs.weka.io/4.3/weka-system-overview/about.md): The WEKA Data Platform is a software solution that enables the implementation of shareable, scalable, distributed filesystem storage.
- [WEKA system functionality features](https://docs.weka.io/4.3/weka-system-overview/about/weka-system-functionality-features.md)
- [Converged WEKA system deployment](https://docs.weka.io/4.3/weka-system-overview/about/converged-weka-system-deployment.md)
- [Optimize redundancy in WEKA deployments](https://docs.weka.io/4.3/weka-system-overview/about/optimize-redundancy-in-weka-deployments.md)
- [SSD capacity management](https://docs.weka.io/4.3/weka-system-overview/ssd-capacity-management.md): Understand the key terms of WEKA system capacity management and the formula for calculating the net data storage capacity.
- [Filesystems, object stores, and filesystem groups](https://docs.weka.io/4.3/weka-system-overview/filesystems.md): This page describes the three entity types relevant to data storage in the WEKA system.
- [WEKA networking](https://docs.weka.io/4.3/weka-system-overview/networking-in-wekaio.md): Explore network technologies in WEKA, including DPDK, SR-IOV, CPU-optimized networking, UDP mode, high availability, and RDMA/GPUDirect Storage, with configuration guidelines.
- [Data lifecycle management](https://docs.weka.io/4.3/weka-system-overview/data-storage.md): Explore 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.3/weka-system-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.3/weka-system-overview/weka-containers-architecture-overview.md): Overview of WEKA's container-based architecture, where interconnected processes within server-hosted containers provide scalable and resilient storage services in a cluster.
- [Glossary](https://docs.weka.io/4.3/weka-system-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.3/weka-system-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.
