# Account & Marketplace

- [Account and billing](https://manual.bubble.io/account-and-marketplace/account-and-billing.md)
- [Pricing and plans](https://manual.bubble.io/account-and-marketplace/account-and-billing/pricing-plans.md): This section covers Bubble's pricing plans and how workload usage is calculated
- [Plans and billing](https://manual.bubble.io/account-and-marketplace/account-and-billing/pricing-plans/plans-and-billing.md): This section covers how to manage your plan, workloads, payments and invoices
- [Billing cycle](https://manual.bubble.io/account-and-marketplace/account-and-billing/pricing-plans/billing-cycle.md)
- [FAQ: Pricing and Workload](https://manual.bubble.io/account-and-marketplace/account-and-billing/pricing-plans/pricing-faq.md): This section covers frequently asked questions about workload and our pricing plans
- [Account Management](https://manual.bubble.io/account-and-marketplace/account-and-billing/account-management.md)
- [Building Apps for Others](https://manual.bubble.io/account-and-marketplace/account-and-billing/building-apps-for-others.md)
- [Selling on the Marketplace](https://manual.bubble.io/account-and-marketplace/account-and-billing/selling-on-the-marketplace.md)
- [Plans & Billing (legacy)](https://manual.bubble.io/account-and-marketplace/account-and-billing/plans-and-billing-legacy.md)
- [Official Bubble Certification](https://manual.bubble.io/account-and-marketplace/official-bubble-certification.md)
- [Hiring certified developers](https://manual.bubble.io/account-and-marketplace/official-bubble-certification/hiring-certified-developers.md)
- [Building Plugins](https://manual.bubble.io/account-and-marketplace/building-plugins.md)
- [The Plugin Editor](https://manual.bubble.io/account-and-marketplace/building-plugins/the-plugin-editor.md)
- [General Settings](https://manual.bubble.io/account-and-marketplace/building-plugins/general-settings.md)
- [Updating to Plugin API v4](https://manual.bubble.io/account-and-marketplace/building-plugins/updating-to-plugin-api-v4.md): This documentation covers how to update your server-side actions to be compatible with plugin API v4, which runs on Node 18.
- [Adding API Connections](https://manual.bubble.io/account-and-marketplace/building-plugins/adding-api-connections.md)
- [Building Elements](https://manual.bubble.io/account-and-marketplace/building-plugins/building-elements.md)
- [Building Actions](https://manual.bubble.io/account-and-marketplace/building-plugins/building-actions.md)
- [Loading Data](https://manual.bubble.io/account-and-marketplace/building-plugins/loading-data.md)
- [Publishing and versioning](https://manual.bubble.io/account-and-marketplace/building-plugins/publishing-and-versioning.md)
- [Github Integration](https://manual.bubble.io/account-and-marketplace/building-plugins/github-integration.md)
- [Building Templates](https://manual.bubble.io/account-and-marketplace/building-templates.md)
- [Application and data ownership](https://manual.bubble.io/account-and-marketplace/application-and-data-ownership.md)
- [Marketplace policies](https://manual.bubble.io/account-and-marketplace/marketplace-policies.md)
- [Bug reports](https://manual.bubble.io/account-and-marketplace/bug-reports.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://manual.bubble.io/account-and-marketplace.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.
