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

# Guides

> Step-by-step walkthroughs for implementing common Polar patterns.

These guides go beyond what the feature docs cover — full implementation walkthroughs for patterns that need more than a paragraph.

## Available guides

* **[Implementing seat-based pricing](/guides/seat-based-pricing)** — sell team products where one customer buys seats and assigns them to members. Covers the Customer / Member / CustomerSeat model, checkout, scaling, and webhooks.
* **[Granting meter credits before purchase](/guides/grant-meter-credits-before-purchase)** — give free credits to customers (trials, promotions, demos) by ingesting negative events against a Sum meter.
* **[Granting meter credits after purchase](/guides/grant-meter-credits-after-purchase)** — compare the built-in Meter Credits benefit with a webhook-driven approach for custom crediting logic.

## Framework guides

Looking to wire Polar into a specific stack? See the [Next.js](/guides/nextjs), [Laravel](/guides/laravel), and [Encore](/guides/encore) guides under **Integrate**.

## Requesting a new guide

Missing something? [Open an issue on polarsource/polar](https://github.com/polarsource/polar/issues/new/choose) and tell us what you're trying to build.
