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

# Customer Feedback SDK

> Embed a feedback widget in your product to collect bug reports, ideas, and feedback from your users.

Drop a single script tag into your site and start collecting bug reports, feature ideas, and feedback from your users — complete with element selection, screenshots, and session replays.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quick-start">
    Get the widget running in under 2 minutes.
  </Card>

  <Card title="Customization" icon="palette" href="/customization">
    Themes, triggers, colors, and positioning.
  </Card>

  <Card title="Programmatic API" icon="code" href="/programmatic-api">
    Control the widget with JavaScript.
  </Card>

  <Card title="Dashboard" icon="chart-mixed" href="/dashboard">
    Manage feedback in Clayzo.
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Generate an API key">
    Go to your workspace's **Settings → Integrations** and generate an SDK API key.
  </Step>

  <Step title="Add the script tag">
    Paste the embed snippet into your site's HTML.
  </Step>

  <Step title="Users submit feedback">
    Each submission captures the page URL, a screenshot, element context, and an optional session replay.
  </Step>

  <Step title="View everything in Clayzo">
    All feedback appears under the **Customer Feedback** tab, with AI-generated fix plans and full session replays.
  </Step>
</Steps>
