> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aseeflow.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

The decisions dashboard of Cockpit is the entry point for decision monitoring. It comes with a pre-installed plugin, which lets you see deployed decision definitions. Additional [plugins](/webapps/cockpit/extend/plugins) can be added to the decisions dashboard.

## Deployed Decisions

<img src="https://mintcdn.com/aseeflow/EOwJaxQ7KmXM1Gws/webapps/cockpit/img/cockpit-decision-definition-list.png?fit=max&auto=format&n=EOwJaxQ7KmXM1Gws&q=85&s=91b60b40d8452f0bb174db76b73b83c6" alt="Deployed Decision Definitions" width="1200" height="353" data-path="webapps/cockpit/img/cockpit-decision-definition-list.png" />

This plugin provides you with a list of deployed decision definitions. You can click on the name of a decision to go to the [decision definition view][decision-definition-view] and access more details, like the DMN table or executed [decision instances view][decision-instance-view].
You can also click on the name of a decision requirements definition to go to the [decision requirements definition view][decision-requirements-definition-view].

## Deployed Decision Requirements Definition

<img src="https://mintcdn.com/aseeflow/dqqUjdK6iArE_QQL/webapps/cockpit/img/cockpit-drd-list.png?fit=max&auto=format&n=dqqUjdK6iArE_QQL&q=85&s=d26b0716c704020bc7e2cc142a9667f9" alt="Deployed Decision Definitions" width="1200" height="167" data-path="webapps/cockpit/img/cockpit-drd-list.png" />

This plugin provides you with a list of deployed decision requirements definitions. You can click on the name of a decision requirements definition to go to the [decision requirements definition view][decision-requirements-definition-view] and access more details, like the decision requirements definition diagram or executed [decision requirements definition instances view][decision-requirements-definition-instance-view].

<Info>
  **Heads-up!**

  The decision instance search operates on the history endpoint of the engine. In case the requested historic data is not persisted to the database, then the search does not deliver the desired results.
</Info>

[decision-definition-view]: /webapps/cockpit/dmn/decision-definition-view

[decision-instance-view]: /webapps/cockpit/dmn/decision-instance-view

[decision-requirements-definition-view]: /webapps/cockpit/dmn/decision-requirements-definition-view

[decision-requirements-definition-instance-view]: /webapps/cockpit/dmn/decision-requirements-instance-view
