# How-to's

- [Setup Pricing](https://docs.billflow.io/how-to/setup-pricing.md)
- [Flat-rate Subscriptions](https://docs.billflow.io/how-to/setup-pricing/flat-rate-subscriptions.md): How to create a Flat-rate pricing model
- [Free Trial](https://docs.billflow.io/how-to/setup-pricing/free-trial.md): How to add a free trial
- [Unit-based](https://docs.billflow.io/how-to/setup-pricing/unit-based.md): How to create unit based or per-seat pricing
- [Meter-based](https://docs.billflow.io/how-to/setup-pricing/meter-based.md)
- [Setup Fees](https://docs.billflow.io/how-to/setup-pricing/setup-fees.md)
- [One-Time Payment](https://docs.billflow.io/how-to/setup-pricing/one-time-payment.md): How to create a one-time payment
- [Payment Plans (Subscription Schedules)](https://docs.billflow.io/how-to/setup-pricing/payment-plans-subscription-schedules.md): How to create a payment plan
- [Complex Pricing](https://docs.billflow.io/how-to/setup-pricing/complex-pricing.md)
- [Add-ons](https://docs.billflow.io/how-to/setup-pricing/add-ons.md): Configure add-ons to expand your revenue
- [Connect to SaaS](https://docs.billflow.io/how-to/connect-to-saas.md): Learn about integrating Billflow with your SaaS
- [Using Stripe Webhooks](https://docs.billflow.io/how-to/connect-to-saas/using-stripe-webhooks.md): Listening for Stripe webhooks
- [Change Style](https://docs.billflow.io/how-to/change-style.md): How to modify the look of Billing Pages
- [Plan Picker Style Templates](https://docs.billflow.io/how-to/change-style/plan-picker-style-templates.md): Plan Picker Style Templates & Examples
- [Customer Portal Style Templates](https://docs.billflow.io/how-to/change-style/customer-portal-style-templates.md): Customer Portal Style Templates & Examples
- [Pricing Page Style Templates](https://docs.billflow.io/how-to/change-style/pricing-page-style-templates.md): Pricing Page Style Templates & Examples
- [Checkout Form Style Templates](https://docs.billflow.io/how-to/change-style/checkout-form-style-templates.md): Checkout Form Style Templates & Examples
- [Update Pricing](https://docs.billflow.io/how-to/update-pricing.md): How to modify your pricing in Stripe & Billflow
- [Use Coupons](https://docs.billflow.io/how-to/use-coupons.md): Allow customers to apply coupons
- [Enable Quantity Management](https://docs.billflow.io/how-to/enable-quantity-management.md): Allows customers to manage the quantities of their subscription
- [Enterprise Sales Flow](https://docs.billflow.io/how-to/enterprise-sales-flow.md)
- [Cancellations/Payment Failures](https://docs.billflow.io/how-to/cancellations-payment-failures.md): How to handle cancelations and payment failures
- [Set up Cancellation Feedback](https://docs.billflow.io/how-to/cancellations-payment-failures/set-up-cancellation-feedback.md): How to gather cancellation feedback
- [Configure Dunning Emails](https://docs.billflow.io/how-to/cancellations-payment-failures/configure-dunning-emails.md)
- [Automated emails](https://docs.billflow.io/how-to/automated-emails.md)
- [Internationalization](https://docs.billflow.io/how-to/internationalization.md): Internationalizing your product
- [Support multiple currencies](https://docs.billflow.io/how-to/internationalization/support-multiple-currencies.md): How to support multiple currencies
- [Support multiple languages](https://docs.billflow.io/how-to/internationalization/support-multiple-languages.md): Features and advanced usage of language settings
- [Upgrade to new Billing Pages](https://docs.billflow.io/how-to/upgrade-to-new-billing-pages.md): Upgrade steps to turn your current Billflow embeds to the new Billing Pages
- [Record Usage](https://docs.billflow.io/how-to/record-usage.md): How to send quantity updates or metered usage to Stripe
- [VAT & Taxes](https://docs.billflow.io/how-to/taxes.md): Setting up taxes
- [Indian Recurring Payments](https://docs.billflow.io/how-to/indian-recurring-payments.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.billflow.io/how-to.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
