# AddOns

Beefree SDK includes [Partner AddOns](/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons.md) and [Custom AddOns](/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/custom-addons.md) that you can incorporate into your application. At a high-level, these AddOns enable you to add extended functionality and capabilities to your application. These extended functionalities empower you to customize your end users' experience based on their interests and the desired tasks they are trying to perform with your app. The AddOns work as additional features you can opt in for on top of the base features that come with your [Beefree SDK plan type](https://developers.beefree.io/pricing-plans).

There are two types of AddOns: [Partner AddOns](/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons.md) and [Custom AddOns](/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/custom-addons.md). Partner AddOns can easily be integrated with your application in a matter of minutes by installing them inside of the [Developer Console](https://developers.beefree.io/accounts/login/?from=website_menu). They are available for the following [Beefree SDK plan types](https://developers.beefree.io/pricing-plans):

* Essentials
* Core
* Superpowers
* Enterprise

Custom AddOns are useful when there is a feature you'd like to offer within your application that is not available in our AddOn Marketplace within the Developer Console. In these instances, you can develop your own Custom AddOns for your application's end users. They are available for the following [Beefree SDK plan types](https://developers.beefree.io/pricing-plans):

* Superpowers
* Enterprise  &#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f50d">🔍</span> <strong>AddOns Overview:</strong> Learn more about AddOns at a high-level.</td><td></td><td></td><td><a href="/pages/xV0Xtw7HxCQEhmQuaZl4">/pages/xV0Xtw7HxCQEhmQuaZl4</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f6e0">🛠️</span> <strong>Custom AddOns:</strong> Learn more about Custom AddOns, and how to develop and implement your own custom built AddOn.</td><td></td><td></td><td><a href="/pages/fGui0MNuocFF2M9zWATm">/pages/fGui0MNuocFF2M9zWATm</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f91d">🤝</span> <strong>Partner AddOns:</strong> Learn more about Partner AddOns that are available within the Beefree SDK Developer Console, and how to integrate them into your application.</td><td></td><td></td><td><a href="/pages/ryoKk85nYdrz15UsePVG">/pages/ryoKk85nYdrz15UsePVG</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f3a8">🎨</span> <strong>AddOns Configuration:</strong> Learn more about client-side configuration for Custom and Partner AddOns.</td><td></td><td></td><td><a href="/pages/swNAnH6fwvoB2gDSnxZt">/pages/swNAnH6fwvoB2gDSnxZt</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="2753">❓</span><strong>AddOns FAQs:</strong> Reference frequently asked questions about Beefree SDK's Custom and Partner AddOns.</td><td></td><td></td><td><a href="/pages/6ddsBHwYuzBPqUp3KPmz">/pages/6ddsBHwYuzBPqUp3KPmz</a></td></tr></tbody></table>


---

# 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.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons.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.
