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

# Plans & Credits

> Create subscription tiers and credit top-up packages

## Revenue Models

As an agency, you have two distinct levers to monetize your user base.

<CardGroup cols={2}>
  <Card title="Subscriptions" icon="calendar-days" color="#8B5CF6">
    **Recurring Revenue:** Monthly SaaS plans (e.g., "Pro Plan - \$97/mo") that grant access to the platform.
  </Card>

  <Card title="Credit Packs" icon="coins" color="#eab308">
    **Usage Revenue:** One-time top-ups (e.g., "500 Credits - \$50") purchased when users run low.
  </Card>
</CardGroup>

***

## 1. Subscription Plans

These are your core SaaS tiers. Users must subscribe to one of these plans to access the dashboard.

<Steps>
  <Step title="Initiate Creation">
    Navigate to the bottom of the **Agency** tab and click the **Create Subscription Plan** button.
  </Step>

  <Step title="Define Plan Details">
    Fill in the pricing and limits.

    <Tabs>
      <Tab title="Stripe">
        <Frame caption="Stripe Subscription Setup">
          <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-create-plan.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=e08f43ce805dbd0ce52fec3181e40080" alt="Stripe Subscription" width="514" height="572" data-path="assets/images/agency-create-plan.png" />
        </Frame>
      </Tab>

      <Tab title="PayPal">
        <Frame caption="PayPal Subscription Setup">
          <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-create-paypal-plan.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=bd46331ab785a7e7ebef071f7042cada" alt="PayPal Subscription" width="443" height="511" data-path="assets/images/agency-create-paypal-plan.png" />
        </Frame>
      </Tab>
    </Tabs>

    * **Plan Name:** The display name (e.g., "Starter").
    * **Price:** The monthly cost in USD.
    * **Trial Credits:** The amount of "free" credits users receive automatically every month upon renewal.
  </Step>
</Steps>

***

## 2. Credit Plans

Users buy these packs when they exhaust their monthly allowance.

<Frame caption="Credit Plans Dashboard">
  <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-credits-main.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=e3bec05698c05ae6b5ed245d997e572f" alt="Credit Plans Dashboard" width="911" height="501" data-path="assets/images/agency-credits-main.png" />
</Frame>

### Creating a Credit Pack

Follow this workflow to create a top-up option.

<Steps>
  <Step title="Select Payment Provider">
    Scroll to the **Credit Plans** card and click **+ Create Plan**.

    * *Note: You must switch between the **Stripe Plans** and **PayPal Plans** tabs to ensure the product is created in the correct gateway.*
  </Step>

  <Step title="Configure Package">
    Enter the value proposition for the pack.

    <Frame caption="Credit Pack Setup">
      <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-credits-create-stripe.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=9e45d679e0ceff3a5bd1f9bd9f272387" alt="Create Credit Plan" width="902" height="706" data-path="assets/images/agency-credits-create-stripe.png" />
    </Frame>

    * **Plan Name:** Internal identifier (e.g., "High Volume Pack").
    * **Description:** User-facing text (e.g., "Best value for power users").
    * **Price (USD):** The cash cost to the client.
    * **Credits:** The exact credit value added to their wallet.
    * **Discount (%):** (Optional) Add a "sale" badge to encourage bulk buying.
  </Step>
</Steps>

<Tip>
  **Pricing Strategy:** Create 3 tiers of credit packs (Small, Medium, Large). Offer higher discounts on the larger packs (e.g., 5% off vs 20% off) to increase your Average Order Value (AOV).
</Tip>
