> For the complete documentation index, see [llms.txt](https://docs.bunny.com/developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunny.com/developer/readme.md).

# Overview

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong>SDK</strong></mark></td><td>Use the Bunny SDK to create subscriptions, create accounts, track usage etc.</td><td></td><td><a href="/pages/nfaB2kxxUeV1wJmhvGV5">/pages/nfaB2kxxUeV1wJmhvGV5</a></td><td><a href="/files/JYS5uHaeCVs7G9GVTn0B">/files/JYS5uHaeCVs7G9GVTn0B</a></td></tr><tr><td><mark style="color:orange;"><strong>Customer portal</strong></mark></td><td>Link directly to the customer portal for signups, invoice payments and more.</td><td></td><td><a href="/pages/sMfdBB7TQT35PRPF4wDF">/pages/sMfdBB7TQT35PRPF4wDF</a></td><td><a href="/files/oIPnRSWdcgxuDqi4zMHD">/files/oIPnRSWdcgxuDqi4zMHD</a></td></tr><tr><td><mark style="color:orange;"><strong>GraphQL API</strong></mark></td><td>Harness the full power of Bunny using the GraphQL API that allows you to do anything.</td><td></td><td><a href="/pages/Fhi9elitcDBA8xk34I3O">/pages/Fhi9elitcDBA8xk34I3O</a></td><td><a href="/files/QdGTYGZ2iUhe6ZmLWaTP">/files/QdGTYGZ2iUhe6ZmLWaTP</a></td></tr><tr><td><mark style="color:orange;"><strong>Components</strong></mark></td><td>Embed Bunny components directly in your app to pay, subscribe etc.</td><td></td><td><a href="/pages/fSzFx0d35uJdW2YvQ77b">/pages/fSzFx0d35uJdW2YvQ77b</a></td><td><a href="/files/B7shek1kHiZcyfbXlWH4">/files/B7shek1kHiZcyfbXlWH4</a></td></tr><tr><td><mark style="color:orange;"><strong>Webhooks</strong></mark></td><td>Let Bunny update your platform's tenants when subscriptions change.</td><td></td><td><a href="/pages/T8JcmuP4mWDoqxx1cVHz">/pages/T8JcmuP4mWDoqxx1cVHz</a></td><td><a href="/files/zLVZokIQ624T5E4yxN6P">/files/zLVZokIQ624T5E4yxN6P</a></td></tr><tr><td><mark style="color:orange;"><strong>Sample SaaS App</strong></mark></td><td>See our reference implementation of a SaaS application that uses Bunny.</td><td></td><td><a href="/pages/H7fNATeuMUUjb3eW17te">/pages/H7fNATeuMUUjb3eW17te</a></td><td><a href="/files/0oHFk7KFvmLlHf81s6Hw">/files/0oHFk7KFvmLlHf81s6Hw</a></td></tr></tbody></table>

Bunny offers several ways of integrating your platform: GraphlQL API, SDK, embeddable React Components, Customer Portal and webhooks.


---

# 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.bunny.com/developer/readme.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.
