# Management Dashboard

- [Accessing OE](https://developer.emporix.io/oe/management-dashboard/accessing-oe.md): Orchestration Engine is available as a module in the Management Dashboard.
- [Orchestration Center](https://developer.emporix.io/oe/management-dashboard/orchestration-center.md): Monitor the running value streams and get instant information about any stuck process in the Orchestration Center.
- [Forms](https://developer.emporix.io/oe/management-dashboard/forms.md): A value stream may require collecting information from users. Use Forms.io to collect data and build customized forms.
- [KPIs and Analytics](https://developer.emporix.io/oe/management-dashboard/kpi-and-analytics.md): Get insights and metrics about value streams in KPI Dashboard.
- [Rulestore](https://developer.emporix.io/oe/management-dashboard/rulestore.md): Create and store business rules that govern the value streams.
- [Events](https://developer.emporix.io/oe/management-dashboard/events.md): A value stream can react on an action (event) happening in internal or external systems.
- [Event Registry](https://developer.emporix.io/oe/management-dashboard/events/event-registry.md): View all the events happening in the system in relation to digital processes.
- [Event Log](https://developer.emporix.io/oe/management-dashboard/events/event-log.md): Track and monitor operations happening in OE.
- [Cloud Events in OE](https://developer.emporix.io/oe/management-dashboard/events/cloud-events-in-oe.md): Learn how you can use Cloud Events in OE.
- [Events Authentication and Configuration](https://developer.emporix.io/oe/management-dashboard/events/events-configuration.md): Establish a connection between OE and Cloud Events.
- [Working with Event Data](https://developer.emporix.io/oe/management-dashboard/events/working-with-event-data.md): Learn how to work with events in the Orchestration Engine.
- [Admin](https://developer.emporix.io/oe/management-dashboard/configuring-oe-tenant.md): Learn how you can configure OE tenant.
- [Users and Roles](https://developer.emporix.io/oe/management-dashboard/configuring-oe-tenant/users-and-roles.md): Manage OE users and permissions.
- [Integration with Celonis](https://developer.emporix.io/oe/management-dashboard/configuring-oe-tenant/integration-celonis.md): Create integration between OE and your Celonis instance.
- [Make Team](https://developer.emporix.io/oe/management-dashboard/configuring-oe-tenant/make-team.md): Prepare the Make instance.
- [Task Inbox and Tasks](https://developer.emporix.io/oe/management-dashboard/configuring-oe-tenant/task-inbox.md): Task inbox serves as a communication point for getting information from external parties.


---

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