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

# Quick Start: Embed Pricing in 5 Minutes

> Fast-track guide to get your pricing table live on your website

Get your Convocore pricing live on your website in under 5 minutes with this streamlined guide.

## Prerequisites Checklist

<Steps>
  <Step title="Stripe Connected">
    ✅ Stripe account connected in **Auto Billing** tab
  </Step>

  <Step title="Plans Created">
    ✅ At least one subscription plan configured
  </Step>

  <Step title="Branding Set">
    ✅ Agency logo and colors configured in **Overview** tab
  </Step>
</Steps>

<Callout type="info">
  Missing any of these? See the [full setup guide](/whitelabeling/agency/embeddable-pricing) for detailed instructions.
</Callout>

***

## 3-Step Installation

<Steps>
  <Step title="Get Your Embed Code">
    1. Navigate to **Agency** > **Auto Billing** tab
    2. Scroll to **Step 5: Embeddable Pricing Table**
    3. Copy the iframe code

    ```html theme={null}
    <iframe 
      src="https://na-gcp-api.vg-stuff.com/embed/pricing/YOUR_AGENCY_ID/iframe?region=na"
      style="width: 100%; min-height: 800px; border: none;"
      frameborder="0"
    ></iframe>
    ```
  </Step>

  <Step title="Add to Your Website">
    <Tabs>
      <Tab title="WordPress">
        1. Edit your page
        2. Add **Custom HTML** block
        3. Paste the code
        4. Publish
      </Tab>

      <Tab title="Webflow">
        1. Open page in Designer
        2. Add **Embed** element
        3. Paste the code
        4. Publish site
      </Tab>

      <Tab title="Wix">
        1. Click **Add** > **Embed** > **Custom Code**
        2. Paste the code
        3. Publish
      </Tab>

      <Tab title="HTML">
        Paste directly into your HTML file where you want the pricing table to appear.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Test It Live">
    1. Click **"Open Live Preview"** in the Auto Billing tab
    2. Or visit your website to see it live
    3. Try clicking "Get Started" to test checkout flow

    <Tip>
      Use Stripe's test mode to verify the flow without real charges.
    </Tip>
  </Step>
</Steps>

***

## What Happens Next?

When a customer completes checkout:

1. ✅ **Client account** created automatically
2. ✅ **Organization** provisioned with subscription
3. ✅ **Credits** added to their account
4. ✅ **Redirected** to branded dashboard with auto-login
5. ✅ **Onboarded** with your custom onboarding flow

<Callout type="success">
  Zero manual work. Pure automation.
</Callout>

***

## Common Issues & Quick Fixes

<AccordionGroup>
  <Accordion title="Iframe shows 404 error">
    **Fix:** Copy the embed code directly from the Auto Billing tab—don't manually edit the Agency ID or region.
  </Accordion>

  <Accordion title="No plans showing">
    **Fix:** Create at least one plan in **Step 4: Manage Plans** of the Auto Billing tab.
  </Accordion>

  <Accordion title="Colors don't match my brand">
    **Fix:** Update **Primary Color** and **Secondary Color** in **Agency** > **Overview Tab**.
  </Accordion>
</AccordionGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Full Documentation" icon="book" href="/whitelabeling/agency/embeddable-pricing">
    Read the complete guide with advanced customization
  </Card>

  <Card title="Customize Branding" icon="palette" href="/whitelabeling/agency/theme">
    Fine-tune your agency's look and feel
  </Card>

  <Card title="Client Onboarding" icon="rocket" href="/whitelabeling/clients/overview">
    Configure what happens after checkout
  </Card>

  <Card title="Custom Domain" icon="globe" href="/whitelabeling/agency/custom-domain">
    Use your own domain for client dashboards
  </Card>
</CardGroup>

***

<Callout type="info">
  **Need help?** Join our [Discord community](https://discord.gg/XrJtBsQQRN) or [contact support](mailto:support@convocore.ai).
</Callout>
