# System Overview

- [Introduction](https://docs.weka.io/weka-system-overview/about.md): Discover how NeuralMesh delivers a software-only, high-performance, container-native storage system built for AI and data-intensive workloads at scale.
- [Cluster capacity and redundancy management](https://docs.weka.io/weka-system-overview/cluster-capacity-and-redundancy-management.md)
- [Filesystems, object stores, and filesystem groups](https://docs.weka.io/weka-system-overview/filesystems-object-stores-and-filesystem-groups.md): Learn how filesystems, object stores, and filesystem groups work together to organize storage capacity, tiering, and policy in a WEKA cluster.
- [Cluster and filesystem capacity counter definitions](https://docs.weka.io/weka-system-overview/filesystems-object-stores-and-filesystem-groups/cluster-and-filesystem-capacity-counter-definitions.md): Understand the key capacity counters for effective storage management, including space utilization, availability, and data reduction across SSDs and object storage.
- [Networking](https://docs.weka.io/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 overview](https://docs.weka.io/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/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.
- [Cluster architecture overview](https://docs.weka.io/weka-system-overview/weka-containers-architecture-overview.md): Overview of container-based architecture, where interconnected processes within server-hosted containers provide scalable and resilient storage services in a cluster.
- [Glossary](https://docs.weka.io/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/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.
