# Embed Configurations

Billing page options are set from the Billflow dashboard, or passed in through the embed snippet. It's necessary to pass some options through that are dynamic by nature, like the user's email or security hash. Passing in an option will override the option set from the dashboard. Following are the options available for each billing page.

{% hint style="info" %}
If you are using any of the billing pages that utilize another billing page (eg. Plan Picker uses Checkout Form when a customer selects a plan), you can add configuration options to the billing page for both. So make sure to check out Checkout Form Configs if you're using another billing page.
{% endhint %}

{% content-ref url="/pages/-MGTMCd5qX--QyvB6oPq" %}
[Plan Picker Configs](/developers/embed-configurations/plan-picker.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGTNJkVGxhfZIRfLU28" %}
[Checkout Form Configs](/developers/embed-configurations/checkout.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGTNMLZ3yymbmVUlSfQ" %}
[Customer Portal Configs](/developers/embed-configurations/customer-portal.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGp0ZqMUfdu3fnXj1oq" %}
[Pricing Page Configs](/developers/embed-configurations/pricing-page.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGp0ajyBJmFGVZ9VFag" %}
[Invoice Portal Configs](/developers/embed-configurations/invoice-portal.md)
{% endcontent-ref %}


---

# 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/embed-configurations.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.
