# Builder AddOns

- [AddOns](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons.md): Learn more about AddOn options within Beefree SDK and how you can use them to offer your end users extended features and functionality.
- [AddOns Overview](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/addons-overview.md): Learn more about AddOns at a high-level.
- [Custom AddOns](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/custom-addons.md): Learn more about Custom AddOns, and how to develop and implement your own custom built AddOn.
- [AddOn Development](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/custom-addons/addon-development.md)
- [Contribute to the Partner AddOn Marketplace](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/custom-addons/contribute-to-the-partner-addon-marketplace.md): Learn more about how to contribute your Custom AddOn as a Partner AddOn in Beefree SDK's Partner AddOns Marketplace.
- [Partner AddOns](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons.md): Learn more about Partner AddOns that are available within the Beefree SDK Developer Console, and how to integrate them into your application.
- [Partner AddOns directory](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/partner-addons-directory.md)
- [Installing Partner AddOns](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/installing-partner-addons.md)
- [DeepL](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/deepl.md): Automatically translate content for different language templates using the DeepL addOn.
- [Stability AI](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/stability-ai.md)
- [Azure AI Vision - Image Analysis](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/azure-ai-vision-image-analysis.md)
- [Alternate Text Generation with AI](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/azure-ai-vision-image-analysis/alternate-text-generation-with-ai.md)
- [AI Alt Text Bulk Generation](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/azure-ai-vision-image-analysis/ai-alt-text-bulk-generation.md): Read this technical documentation to learn more about how to configure bulk Alt text generation with AI.
- [AI Writing Assistant](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/openai-addon.md)
- [AI Providers and Data Security](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/openai-addon/open-ai-and-data-security.md)
- [AI-Generated Meta Tag Fields](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/openai-addon/ai-generated-meta-tag-fields.md): How to enable AI-generated Titles and Descriptions for Page Builder, and Subject and Preheaders for Email Builder.
- [Token Upselling](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/openai-addon/token-upselling.md)
- [Apply a Brand Tone](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/openai-addon/apply-a-brand-tone.md): Learn how to provide your end users with the option to tailor the AI Writing Assistant's responses by adding a brand tone.
- [Custom AI Writing Assistant](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/partner-addons/custom-ai-writing-assistant.md): Learn how to connect your large language model (LLM) and create your own AI Writing Assistant with Beefree SDK.
- [AddOns Configuration](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/addons-configuration.md): Learn more about client-side configuration for Custom and Partner AddOns.
- [AddOn FAQs](https://docs.beefree.io/beefree-sdk/~/changes/3EjxmC5rAYEIQ0JKR16k/builder-addons/addons/addon-faqs.md): Reference frequently asked questions about Beefree SDK's Custom and Partner AddOns.


---

# 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.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.
