# GUI Overview

The Weka system GUI is accessible through one of the servers on port 14000.

On AWS installations via the self-service portal, the Weka system GUI can be accessed by going to the Outputs tab of the CloudFormation stack and clicking the GUI link.

After logging in, the Weka dashboard is displayed.

![Weka Dashboard](/files/-LoU4riCwWbRqxRVSdsg)

The dashboard enables the viewing of information on the backend host configuration and topology, system alerts, and some important statistics.

Clicking the top-left button next to the WEKA.IO logo opens a menu bar containing all possible system operations.

![Weka Dashboard with Menu Bar](/files/-LoU4xZBiS7ujSeZtCyg)

From the menu bar, it is possible to view [statistics](/3.14/usage/statistics.md) and [events](/3.14/usage/events.md), manage [filesystems](/3.14/fs/managing-filesystems.md), configure [NFS](/3.14/additional-protocols/nfs-support.md) and [SMB](/3.14/additional-protocols/smb-support/smb-management-using-the-gui.md) services, and manage system [security](/3.14/usage/security/user-management.md) aspects.


---

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