> 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/value-stream-modeller/dashboard.md).

# Dashboard

The Dashboard provides a centralized view of all value streams running in your system. It collects and displays real-time data, allowing you to monitor operations, track progress, and quickly identify any issues as they occur.

In this view, you can check the status of specific value streams, get instant visibility into stuck or failed processes, and receive alerts for failed steps. These insights help you pinpoint potential blockers and optimize your process flows more effectively.

<figure><img src="/files/agktfe69OIN2CBT3y87X" alt=""><figcaption><p>Value Streams dashboard with summary statistics and process cards</p></figcaption></figure>

The dashboard presents a clear, organized overview of all your value streams. At the top, you can find summary statistics showing the total number of finished, running, stopped, and failed value streams based on your selected time period. You can view the current situation, see summaries for a week or month, or select a custom date range.

Below the summary statistics, you see individual cards for each published value stream. Each card displays the number of running, stopped, failed, and finished instances for that specific process. Click the arrow icon on any card to expand the view and see a detailed list of all instances with their individual statuses.

<figure><img src="/files/qz1zZdYzMRImQpNPo6iK" alt=""><figcaption><p>Expanded view showing individual instances and their statuses</p></figcaption></figure>

## Debugger

If you notice that an instance of your value stream was not completed, got stuck, or failed, you can investigate the issue using the **Value Stream Debugger**. Click the magnifying glass icon next to the specific instance to open the Debugger view, where you can review detailed instance logs.

<figure><img src="/files/h5kaTy6dCBr1xKMUDhSq" alt=""><figcaption><p>Magnifying glass icon to open the Value Stream Debugger</p></figcaption></figure>

{% hint style="info" %}
For more detailed information about using the debugger, replaying steps, and terminating running instances, see the [Value Streams Debugger](/value-stream-modeller/troubleshooting/value-streams-debugger.md) documentation.
{% endhint %}

## Task Inbox

The dashboard includes a Task Inbox icon that provides quick access to tasks requiring human interaction within your value streams.

<figure><img src="/files/Qalb6HC0i5c1Y3nnASPE" alt="VSM dashboard header with Task Inbox icon"><figcaption><p>VSM dashboard header with the Task Inbox icon for quick access to assigned tasks</p></figcaption></figure>

When you click the Task Inbox icon, you can view and manage all tasks assigned to you. The Task Inbox consolidates all workflow tasks in one centralized location, making it easy to see what actions are pending and complete them efficiently. For more details on managing tasks, see the [Task Inbox and Tasks](/value-stream-modeller/settings-and-configuration/admin/task-inbox.md) documentation.


---

# 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/value-stream-modeller/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.
