# Event Registry

Event Registry is a list of all the events that were configured in your tenant for your OE value stream. The events are the triggers that initiate the processes and make them run.

Events are utilized by the `ce-type` attribute, which indicates that the event has occurred. By aligning the **Event Name** (eg. `order.created`) configured in OE with the `ce-type` name, you ensure that a value stream accurately receives and processes the event information.

<figure><img src="/files/3Y5vE0dRg2GeuX2lNMBB" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Event Registry lists all the events related to Commerce Engine. The events reflect the actions and processes happening in the Commerce Engine system, which you can use as triggers for the value stream without the need to configure them manually. The pre-configured commerce events facilitate digitalizing the commerce-related workflow processes.

<img src="/files/6YNJVddTGuGIBb2Uj1FK" alt="" data-size="original">
{% endhint %}

To create a new event:

1. In **OE**, go to **Events** -> **Event Registry**.
2. Choose **Create New Event**.
3. Specify the **Display** and **Event** names.

**Display name** - it's the name that is visible in the UI when you create a value stream, for example: **Order Created**.

**Event name** - it's the name of the registered event, for example: `emporix/ce/order.created`.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/oe/management-dashboard/events/event-registry.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.
