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

# Guide

> Step-by-step guides for common business scenarios, from product setup to daily operations

## Find the Right Guide for Your Business

Whether you're selling digital products, running a SaaS subscription, or managing day-to-day operations, these guides walk you through the entire process — from setting up in the Dashboard to going live.

***

## Business Scenarios

<CardGroup cols={3}>
  <Card title="Sell Digital Products" icon="download" href="/guides/one-time-payments">
    Courses, templates, ebooks, software licenses. Set up one-time purchases and start selling in minutes.
  </Card>

  <Card title="Run SaaS Subscriptions" icon="repeat" href="/guides/subscriptions">
    Monthly/yearly plans with trials and cancellation handling. Manage recurring revenue with ease.
  </Card>

  <Card title="AI Product Billing" icon="chart-line" href="/guides/ai-billing">
    Billing for AI products and API services. Subscription tiers with token quotas, dynamic pricing, and metering tools.
  </Card>
</CardGroup>

***

## Operations

<CardGroup cols={2}>
  <Card title="Set Up Webhooks" icon="webhook" href="/guides/webhooks">
    Get notified when payments succeed, subscriptions renew, or refunds are processed. Configure notifications in Dashboard.
  </Card>

  <Card title="Manage Refunds" icon="rotate-left" href="/guides/refunds">
    Handle refund requests, set refund policies, and track refund status from your Dashboard.
  </Card>
</CardGroup>

***

## Quick Decision Guide

| I want to...                            | Guide                                              |
| --------------------------------------- | -------------------------------------------------- |
| Sell a course, ebook, or template       | [Sell Digital Products](/guides/one-time-payments) |
| Launch a SaaS with monthly/yearly plans | [Run SaaS Subscriptions](/guides/subscriptions)    |
| Bill for AI products or API usage       | [AI Product Billing](/guides/ai-billing)           |
| Get notified on payment events          | [Set Up Webhooks](/guides/webhooks)                |
| Handle customer refund requests         | [Manage Refunds](/guides/refunds)                  |

***

## Before You Start

Make sure you have:

1. **A Waffo Pancake account** — [Sign up here](https://pancake.waffo.ai/merchant/auth/signin)
2. **A store created** — You'll be guided through this during onboarding
3. **Test mode enabled** — All guides use test mode by default, so you can safely experiment

<Tip>
  You can do everything from the Dashboard without writing any code. When you're ready for deeper integration, check the [API Reference](/api-reference/introduction).
</Tip>

***

## No-Code vs Code

### No-Code (Recommended to start)

1. Create products in Dashboard
2. Copy the checkout link
3. Share anywhere — your website, email, social media

**Best for:** Quick launches, validating ideas, non-technical merchants.

### Code Integration

1. Create checkout sessions via API
2. Handle webhooks for automated fulfillment
3. Build custom flows

**Best for:** Custom experiences, automated delivery, advanced tracking.

<Note>
  All guides start with the no-code approach. Code integration is introduced where it adds value, with links to the API Reference for details.
</Note>
