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

# Welcome

> Welcome to Flowglad!

Welcome to the Flowglad documentation. Here you will find everything you'll need to get up and running with Flowglad.

Here's a quick video explaining what Flowglad is and how it works:

<iframe src="https://www.youtube.com/embed/yKfUKXMuj08?si=Pp8zNwGoSJwKVuOv" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

## Introduction

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running with Flowglad in minutes
  </Card>

  <Card title="Integrate by HTTP" icon="code" href="/integrate-by-http">
    Direct HTTP API integration guide
  </Card>

  <Card title="MCP Server" icon="server" href="/mcp-server">
    Set up the Flowglad MCP server for AI tooling
  </Card>
</CardGroup>

## Features

<CardGroup cols={2}>
  <Card title="Pricing Models" icon="tags" href="/features/pricing-models">
    Learn about different pricing strategies and models
  </Card>

  <Card title="Products" icon="box" href="/features/products">
    Define and manage your product catalog
  </Card>

  <Card title="Prices" icon="dollar-sign" href="/features/prices">
    Configure pricing for your products
  </Card>

  <Card title="Discounts" icon="percent" href="/features/discounts">
    Create and apply discounts to purchases
  </Card>

  <Card title="Subscriptions" icon="repeat" href="/features/subscriptions">
    Manage recurring billing and subscriptions
  </Card>

  <Card title="Checkout Sessions" icon="shopping-cart" href="/features/checkout-sessions">
    Create seamless checkout experiences
  </Card>

  <Card title="Invoices" icon="file-invoice" href="/features/invoices">
    Generate and manage customer invoices
  </Card>

  <Card title="Usage" icon="chart-bar" href="/features/usage">
    Track and bill based on customer usage
  </Card>

  <Card title="Webhooks" icon="bell" href="/features/webhooks">
    Receive real-time event notifications
  </Card>
</CardGroup>

## SDKs

<CardGroup cols={2}>
  <Card title="SDK Overview" icon="cube" href="/sdks/introduction">
    Learn about Flowglad's SDK ecosystem and choose the right package
  </Card>

  <Card title="Setup" icon="rocket" href="/sdks/setup">
    Framework-specific setup for Next.js and React
  </Card>

  <Card title="Authentication" icon="key" href="/sdks/auth">
    Configure authentication for your Flowglad integration
  </Card>

  <Card title="Next.js SDK" icon="https://mintcdn.com/flowglad/3nFx-hKFSZZP8--F/images/nextjs.svg?fit=max&auto=format&n=3nFx-hKFSZZP8--F&q=85&s=1287ccbd826170ec7aab88a678be2eb3" href="/sdks/nextjs" width="24" height="24" data-path="images/nextjs.svg">
    Official SDK for Next.js applications
  </Card>

  <Card title="React SDK" icon="react" href="/sdks/react">
    React components and hooks for client-side billing
  </Card>

  <Card title="Server SDK" icon="server" href="/sdks/server">
    Core server-side SDK for any Node.js application
  </Card>
</CardGroup>

## API Reference

<CardGroup cols={2}>
  <Card title="API Documentation" icon="book" href="/api-reference/introduction">
    Complete API documentation and endpoints
  </Card>
</CardGroup>

## Examples

<CardGroup cols={2}>
  <Card title="Examples Overview" icon="code" href="/guides/introduction">
    Browse examples by framework and pricing model
  </Card>

  <Card title="Pricing Models" icon="tags" href="/guides/pricing-models">
    Learn about different pricing model implementations
  </Card>
</CardGroup>

## Community

<CardGroup cols={2}>
  <Card title="Join our Discord" icon="discord" href="https://discord.gg/XTK7hVyQD9">
    Get help fast from the founders and others building in public
  </Card>

  <Card title="Star on GitHub" icon="github" href="https://github.com/flowglad/flowglad">
    Support the project and follow our open source roadmap
  </Card>

  <Card title="Follow us on X" icon="x-twitter" href="https://x.com/flowglad">
    Get release updates and feature drops from the founders in real time
  </Card>
</CardGroup>
