# Dashboards

### Overview <a href="#dashboards-overview" id="dashboards-overview"></a>

The Dashboard in ARM allows users to visualize performance analytics, reports, and key metrics through customizable widgets. These widgets display data as graphs, tables, or text and can be expanded to view the underlying data.\ <br>

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

***

### Adding Filters to the Dashboard <a href="#adding-filters-to-the-dashboard" id="adding-filters-to-the-dashboard"></a>

Filters refine the Dashboard view. To begin, click the **Filter** icon located at the top-right corner.<br>

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

**Available filter options:**

1. **Date Range** – View Dashboard results within a specific time frame.\ <br>

   <figure><img src="/files/64uXKpfO0tTYLnYtjPmm" alt=""><figcaption></figcaption></figure>
2. **Salesforce Org** – Filter data by Salesforce Organization.
3. **Version Control Type, Repository, Branch** – Filter commits by VCS source and branch.

### **Use Dashboards to:** <a href="#use-dashboards-to" id="use-dashboards-to"></a>

* Monitor daily Salesforce Org activities.
* Access frequently used information.
* Track top contributing developers.
* Find and add widgets quickly from the **Add Widget** pane.

***

### Widgets Available <a href="#widgets-available" id="widgets-available"></a>

#### A. CI Maturity <a href="#a-ci-maturity" id="a-ci-maturity"></a>

**Build Monitor** – Shows status of CI builds categorized as **Good**, **Bad**, or **Unstable**.

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

**On-Commit Builds** – CI pipeline data based on repository commits.\ <br>

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

**Build Summary (7, 14, 30 days)** – View summary of CI builds by day range.\ <br>

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

**Code Coverage Trend per CI Job** – Displays jobs and their code coverage percentage.

<figure><img src="/files/O9BvXpDEFvESznCOgb7Q" alt="CI job code coverage trend visualization"><figcaption></figcaption></figure>

***

#### B. Developer Productivity <a href="#b-developer-productivity" id="b-developer-productivity"></a>

**User Commit Feed** – Lists developers with commit details.\ <br>

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

**Metadata Member Changes By Month** – Monthly changes in metadata and commit counts.\ <br>

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

**Top Ten Branches By Category** – Top 10 branches for commits.\ <br>

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

**Top Ten Developers By Category** – Lists most active developers.\ <br>

<figure><img src="/files/5jlWQOCWF3U5awp0avkj" alt=""><figcaption></figcaption></figure>

**Commit Frequency per Day** – Tracks daily commit frequency.\ <br>

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

***

#### C. State of Sandbox <a href="#c-state-of-sandbox" id="c-state-of-sandbox"></a>

**Deployment Feed** – Summary of deployments by Salesforce Org.\ <br>

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

***

### Adding Widgets to Dashboard <a href="#adding-widgets-to-dashboard" id="adding-widgets-to-dashboard"></a>

Widgets give insight into your project’s status and performance.

1. Click the **+ Add widget** button.<br>

   <figure><img src="/files/DJiH8HFxwiLw5xaUIPRd" alt=""><figcaption></figcaption></figure>
2. Select the desired widgets.
3. Click **Add Widget** to include them.

<figure><img src="/files/02BzCt1IERKeBnHUYFrQ" alt=""><figcaption></figcaption></figure>

1. Use the expand icon to view detailed data.


---

# Agent Instructions: 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://knowledgebase.autorabit.com/product-guides/arm-1/arm-features/dashboard-and-pipelines/dashboards-and-widgets.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.
