# Getting Started with Weka

- [Quick Install Guide](https://docs.weka.io/3.14/getting-started-with-weka/quick-install-guide.md)
- [Managing the Weka System](https://docs.weka.io/3.14/getting-started-with-weka/managing-wekaio-system.md): This page describes the various ways to manage Weka system.
- [CLI Overview](https://docs.weka.io/3.14/getting-started-with-weka/cli-overview.md): This page provides an overview of the Weka system CLI.
- [GUI Overview](https://docs.weka.io/3.14/getting-started-with-weka/gui.md): This page provides an overview of the Weka system GUI.
- [Serving IOs with WekaFS](https://docs.weka.io/3.14/getting-started-with-weka/performing-the-first-io.md): This page describes a quick guide using the CLI towards performing the first IO in a WekaFS filesystem.


---

# 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/3.14/getting-started-with-weka.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.
