> For the complete documentation index, see [llms.txt](https://docs.inopli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inopli.com/rpa-soar/dashboard.md).

# Dashboard

The <mark style="color:green;">**Dashboard**</mark> <mark style="color:green;"></mark><mark style="color:green;">pag</mark>e of the <mark style="color:green;">Inopli RPA</mark> module serves as the central monitoring interface for all core areas of automation activity. Through an intuitive and visually engaging layout, it provides a high-level overview of the operational state of each key category **Automations**, **Tasks**, **Knowledge**, and **Customizations** allowing teams to instantly assess system health, execution status, and areas requiring attention.

***

### **Purpose and Design**

* <mark style="color:green;">**Visual Summary of Automation Ecosystem**</mark>\
  The dashboard presents a circuit-brain layout with interconnected nodes representing major functional areas. Each node displays a summary status (e.g., Complete, Error, New) with contextual messages to indicate ongoing operations or issues.
* <mark style="color:green;">**Status Indicators**</mark>\
  Color-coded signals (green, red, blue) quickly communicate the current state of executions or configurations, helping operators identify successful completions, recent updates, or errors in need of intervention.
* <mark style="color:green;">**Categorical Drilldown Access**</mark>\
  Each dashboard section links directly to its corresponding feature page—such as **Tasks**, **Automations**, or **Knowledge**—enabling a seamless workflow from high-level monitoring to granular configuration or review

***

This centralized view is particularly useful for large environments where multiple automations, tasks, and knowledge resources are actively maintained and executed.


---

# 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://docs.inopli.com/rpa-soar/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.
