# Developer Docs

- [Embed Configurations](https://docs.billflow.io/developers/embed-configurations.md)
- [Plan Picker Configs](https://docs.billflow.io/developers/embed-configurations/plan-picker.md): Plan Picker Configuration Options
- [Checkout Form Configs](https://docs.billflow.io/developers/embed-configurations/checkout.md): Checkout Form Configuration Options
- [Customer Portal Configs](https://docs.billflow.io/developers/embed-configurations/customer-portal.md): Customer Portal Configuration Options
- [Pricing Page Configs](https://docs.billflow.io/developers/embed-configurations/pricing-page.md): Pricing Page Configuration Options
- [Invoice Portal Configs](https://docs.billflow.io/developers/embed-configurations/invoice-portal.md): Invoice Portal Configuration Options
- [Handling Events](https://docs.billflow.io/developers/handling-embed-events.md): Handling actions & events in a billing page
- [Languages & Frameworks](https://docs.billflow.io/developers/languages-and-frameworks.md): Samples of Billflow integrated
- [Customize Elements](https://docs.billflow.io/developers/custom-elements.md): Billflow Configuration API for customizing Billflow UI elements
- [Versions & Beta Testing](https://docs.billflow.io/developers/version.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/developers.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.
