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

# Dashboard

> Track Code Review and Whitebox scan activity across your organization from the Hacktron dashboard.

The dashboard is split into three tabs, so you can view the metrics that matter. In the top right corner
of each tab, you can configure the time period of the data displayed, and download the data as a PDF report
by clicking on **Export**.

<Tabs>
  <Tab title="Overview">
    ## Usage Overview

    View statistics like scan volume, finding counts, and repository coverage at a glance.

    <img src="https://mintcdn.com/hacktronai/7j-4MYy63TCHfWUG/images/dashboard.png?fit=max&auto=format&n=7j-4MYy63TCHfWUG&q=85&s=7ee911f9ce4d65734c6b0c62290cb0da" alt="Dashboard overview" width="1843" height="791" data-path="images/dashboard.png" />

    ## Resolution Health

    From the settings page, you can configure SLA tresholds for remediating findings of different severities.

    <img src="https://mintcdn.com/hacktronai/7j-4MYy63TCHfWUG/images/sla_thresholds.png?fit=max&auto=format&n=7j-4MYy63TCHfWUG&q=85&s=0fd4da41d758f5b8ca1e25f64299a00a" alt="SLA thresholds" width="923" height="387" data-path="images/sla_thresholds.png" />

    This is used to track your resolution health. Hacktron calculates your Mean Time to Resolution (MTTR),
    and the percentage of findings that are resolved within the SLA tresholds.

    <img src="https://mintcdn.com/hacktronai/7j-4MYy63TCHfWUG/images/mttr.png?fit=max&auto=format&n=7j-4MYy63TCHfWUG&q=85&s=b89b45e66bf636a1175fddb6956b05d6" alt="Resolution health" width="1847" height="340" data-path="images/mttr.png" />

    ## Check gate

    From the settings page, you can also set an org-wide **Severity threshold**.

    <img src="https://mintcdn.com/hacktronai/9KRaLHTxDXdVARVB/images/severity_threshold.png?fit=max&auto=format&n=9KRaLHTxDXdVARVB&q=85&s=07aae3a51736c1114f609660d1fcd32a" alt="Severity threshold settings card" width="1244" height="280" data-path="images/severity_threshold.png" />

    See [Fail the check on findings](/code-review/config#fail-the-check-on-findings) for details and per-repository overrides.
  </Tab>

  <Tab title="PR Review">
    ## PR Health

    View the percentage of pull requests that introduced new security issues, and the percentage of issues that have been resolved.

    <img src="https://mintcdn.com/hacktronai/7j-4MYy63TCHfWUG/images/pr_health.png?fit=max&auto=format&n=7j-4MYy63TCHfWUG&q=85&s=cf428f051c513d089b042b8349e34fb4" alt="PR Review dashboard" width="1835" height="292" data-path="images/pr_health.png" />

    Hacktron also tracks the number of new security issues of varying severities over time, the Mean Time to Resolution (MTTR),
    and the percentage of issues that are resolved within the SLA tresholds.

    <img src="https://mintcdn.com/hacktronai/7j-4MYy63TCHfWUG/images/resolution_health.png?fit=max&auto=format&n=7j-4MYy63TCHfWUG&q=85&s=195be445de351a6246d89947a11cfafd" alt="Resolution health" width="1870" height="1134" data-path="images/resolution_health.png" />
  </Tab>

  <Tab title="Whitebox Scan">
    View the breakdown of findings from whitebox pentests, and the top unresolved findings that you should take action on.

    <img src="https://mintcdn.com/hacktronai/7j-4MYy63TCHfWUG/images/whitebox_dashboard.png?fit=max&auto=format&n=7j-4MYy63TCHfWUG&q=85&s=7aa5674550eab5ee916a19460601d2cc" alt="Whitebox Scan dashboard" width="1846" height="1101" data-path="images/whitebox_dashboard.png" />
  </Tab>
</Tabs>

## Next steps

<Columns cols={2}>
  <Card title="Findings and feedback" icon="comment" href="/code-review/findings-feedback">
    See where findings are posted and how triage improves reviews.
  </Card>

  <Card title="Integrations" icon="gear" href="/platform/integrations">
    Connect your project management, communication, and other tools to Hacktron.
  </Card>
</Columns>
