> 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/order-intake-cockpit/cockpit-views/dashboard.md).

# Dashboard

The **Dashboard** summarizes order intake activity and sales orders that originate from intake.

Summary cards can include:

* **Total documents** - count of all order intakes
* **Total orders** - sales orders created from order intake
* **Linked to order** - share of order intakes that already have a linked sales order
* **Processed share** - share of order intakes that are processed or processed with error
* **Needs attention** - intakes with processing errors (with share of all intakes)
* **Line suggestions** - intakes that include suggested lines to review

Charts facilitate the identification of trends in recent data, such as document status (for example: error, completed, processed or initialization) and order status (for example: created, completed, confirmed).

## Customizing the layout

Like other Emporix dashboards, the cockpit supports a customizable layout. Use **Customize** to change which blocks are shown and how they are arranged, then save when you are done. You can add, remove of rearrange all the widgets. When you're done choose where you want to have your changes applied:

* **Save custom** - Save your individual preference. The configuration is saved locally in the browser so the view is saved until you clear the cache.
* **Save global** - Save the configuration for the tenant. This option is available for Admin roles and it saves the config for all users of the tenant.

<figure><img src="/files/1pxky0wscDOuRnj4NEtt" alt="Order Intake Cockpit dashboard with KPI cards and charts"><figcaption><p>Order Intake Cockpit dashboard with KPI cards and charts</p></figcaption></figure>


---

# 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/order-intake-cockpit/cockpit-views/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.
