# Dashboard

SBOM360 Dashboard gives metrics across all your projects in your organization.&#x20;

The data in the dashboard can be filtered by two dimensions - organization and time.&#x20;

The data in the dashboard is arranged in 4 logical sections. Each section has a tile with a set of counters followed by charts.

### Risk view

Risk View shows the risks associated with the projects wrt IRL and Attestation

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

This Risk View includes:

* Counters for total projects grouped by type (open source, private, third-party, unknown)
* List of Most risky and Least risky projects based on [IRL](/sbom360-osm/explore-your-sbom/irl.md)
* List of Most risky and Least risky projects based on [Attestation](/sbom360-osm/explore-your-sbom/attestation.md)
* Trendline graph of the projects based on their IRL scores
* Trendline graph of the projects based on their Attestation scores

### Findings view

Findings view shows the findings associated with the projects.

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

This [Findings](/sbom360-osm/explore-your-sbom/findings.md) View includes:

* Counters for total findings grouped by staging attribute of the [Gate](/sbom360-osm/policies-and-gates.md) that created the findings.
* Counters for total findings grouped by the function that created the findings.
* Pie chart of findings by severity
* Bar chart of findings by policy

### Issues view

Issue view shows the issues of components in different dimensions (vulnerability, age, code quality, security posture) grouped by the type of the components (open source, private, third-party, unknown)

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

### Code commits and Provenance view

Code commits and Provenance view shows the top code commits and countries.

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

<br>

<br>


---

# 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://docs.veedna.com/sbom360-osm/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.
