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

# Recordings

> Understand user behavior, diagnose friction, and connect recordings to flag evaluations.

## How Recordings Work

Recordings replay captured interactions as a video-like experience.

The Recording SDK captures Document Object Model (DOM) changes, clicks, inputs,
scrolls, and route changes. It sends these events to Confidence to create a recording.

Each browser tab produces a recording. Confidence can group related tab recordings
from the same browser session.

## Key Capabilities

<CardGroup cols={2}>
  <Card title="Find relevant recordings" href="/docs/recordings/explore-recordings">
    Search and filter by signals, routes, duration, device, country, tags,
    clients, and flag variants.
  </Card>

  <Card title="Review behavior" href="/docs/recordings/explore-recordings">
    Replay interactions, inspect events and diagnostics, follow route journeys,
    and skip inactive periods.
  </Card>

  <Card title="Understand friction" href="/docs/recordings/explore-recordings">
    Review signals and route trends. If your account includes analysis, inspect
    summaries and structured findings.
  </Card>

  <Card title="Control capture" href="/docs/recordings/recording-rules">
    Target audiences and environments, then set user and per-session sample
    rates.
  </Card>

  <Card title="Protect sensitive data" href="/docs/recordings/privacy">
    Mask text and input values, block sensitive DOM trees, and control optional
    diagnostic capture.
  </Card>

  <Card title="Add application data" href="/docs/recordings/custom-data">
    Add context, tags, and measurements to improve targeting, filtering, and
    analysis.
  </Card>

  <Card title="Integrate feature flags" href="/docs/recordings/feature-flag-integration">
    Include observed flag variants and keep targeting context consistent.
  </Card>
</CardGroup>

## Get Started

Follow the [getting started guide](/docs/recordings/getting-started)
to install the SDK and start recording sessions.
