# Project Dashboard

Project dashboards include two sections; historical charts and scan results data.

### Charts

Charts provide current quantitative metrics as well as historical metrics for the scans associated with the project. Scan dates are provided below the charts.&#x20;

* Vulnerabilities: Displays historical vulnerability metrics grouped by vulnerability severity.
* Licenses: Displays historical license metrics grouped by license category.
* Components: Displays historical metrics associated with the discovery of components in the project.
* Asset composition: Displays historical breakdown of asset composition within your project.
  * Embedded: Your project file includes open source software.
  * Proprietary: Your project file is proprietary code.
  * Open Source: Your project file is open source.

![Project dashboard](/files/-MibIQq5ST2hX7DdsgEH)

### Scan Results

Scan results data provides a history of summary data, with the most recent scan data highlighted and loaded for reference. Please see [Scan Results](/securecore/scan-results.md) for additional information on scan data and reviewing scan results.&#x20;


---

# 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.threatrix.io/securecore/project-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.
