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

# Knock2: Identify Website Visitors & Score Leads

> Knock2 reveals the companies and people visiting your website, scores them against your ICP, and delivers real-time alerts so your team can act fast.

Knock2 is a visitor identification platform that turns anonymous website traffic into actionable sales intelligence. Embed a lightweight tracking script, and Knock2 immediately starts identifying the companies and individual contacts browsing your site — complete with firmographic data, lead scores, and full page-visit history.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Embed the tracking script and make your first API call in minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Get your API key and learn how to authenticate every request
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Full reference for every endpoint — accounts, contacts, scores, webhooks, and more
  </Card>

  <Card title="Webhooks" icon="bolt" href="/guides/webhooks">
    Receive real-time notifications when visitors are identified or scores change
  </Card>
</CardGroup>

## How Knock2 works

<Steps>
  <Step title="Embed the tracking script">
    Add a single `<script>` tag to your site's `<head>`. Knock2 begins capturing visitor sessions immediately — no configuration required.
  </Step>

  <Step title="Knock2 identifies visitors">
    Knock2 matches IP addresses and browser signals to known companies and contacts. Identified accounts and contacts appear in the API within seconds of a visit.
  </Step>

  <Step title="Query your data via API">
    Use the REST API to list identified accounts, fetch individual contacts, pull page-visit activity, and retrieve lead scores — all filterable with saved filter sets.
  </Step>

  <Step title="Act on real-time signals">
    Subscribe to webhooks so your CRM, Slack, or outbound tools receive instant notifications when a target account lands on your site or a lead score changes.
  </Step>
</Steps>

## Explore the docs

<CardGroup cols={3}>
  <Card title="Accounts" icon="building" href="/concepts/accounts">
    Understand how Knock2 identifies and enriches company-level visitors
  </Card>

  <Card title="Contacts" icon="user" href="/concepts/contacts">
    Learn how individual people are identified and what data is available
  </Card>

  <Card title="Lead Scores" icon="chart-line" href="/concepts/lead-scores">
    See how Knock2 scores visitors against your ideal customer profile
  </Card>

  <Card title="Filter Sets" icon="filter" href="/concepts/filter-sets">
    Save reusable filters to segment accounts and contacts at query time
  </Card>

  <Card title="Enrichment" icon="sparkles" href="/guides/enrichment">
    Enrich any contact from an email address using the enrichment API
  </Card>

  <Card title="Multi-Tenant" icon="sitemap" href="/tenants/overview">
    Provision and manage sub-tenants programmatically for resellers or agencies
  </Card>
</CardGroup>
