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

# Use cases

> How to use the Cello MCP to set up, verify, and debug your Cello integration from any AI coding tool.

Start with the end-to-end integration guide for your tool, then use the MCP to verify and debug as you build.

<CardGroup cols={4}>
  <Card title="Claude Code" icon={<img src="/coding-apps/logo_claude.svg" alt="Claude logo" width={32} height={32} />} href="/coding-apps/claude-integration" />

  <Card title="Cursor" icon={<img src="/coding-apps/logo_cursor.svg" alt="Cursor logo" width={32} height={32} />} href="/coding-apps/cursor-integration" />

  <Card title="Lovable" icon={<img src="/coding-apps/logo_lovable.svg" alt="Lovable logo" width={32} height={32} />} href="/coding-apps/lovable-integration" />

  <Card title="Replit" icon={<img src="/coding-apps/replit-color.svg" alt="Replit logo" width={32} height={32} />} href="/coding-apps/replit-integration" />
</CardGroup>

## Set up your integration

Find the right guide for your stack, scaffold the integration, and look up exactly which webhook events and fields Cello needs.

> *"I want to add user referrals to my app using Cello. Search the Cello docs for the integration guide and create a plan."*

## Verify it works

Run a health check across all four integration components (referral widget, attribution widget, signup tracking, and purchase tracking) and confirm Cello is receiving events. See [Integration Status](/guides/support/portal/integration-status) for what each component checks.

> *"Is my Cello integration working?"*

## Debug issues

Trace why rewards aren't triggering or signups aren't being attributed. The assistant inspects recent events and flags missing or malformed fields.

> *"Why aren't my Cello referral rewards being triggered?"*

## Optimize your program

Surface prioritized [best-practice recommendations](/guides/attribution/recommendations) across activation, sharing, and conversion.

> *"How can I improve my Cello referral program?"*

***

See [Prompts](/mcp/developers/prompts) for the full list and [Tools](/mcp/developers/tools) for the underlying capabilities.
