# 2024-01-02: CE - Mixin Schemas

### Overview

We have extended mixin schemas functionality so that it supports customer addresses. Now, you can provide your own customized fields for your customer addresses as well.\
For more details, check out the What’s New table.

### New features

| Feature                                                 | Benefit                                                                                                                                                                                                                                                                               |
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Management Dashboard support for customer addresses** | <p>Creating customized mixin schemas for customer addresses is now possible through the Management Dashboard, allowing visibility of mixin fields for improved support efficiency.<br>This feature facilitates providing pertinent information, streamlining the support process.</p> |
| **Maintain your schema key**                            | <p>To streamline the implementation process and enhance the efficacy of your company's schema, you can now assign a schema key when creating a new schema.<br>This facilitates ease of use and further serves the schema's purpose within your organization.</p>                      |

### Fixes and improvements

None as this is a new improvement.

### Known problems

None as this is a new improvement. See also the release note 08.11.2023 for Mixin Schemas.

### Documentation and links

* [Mixin Schemas](/ce/core-commerce/mixin-schemas.md)
* [Management Dashboard Mixin Schemas](/ce/management-dashboard/settings/mixin-schemas.md)
* [Schema Service API Tutorial](/api-references/api-guides/utilities/schema/schema.md)
* [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/2024/2024-01-02-ce-mixins-for-customer-address.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.
