> ## 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/index",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# Inventory & Insights

> View and analyze your projects, findings, packages, dependencies, and security posture.

Inventory & Insights provides a comprehensive view of your software assets and security analysis results. This section covers everything from organizing your projects and namespaces to viewing detailed findings, tracking dependencies, and visualizing your security posture through dashboards.

<CardGroup cols={3}>
  <Card title="Dashboards" icon="chart-line" href="/inventory-insights/dashboards">
    Visualize analytics, security posture, and vulnerability insights
  </Card>

  <Card title="Namespaces" icon="layer-group" href="/inventory-insights/namespaces">
    Organize your tenant into logical partitions for teams and business units
  </Card>

  <Card title="Projects" icon="folder-tree" href="/inventory-insights/projects">
    View and manage your scanned source code repositories
  </Card>

  <Card title="Findings" icon="exclamation-triangle" href="/inventory-insights/findings">
    View and triage security findings across your projects
  </Card>

  <Card title="Packages" icon="box" href="/inventory-insights/packages">
    View packages maintained as part of your projects
  </Card>

  <Card title="Dependencies" icon="sitemap" href="/inventory-insights/dependencies">
    Explore dependencies across all projects in your namespace
  </Card>

  <Card title="Scan history" icon="history" href="/inventory-insights/scan-history">
    Review past scan details and track security posture over time
  </Card>

  <Card title="PR runs" icon="code-branch" href="/inventory-insights/pr-runs">
    View pull request scan results and CI/CD integration status
  </Card>

  <Card title="Notifications" icon="bell" href="/inventory-insights/notifications">
    View and manage policy notifications and alerts
  </Card>
</CardGroup>
