# Extensions

### Extending Management Dashboard

The Management Dashboard allows you to connect external custom modules and embed them into the application. This way, you have everything at hand in a single place.

The **Extensions** module is the place where you can see all your embedded custom extensions and use them directly from the Management Dashboard.

{% hint style="warning" %}
This node is visible **only** when you have enabled some custom extensions. Otherwise, the Extensions node doesn't appear in the Management Dashboard.
{% endhint %}

As a prerequisite for the extensions, connect a custom module and have it available in Management Dashboard. For the configuration details, see:

* [Extensions](/ce/management-dashboard/administration/extensions.md) guide in the administration section that shows how to create a connection.
* [Enabling Custom Extensions](/ce/extensibility-and-integrations/extensibility-cases/custom-extensions.md) guide that shows how to create a connection, with an example use case.

<figure><img src="/files/ZiaHn99fRPBTu4AErm9U" alt=""><figcaption></figcaption></figure>


---

# 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://developer.emporix.io/ce/management-dashboard/extensions.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.
