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

# Configuration

> Configure the Jam SDK, Recording Links, browser access, and debugging defaults for the way your workspace captures bugs.

Jam configuration pages help you tune how Jam runs in your product, browser, and workspace rollout.

## Set up the Jam SDK

<CardGroup cols={3}>
  <Card title="Custom domain" icon="globe" href="/custom-recording-domain">
    Connect your own domain so Recording Links capture console logs and network requests.
  </Card>

  <Card title="Auto-blur" icon="eye-low-vision" href="/auto-blur">
    Hide sensitive content automatically during Recording Link sessions.
  </Card>

  <Card title="Custom logs" icon="list-timeline" href="/custom-logs">
    Attach app state, user IDs, and feature flags to every Jam.
  </Card>
</CardGroup>

## Tune browser and rollout settings

<CardGroup cols={3}>
  <Card title="Site access" icon="shield-keyhole" href="/run-on-some-websites">
    Limit the Chrome extension to the sites where you want Jam to run.
  </Card>

  <Card title="Auto-deploy" icon="building-circle-check" href="/auto-deploy">
    Install the Chrome extension across your organization with Google Admin Console.
  </Card>

  <Card title="Local files" icon="file" href="/local-files">
    Annotate local JPG, PDF, and HTML files opened in your browser.
  </Card>

  <Card title="Ignore Jam logs" icon="eye-slash" href="/ignore-logs">
    Filter Jam scripts out of your browser console.
  </Card>

  <Card title="AI apps" icon="sparkles" href="/ai-apps">
    Capture prompt, model, and app-state context when debugging AI apps.
  </Card>
</CardGroup>
