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

# Browser SDK

> Capture session evidence from your web app for Hinto support investigations.

Hinto investigates support tickets by reading evidence. The browser SDK records what your users actually did in your app: page views, clicks, console output, and network outcomes. That evidence lets an investigation cite a real session instead of guessing.

The SDK is framework-agnostic, has no runtime dependencies, and never records form values, request or response bodies, headers, or cookies.

## What to read next

<CardGroup cols={2}>
  <Card title="Install the SDK" icon="code" href="/browser-sdk">
    Install `@gethinto/browser-sdk`, initialize it at app startup, and register your app origin.
  </Card>

  <Card title="Identify users" icon="user" href="/identify">
    Link sessions to customers after sign-in so investigations can cite the right person.
  </Card>

  <Card title="Privacy controls" icon="shield" href="/privacy">
    What is captured, what is never captured, and how to tune redaction.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting">
    CORS origin mismatches, auth errors, and sessions with no customer attached.
  </Card>
</CardGroup>
