> For the complete documentation index, see [llms.txt](https://docs.billflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.billflow.io/setup/first-time-setup/embed-the-billing-page.md).

# Embed The Billing Page

In the embed section you will see many options to install your billing page on. Billflow provides plugins to popular platforms that make installation very easy. Not only do these plugins make it easy to embed, but it also has the integration with the platforms user accounts done for you. If you do not see your platform listed or you have a custom application, Billflow is made for that too.&#x20;

## Custom Code

You can copy and paste the HTML snippet provided from the dashboard. The snippet always contains the Billflow ID and Billing Page ID. For the Customer portal and Invoice portal, the Email or Stripe Customer ID will be there so you can dynamically pass that in. For more detailed options and samples of specific frameworks check out the link below

{% content-ref url="/pages/-MGTTBFEYHMQkJZ7W9p6" %}
[Languages & Frameworks](/developers/languages-and-frameworks.md)
{% endcontent-ref %}

## Platforms

If you select the platform your site or app is running on, the dashboard will provide you with links to the plugin used on the platform. It will also provide you snippets to be used within the plugin. For detailed instructions and features available on the plugins, continue below.

{% content-ref url="/pages/-MGTTFN1Y1ptcNE6YYvj" %}
[Bubble](/no-code-integrations/no-code-app-builders/bubble.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGTTI8\_MPZ4mQAceQaf" %}
[Webflow](/no-code-integrations/no-code-app-builders/webflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGTTKMxtuPdZ2LBxwSa" %}
[WordPress](/no-code-integrations/no-code-app-builders/wordpress.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGTTNWH\_3Wo7uOWC7Wo" %}
[Drupal](/no-code-integrations/no-code-app-builders/drupal.md)
{% endcontent-ref %}

Now we are embedded and have tested the integration, we are ready to go live!


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.billflow.io/setup/first-time-setup/embed-the-billing-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
