# Customer portal

- [Portal overview](https://docs.bunny.com/developer/customer-portal/enable-upgrades-and-payments.md)
- [Popup customer portal](https://docs.bunny.com/developer/customer-portal/popup-customer-portal.md)
- [Standalone customer portal](https://docs.bunny.com/developer/customer-portal/standalone-customer-portal.md): Learn how link the Bunny customer portal with your platform to enable self service subscription management and upgrades.
- [Signup page](https://docs.bunny.com/developer/customer-portal/account-signup.md): If you have products or plans that you want anyone (outside your organization) to be able to sign up for, you can set up a Signup page on the Bunny Portal.


---

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