# 2025-03-12: CE - Extensions

## Overview

The Extension has been enhanced to offer greater flexibility and customization. It is now possible to use individual modules separately, customize them to fit your needs, and make them available to your customers. Additionally, the latest version includes broader language support, improved modularity, and seamless integration with components, ensuring a more adaptable and user-friendly experience.

## New features

| Feature                                            | Benefit                                                                                                                              |
| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Support for JavaScript and TypeScript**          | You have greater flexibility in choosing the preferred language, improving development efficiency and maintainability.               |
| **Introduction of extension template**             | Faster extension development with a ready-to-use template, reducing setup time and ensuring consistency in design and functionality. |
| **UI language change notification for extensions** | Improved user experience in multi-language environments, allowing extensions to react dynamically to language changes.               |

## Fixes and improvements

None as this is a new feature.

## Known problems

No known problems at time of release.

## Documentation and links

User Guides:

* [Administration - Extensions](/ce/management-dashboard/administration/extensions.md)
* [Management Dashboard - Extensions](/ce/management-dashboard/extensions.md)
* [GitHub md-module-template](https://github.com/emporix/md-module-template)


---

# 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/release-notes/archive/2025/2025-03-12-ce-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.
