# What is a module?

## Frontend Modules (End Users)

Modules extend IDEA experience by adding new functionalities for the end users.

{% hint style="info" %}
All frontend modules are optionals and IDEA administrators can decide whether or not they want to install them individually.
{% endhint %}

* [Virtual Desktop Interface (VDI)](https://docs.ide-on-aws.com/virtual-desktop-interface/)
* [HPC WorkLoads](https://docs.ide-on-aws.com/hpc-simulations/)

## Backend Modules (Cluster Admins)

Backend modules are mandatory and automatically installed during your initial IDEA deployment. Users do not directly interact with them.

* [Cluster Manager](https://docs.ide-on-aws.com/cluster-manager/)
* Directory Services
* Global Settings
* ...


---

# 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.ide-on-aws.com/idea/modules/what-is-a-module.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.
