# Flash Documentation

## Flash Documentation

- [Welcome to the Flash Documentation!](https://docs.paywithflash.com/readme.md)
- [Understanding Bitcoin Payments](https://docs.paywithflash.com/getting-started/understanding-bitcoin-payments.md)
- [Set Up Your Account](https://docs.paywithflash.com/getting-started/set-up-your-account.md)
- [Connect Your Wallet](https://docs.paywithflash.com/getting-started/connect-your-wallet.md)
- [Flash Wallet](https://docs.paywithflash.com/getting-started/connect-your-wallet/flash-wallet.md)
- [Coinos Wallet](https://docs.paywithflash.com/getting-started/connect-your-wallet/coinos-wallet.md)
- [Alby Wallet](https://docs.paywithflash.com/getting-started/connect-your-wallet/alby-wallet.md)
- [Checkouts](https://docs.paywithflash.com/products/checkouts.md)
- [Payment Links](https://docs.paywithflash.com/products/checkouts/payment-links.md)
- [Donation Widget](https://docs.paywithflash.com/products/checkouts/donation-widget.md)
- [Page Paywalls](https://docs.paywithflash.com/products/checkouts/page-paywalls.md)
- [Payment Buttons](https://docs.paywithflash.com/products/checkouts/payment-buttons.md)
- [Video Paywalls](https://docs.paywithflash.com/products/checkouts/video-paywalls.md)
- [Subscriptions](https://docs.paywithflash.com/products/editor.md)
- [Getting Started](https://docs.paywithflash.com/products/editor/getting-started.md)
- [Create a Subscription Plan](https://docs.paywithflash.com/products/editor/getting-started/create-a-subscription-plan.md)
- [Pre-Fill User Details](https://docs.paywithflash.com/products/editor/getting-started/pre-fill-user-details.md)
- [Authentication](https://docs.paywithflash.com/products/editor/authentication.md)
- [Endpoints](https://docs.paywithflash.com/products/editor/editor.md)
- [Webhooks](https://docs.paywithflash.com/products/editor/webhooks.md): Webhook Integration Guide for Subscription Management
- [Stores](https://docs.paywithflash.com/products/stores.md)
- [Managing Products](https://docs.paywithflash.com/products/stores/managing-products.md)
- [Hosted Store](https://docs.paywithflash.com/products/stores/hosted-store.md)
- [Point of Sale](https://docs.paywithflash.com/products/stores/point-of-sale.md)
- [Integrations](https://docs.paywithflash.com/integrations.md)
- [WooCommerce](https://docs.paywithflash.com/integrations/woocommerce.md)
- [Shopify](https://docs.paywithflash.com/integrations/shopify.md)
- [Wix](https://docs.paywithflash.com/integrations/wix.md)
- [Welcome](https://docs.paywithflash.com/api-documentation/readme.md)
- [Authentication](https://docs.paywithflash.com/api-documentation/quickstart.md)
- [Subscriptions](https://docs.paywithflash.com/api-documentation/subscriptions.md)
- [Subscription-specific Authentication](https://docs.paywithflash.com/api-documentation/subscriptions/subscription-specific-authentication.md)
- [Endpoints](https://docs.paywithflash.com/api-documentation/subscriptions/editor.md)
- [Webhooks](https://docs.paywithflash.com/api-documentation/subscriptions/webhooks.md): Webhook Integration Guide for Subscription Management
- [Contact Us](https://docs.paywithflash.com/need-more-help/contact-us.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.paywithflash.com/readme.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.
