> ## 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.

# Prompts

> Example prompts for building and debugging your Cello integration

Once connected, prompt your coding tool naturally. It picks the right Cello tool automatically.

## Setting up

| Prompt                                                                                                                     | What happens                                                           |
| -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| *"I want to add user referrals to my app using Cello. Search the Cello docs for the integration guide and create a plan."* | Finds the right guide for your stack and builds an implementation plan |
| *"How do I set up Cello attribution on my landing page?"*                                                                  | Looks up the attribution setup docs and walks you through it           |
| *"What Stripe webhook events does Cello need?"*                                                                            | Searches the docs for the Stripe webhook configuration                 |

## Verifying your integration

| Prompt                                                                                 | What happens                                                              |
| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| *"Is my Cello integration working?"*                                                   | Checks all four components and reports which are connected or broken      |
| *"I just finished the Cello integration. Verify that everything is set up correctly."* | Runs a health check and flags any components that aren't receiving events |

## Debugging

| Prompt                                                          | What happens                                                                               |
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| *"Why aren't my Cello referral rewards being triggered?"*       | Checks integration health, then inspects recent events to find missing or malformed fields |
| *"Are my Stripe webhook events being received by Cello?"*       | Shows the latest events feed with validation status for each field                         |
| *"Signups aren't being attributed to referrers. What's wrong?"* | Inspects recent signup events and checks whether the ucc field is present                  |

## Optimizing

| Prompt                                           | What happens                                                                             |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------- |
| *"How can I improve my Cello referral program?"* | Returns a prioritized list of recommendations across activation, sharing, and conversion |
| *"What referral best practices am I missing?"*   | Shows which recommendations are done and which still need action                         |
