# Management Console

The Management Console is a web application designed to help users manage and operate Alluxio clusters more efficiently.

It is primarily intended for system administrators, providing a graphical interface that displays key cluster information, including essential metrics and the status of various components. When issues arise, administrators can quickly identify problems and take appropriate action through the Management Console.

The Console also integrates a set of commonly used management features, such as:

* Deploying Alluxio
* Managing the mount table
* Configuring quotas
* Managing priority and TTL policies
* Submitting preload and free jobs
* Collecting cluster diagnostic information

These tasks can be performed directly through the web interface, eliminating the need to use command-line tools and streamlining the overall management experience.

If you encounter issues accessing or rendering the UI, start by checking the console logs located at `/mnt/alluxio/console/logs` inside the `console` pod for more detailed information.\
For browsers, **Chrome is recommended**, with **support for Chrome version 80 and above**. **Internet Explorer is not supported**, so please avoid using it.


---

# 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://documentation.alluxio.io/ee-ai-en/ai-3.7/administration/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.
