> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/oe/management-dashboard/accessing-oe.md).

# Accessing OE

{% hint style="danger" %}
The Orchestration Engine module will be **removed** from the Management Dashboard at the end of September 2026. The Orchestration Engine will remain available in the backend, only its Management Dashboard representation is being discontinued. Its functionality is now fully available in [Value Stream Modeller](https://developer.emporix.io/value-stream-modeller/) — use the VSM documentation for current user guidance.
{% endhint %}

OE is available from the Emporix Management Dashboard. The dashboard is where you perform your administration and configuration tasks. It’s also where you check your data and statistics.

As a customer, you receive your tenant details with credentials to log in to Emporix Management Dashboard when the [provisioning process](/oe/getting-started/provisioning.md) is complete.

To access OE:

1. Use the link provided to you in the account activation email and log in to the dashboard with your email address and password.

<figure><img src="/files/bCFkYcFOKrA6ykvZpWaX" alt="" width="150"><figcaption></figcaption></figure>

2. After you log in to Emporix Management Dashboard, you can see the welcome page. Go to **Orchestration** using the navigation menu on the left side of the application.\
   If you are an Emporix Commerce Engine (CE) customer as well, you can see all the CE modules in the navigation menu as well. If you use OE alone, the CE modules are not visible and you have access only to the Orchestration and Administration modules, depending on your assigned role.

<figure><img src="/files/CotsIyvUkflsjrNht38j" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To learn more about the features of Management Dashboard, see [Emporix Management Dashboard](/ce/management-dashboard/introduction.md).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://developer.emporix.io/oe/management-dashboard/accessing-oe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
