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

# 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/projects/irl.md)
* List of Most risky and Least risky projects based on [Attestation](/sbom360/projects/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/projects/findings.md) View includes:

* Counters for total findings grouped by staging attribute of the [Gate](/sbom360/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
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, and the optional `goal` query parameter:

```
GET https://docs.veedna.com/sbom360/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
