> For the complete documentation index, see [llms.txt](https://docs.beefree.io/beefree-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/beefree-sdk/ai-and-mcp.md).

# AI & MCP

- [Getting started with AI in Beefree SDK](https://docs.beefree.io/beefree-sdk/ai-and-mcp/getting-started-with-ai-in-beefree-sdk.md)
- [AI AddOns](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons.md)
- [AI Writing Assistant](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant.md)
- [Available Providers](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant/available-providers.md): Learn more about available providers for the AI Writing Assistant AddOn.
- [OpenAI](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant/available-providers/openai.md): Learn how to configure OpenAI as a provider for the AI Writing Assistant AddOn.
- [Azure OpenAI](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant/available-providers/azure-openai.md): Learn how to configure Azure OpenAI as a provider for the AI Writing Assistant AddOn.
- [Anthropic](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant/available-providers/anthropic.md): Learn how to configure Anthropic as a provider for the AI Writing Assistant AddOn.
- [AI Providers and Data Security](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant/data-security.md)
- [AI-Generated Meta Tag Fields](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant/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/ai-and-mcp/ai-addons/ai-writing-assistant/token-upselling.md)
- [Apply a Brand Tone](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant/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/ai-and-mcp/ai-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.
- [Stability AI (Text-to-image)](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/stability-ai.md)
- [Generate Alt Text with AI](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/generate-alt-text-with-ai.md)
- [Bulk Alt-Text generation](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/generate-alt-text-with-ai/generate-alt-text-globally-with-ai.md): Read this technical documentation to learn more about how to configure bulk Alt text generation with AI.
- [DeepL (AI-powered translation)](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-addons/deepl.md): Automatically translate content for different language templates using the DeepL addOn.
- [AI Co-Pilot (closed beta)](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-co-pilot-closed-beta.md)
- [Beefree AI FAQs](https://docs.beefree.io/beefree-sdk/ai-and-mcp/ai-co-pilot-closed-beta/beefree-ai-faqs.md)
- [MCP Server](https://docs.beefree.io/beefree-sdk/ai-and-mcp/getting-started.md): Connect your AI agent to the Beefree SDK and let it create, edit, and optimize email designs on your users' behalf. Explore what's possible and get to a working prototype fast.
- [MCP Server installation & setup](https://docs.beefree.io/beefree-sdk/ai-and-mcp/getting-started/mcp-server-installation-and-setup.md)
- [MCP Server tools & capabilities](https://docs.beefree.io/beefree-sdk/ai-and-mcp/getting-started/mcp-server-tools-and-capabilities.md)
- [How to get the best AI output](https://docs.beefree.io/beefree-sdk/ai-and-mcp/getting-started/how-to-get-the-best-ai-output.md)
- [MCP Server FAQs](https://docs.beefree.io/beefree-sdk/ai-and-mcp/getting-started/mcp-server-faqs.md)
- [Brand Rules for AI](https://docs.beefree.io/beefree-sdk/ai-and-mcp/brand-rules-for-ai.md): Ensure that the content your users create with AI adheres to brand guidelines.


---

# 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.beefree.io/beefree-sdk/ai-and-mcp.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.
