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

# Heretic Dashboard: Manage Sites, Keys, and Verdicts

> The Heretic dashboard lets you manage sites, rotate API keys, view verdict history, and control data retention — all from one place.

The [Heretic dashboard](https://heretic.quest/dashboard) is your control plane for every site you protect. From here you create and rotate per-site API keys, browse the last 90 days of verdict history, and delete stored records on demand. You do not need to touch the dashboard during normal runtime — your backend calls the explain endpoint directly — but it is where you go when you need visibility into what Heretic has measured or when you need to manage your data.

## Sign In

Open [heretic.quest/dashboard](https://heretic.quest/dashboard) and sign in with any of the supported methods.

<CardGroup cols={3}>
  <Card title="Email" icon="envelope">
    Enter your email address and a magic link or password to sign in.
  </Card>

  <Card title="Google" icon="google">
    Sign in with your Google account via OAuth.
  </Card>

  <Card title="GitHub" icon="github">
    Sign in with your GitHub account via OAuth.
  </Card>
</CardGroup>

## Dashboard Sections

<CardGroup cols={1}>
  <Card title="Sites & API Keys" icon="key" href="https://heretic.quest/dashboard/keys">
    Create and manage per-site API keys at [heretic.quest/dashboard/keys](https://heretic.quest/dashboard/keys). Each site gets its own key, scoped to a single domain. You pass the key as a Bearer token when calling the explain endpoint, and as the `apiKey` option when initialising the collector. See [API Keys](/dashboard/api-keys) for details.
  </Card>

  <Card title="Verdict History" icon="clock-rotate-left">
    Browse the compact verdict projection stored for each of your sites — verdict outcome, signals, network classification, and timestamps — up to a 90-day rolling window. No raw IP addresses are stored in the dashboard.
  </Card>

  <Card title="Data Management" icon="trash">
    Delete a site's verdict records from the dashboard store at any time from the keys page. Deletions are logged (site, row count, timestamp, requester) for audit purposes. See [Data Retention](/dashboard/data-retention) for the full retention model.
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" href="/dashboard/api-keys">
    Learn how to retrieve, use, and rotate your per-site API keys.
  </Card>

  <Card title="Data Retention" icon="database" href="/dashboard/data-retention">
    Understand what Heretic stores, where it lives, and how to delete it.
  </Card>
</CardGroup>


## Related topics

- [Heretic API Keys: Collector Setup and Explain Endpoint](/dashboard/api-keys.md)
- [Heretic Data Retention: Edge Logs and Dashboard Store](/dashboard/data-retention.md)
- [Install and Configure the Heretic Collector for Your Site](/integration/collector.md)
- [Heretic Quick Start: Collect Sessions and Read Verdicts](/quickstart.md)
- [Heretic Privacy: Data Collection, Retention, and Deletion](/reference/privacy.md)
