# 2025-11-07: CE - Custom Entities References

## Overview

This enhancement provides developers and system administrators with greater flexibility and control through the introduction of Custom Entity Management. Organizations can now define, extend, and interconnect entities to match unique business scenarios — such as for example contracts and products data - without relying on custom development. By enabling configurable entity definitions and relationships, the system becomes more adaptable, scalable, and aligned with complex enterprise requirements.

## New features

| Feature                  | Benefit                                                                                                                                                                                                                                                                                                                                |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Entity reference**     | Establish clear reference between custom entities using reference types like CART, CATEGORY, CUSTOMER, CUSTOMER\_SEGMENTS, LEGAL\_ENTITY, MEDIA, ORDER, PRICE\_LIST, PRODUCT, and any CUSTOM\_ENTITY - such as one-to-one or one-to-many relationships. This ensures consistent data flow and accurate system behavior across modules. |
| **Document Attachments** | Attach supporting documents, like specifications or contracts, directly to custom entities. This centralizes information, improves traceability, and streamlines collaboration.                                                                                                                                                        |

## Fixes and improvements

None as this is a new improvement.

## Known problems

No known problems at time of release.

## Documentation and links

* [Custom Entities](/ce/management-dashboard/settings/custom-entities.md)
* [Custom Instances](/ce/management-dashboard/custom-instances.md)
* [Mixin Schemas](/ce/management-dashboard/settings/mixin-schemas.md)
* [Schema Service API Reference](/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-11-07-ce-custom-entities.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.
