# 2025-04-03: CE - Custom Entity Framework

## Overview

The Custom Entity Framework enhances flexibility in our e-commerce applications. Your employees can now create, customize, and manage additional entities with custom fields tailored to your specific industry needs. This feature empowers you to support diverse use cases, e.g. such as contract management in B2B portals or industry-specific customer types. As a result, you can expect a more dynamic and adaptable e-commerce solution.

## New features

| Feature                                              | Benefit                                                                                                                                                                                              |
| ---------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Custom object in Management Dashboard**            | Easily model your business needs by defining custom objects that reflect your unique industry requirements - whether it's contracts, subscriptions, or specialized customer profiles.                |
| **Custom field & attribute in Management Dashboard** | Tailor your data with relevant fields - add industry-specific attributes (e.g., contract duration, VIP status, compliance tags) to improve data relevance and accuracy for your business operations. |
| **Custom instance in Management Dashboard**          | Manage individual records effortlessly - create and modify unique entries (e.g., customer types, agreements, service plans) in real-time to adapt to evolving business needs.                        |

## Fixes and improvements

None as this is a new feature.

## Known problems

No known problems at time of release.

## Documentation and links

User Guides:

* [Custom Entities](/ce/management-dashboard/settings/custom-entities.md)
* [Custom Instances](/ce/management-dashboard/custom-instances.md)

API Reference

* [Schema Service](/api-references/api-guides/utilities/schema.md)


---

# 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-04-03-ce-custom-entity.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.
