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

# The BloodHound Dashboard

> Learn how to use the BloodHound dashboard to analyze your data and identify attack paths.

## Findings and Remediation

<Columns cols={2}>
  <Card title="Analysis Process" icon="cogs" href="/analyze-data/findings/analysis" horizontal>
    Understand how the analysis process works to surface findings and prioritize risk.
  </Card>

  <Card title="Attack Paths" icon="route" href="/analyze-data/findings/attack-paths" horizontal>
    Investigate findings and prioritize remediation efforts based on risk exposure and impact.
  </Card>

  <Card title="Risk Acceptance" icon="clipboard-check" href="/analyze-data/findings/risk-acceptance" horizontal>
    Temporarily accept findings as known risks while you work on remediation or wait for data retention to remove the underlying data.
  </Card>

  <Card title="Posture" icon="chart-line" href="/analyze-data/findings/posture" horizontal>
    Track trends over time across Attack Paths, findings, and overall exposure to understand the impact of your remediation efforts.
  </Card>
</Columns>

## Explore

<Columns cols={2}>
  <Card title="Search and Pathfinding" icon="search" href="/analyze-data/explore/search" horizontal>
    Find objects, analyze relationships, and visualize attack paths in a graph view.
  </Card>

  <Card title="Search with Cypher" icon="code" href="/analyze-data/explore/cypher-search" horizontal>
    Use prebuilt or custom Cypher queries to uncover relationships and insights.
  </Card>

  <Card title="Supported Cypher Syntax" icon="book-open" href="/analyze-data/explore/cypher-supported" horizontal>
    See supported Cypher components and examples of how to use them.
  </Card>
</Columns>

## Privilege Zones

<Columns cols={2}>
  <Card title="Privilege Zones Overview" icon="gem" href="/analyze-data/privilege-zones/overview" horizontal>
    Learn how Privilege Zones segment your environment by sensitivity and access boundaries.
  </Card>

  <Card title="Zones" icon="layer-group" href="/analyze-data/privilege-zones/zones" horizontal>
    Create and manage zones that define privileged boundaries in your environment.
  </Card>

  <Card title="Labels" icon="tag" href="/analyze-data/privilege-zones/labels" horizontal>
    Apply labels to classify objects and supplement zone assignment logic.
  </Card>

  <Card title="Rules" icon="filter" href="/analyze-data/privilege-zones/rules" horizontal>
    Build rules that automatically place objects into the right zones.
  </Card>

  <Card title="Default Rules" icon="list-check" href="/analyze-data/privilege-zones/default-rules" horizontal>
    Review built-in rules used to seed and maintain Privilege Zone structure.
  </Card>

  <Card title="Certification" icon="badge-check" href="/analyze-data/privilege-zones/certification" horizontal>
    Certify zone membership and validate that privileged boundaries remain accurate.
  </Card>

  <Card title="History" icon="history" href="/analyze-data/privilege-zones/history" horizontal>
    Audit Privilege Zone changes over time to understand what changed and when.
  </Card>
</Columns>
