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

# Kayle ID

> Privacy-first identity-assurance checks for the modern web.

Kayle ID produces an identity-assurance signal by reading the cryptographic chip in an identity document, matching the on-chip portrait against a live selfie, and returning only the claims you asked for. The end user keeps custody of their document data; you receive the Kayle check result and the fields the user consented to share. You remain responsible for any access, onboarding, eligibility, or account decision you make from that signal.

## Start here

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
    Create your first verification session in about ten minutes.
  </Card>

  <Card title="How it works" icon="diagram-project" href="/concepts/how-it-works" horizontal>
    Learn about how Kayle ID works and its architecture.
  </Card>
</Columns>

## Build a verification

<Columns cols={2}>
  <Card title="Verification sessions" icon="id-card" href="/verifications/sessions">
    Lifecycle, expiry, attempts, redirect handling.
  </Card>

  <Card title="Share fields" icon="list-check" href="/verifications/share-fields">
    The catalogue of claims you can request for a Kayle check.
  </Card>

  <Card title="Document checks" icon="microchip" href="/verifications/document-checks">
    Learn about the document checks that are run during a verification.
  </Card>

  <Card title="Privacy model" icon="lock" href="/verifications/privacy">
    What Kayle stores, what it discards, and what reaches your webhook.
  </Card>
</Columns>

## Receive results

<Columns cols={2}>
  <Card title="Webhook overview" icon="bolt" href="/webhooks/overview">
    The four event types and delivery semantics.
  </Card>

  <Card title="Verifying signatures" icon="signature" href="/webhooks/verifying-signatures">
    `X-Kayle-Signature` HMAC verification with code samples.
  </Card>
</Columns>
