> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/inventory-insights/dashboards/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Dashboards

> View analytics, security posture, and vulnerability insights.

Dashboards offer a concise and visual way to monitor the security posture of the projects in your organization. They are interactive and help you visualize how you use your projects, packages, and dependencies.

Dashboards provide the following capabilities to monitor potential threats:

* Gain real-time insights across your code inventory through a range of system widgets that display information in the form of bar graphs.

* Aggregate and analyze findings, vulnerabilities, and dependencies using visual metrics for a clearer understanding.

* Monitor most used or least used dependencies through real-time visibility and updates.

* Understand how Endor Patches can help you remediate your findings.

* Track security metrics, vulnerability trends, and resolution times across projects.

* Visualize the vulnerabilities in your codebase from a SAST and secrets perspective.

Endor Labs comes with multiple out-of-the-box widgets to enable teams to understand potential risks and take preventive measures.

Widgets in the Endor Labs dashboards consolidate related data of a single type, providing valuable information.

<CardGroup cols={3}>
  <Card title="OSS overview" icon="shield-alt" href="/inventory-insights/dashboards/oss-overview">
    Visualize consolidated information on OSS vulnerabilities
  </Card>

  <Card title="Endor Patches" icon="first-aid" href="/inventory-insights/dashboards/endor-patches">
    Visualize impact of applying Endor Patches for your repositories
  </Card>

  <Card title="First-party code" icon="code" href="/inventory-insights/dashboards/first-party-code">
    Visualize the first-party code vulnerabilities in your organization
  </Card>

  <Card title="Analytics" icon="chart-line" href="/inventory-insights/dashboards/analytics">
    Visualize real-time insights into key performance indicators and metrics
  </Card>

  <Card title="AI security code review" icon="shield-alt" href="/inventory-insights/dashboards/ai-security-review">
    Visualize the AI security code review results in your organization
  </Card>
</CardGroup>
