Skip to main content

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.

1

Generate an API key

Go to Settings → Integrations in your Clayzo workspace and find the Customer Feedback SDK section. Click Generate API Key.Copy the key — it starts with sk_live_.
2

Add the script tag

Paste this before the closing </body> tag on your site:
<script
  src="https://client.clayzo.com/sdk/widget.js"
  data-key="YOUR_API_KEY"
></script>
Replace YOUR_API_KEY with the key you generated.
3

Done

A feedback button appears in the bottom-right corner of your site. Users can click it to report bugs, share ideas, or leave feedback.
The widget is fully isolated using Shadow DOM — it won’t affect your site’s styles or be affected by them.

What Gets Captured

Every submission automatically includes:
DataDescription
Page URLThe page the user was on
ScreenshotCaptured at the moment of submission
Element contextCSS selector, React component name, props, and component stack (if the user attaches an element)
Session replayFull session recording (if enabled in SDK settings)
Browser infoUser agent and viewport dimensions

Enable Session Replays

Session replays are off by default. To enable them:
  1. Go to Settings → Integrations in Clayzo
  2. Find the Customer Feedback SDK section
  3. Toggle Session Replay on
Once enabled, each feedback submission includes a full session replay viewable in the Clayzo dashboard.