> For the complete documentation index, see [llms.txt](https://docs.buzzy.buzz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buzzy.buzz/readme.md).

# Welcome to Buzzy

Buzzy helps you create working apps with real data, user-generated content, forms, screens, automation, and deployment options. You can start from a prompt, a template, an existing app, a Figma design, or a structured AI-agent workflow.

For most serious builds, use [**Buzzy Builder MCP**](/the-building-blocks/mcp/buzzy-builder-mcp.md). It lets an AI agent such as Codex or Claude Code work with Buzzy in stages: brief, flows, data model, theme, blueprint, screens, sample data, and runtime verification.

[**Buzzy AI**](https://app.buzzy.buzz) lets you create and edit apps directly from prompts in the Buzzy workspace. This is useful for quick app generation, focused edits, and early exploration.

The [**Buzzy Figma plugin**](https://www.figma.com/community/plugin/980407395621457657) lets you design, test and deploy working apps with real data, user-generated content and live forms without leaving [Figma](https://www.figma.com/about/).

{% hint style="success" %}
New to Buzzy? Start with [Getting Started with Buzzy](/getting-started-with-buzzy/getting-started-with-buzzy.md), then use [What to use when](/getting-started-with-buzzy/what-to-use-when.md) to choose the right build path.
{% endhint %}

## External Resources

* [The Buzzy website (pricing info and more)](https://www.buzzy.buzz/)
* [The Buzzy Figma plugin](https://www.figma.com/community/plugin/980407395621457657)
* [Templates & demo apps](https://app.buzzy.buzz/app/3702d99d7ac3e3a578559cf4?_gl=1*1dzfupm*_ga_LB8G7B6ZQ1*MTcyNDYzODQ5Ny4xLjAuMTcyNDYzODQ5OS4wLjAuMA..)
* [Figma files & templates](https://www.figma.com/@buzzy)
* [Release notes](https://www.buzzy.buzz/release-notes)

## Support

* [Discord community forum](https://discord.gg/qt7svhCMbj)
* [Email support@buzzy.buzz](mailto:support@buzzy.buzz)

{% hint style="info" %}
**What is Figma?** [Figma](https://www.figma.com/about/) has become the leading collaborative graphics editing and user interface design app. It is used globally by designers, businesses and large organisations to build better products.
{% endhint %}


---

# 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.buzzy.buzz/readme.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.
