# Cluster Manager

The Cluster Manager module is a central component of the IDEA platform. It serves the WebUI and provides services and operations for managing IDEA users, groups, projects, permissions and monitoring cluster status.

{% hint style="info" %}
**New Feature**: All tables in the Cluster Manager now support alphanumeric sorting, making it easier to find and organize your resources. Simply click on any column header to sort the table by that column.
{% endhint %}

## Features

* [Managing user accounts](/modules/cluster-manager/users-management.md)
* [Managing group membership and permissions](/modules/cluster-manager/groups-management.md)
* [Project creation and configuration](/modules/cluster-manager/projects-management.md)
* [Monitoring cluster status](/modules/cluster-manager/cluster-status.md)
* [Customizing email templates](/modules/cluster-manager/email-templates.md)
* [Accessing API endpoints](/modules/cluster-manager/apis.md)

## Related Topics

Refer to the [https://github.com/cfs-energy/idea/blob/main/docs/modules/best-practices/budget/README.md](https://github.com/cfs-energy/idea/blob/main/docs/modules/best-practices/budget/README.md "mention") to learn more about configuring budgets for projects and users.


---

# 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.idea-hpc.com/modules/cluster-manager.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.
