# About Buzzy AI

## The Buzzy AI process

The **Buzzy AI Kickstart/Enhance/Extend process** simplifies app development into three streamlined stages. This allows you to rapidly build, improve, and grow an app from concept to production with ease:w

Start with small experiments to familiarize yourself with the tools, and soon you’ll be building production-ready apps effortlessly!

{% stepper %}
{% step %}

#### [Kickstart with AI](/working-with-buzzy/buzzy-ai/kickstart-with-ai.md)

Use Buzzy AI to turn a simple prompt or idea into a basic app. You can experiment with the provided example prompts or create your own.
{% endstep %}

{% step %}

#### [Enhance with Figma](/working-with-buzzy/buzzy-ai/enhance-with-figma.md)

Refine and customize the app’s design, functionality, and workflows. If you’re a designer, use the Buzzy Figma plugin to sync and edit your app design directly in Figma.
{% endstep %}

{% step %}

#### [Extend with code](/working-with-buzzy/buzzy-ai/extend-with-code.md)

Scale with advanced features, integrations, and customizations.
{% endstep %}
{% endstepper %}

## How far can AI get you?

Buzzy AI isn't a magic, automated app creation tool. It still requires collaboration, oversight and input from you, but does give you a massive head start and saves a huge chunk of time in getting to an initial working version of an app, complete with a data model and core functionality. This can then be tested, branded and refined for production via Figma and Buzzy.


---

# 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.buzzy.buzz/working-with-buzzy/buzzy-ai/about-buzzy-ai.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.
