# Buzzy App Examples

{% hint style="info" %}
For lower level [Buzzy Codewidget](/the-building-blocks/code-widget-custom-code.md) examples including [ratings/aggregation](/the-building-blocks/code-widget-custom-code/examples/ratings-average-and-distribution.md), [image gallery](/the-building-blocks/code-widget-custom-code/examples/image-galley-slideshow.md) slideshow and [ratings](/the-building-blocks/code-widget-custom-code/examples/ratings-average-and-distribution.md)/average please see [this](/the-building-blocks/code-widget-custom-code/examples.md).
{% endhint %}

## Figma Templates and Examples

Buzzy offers a variety of Figma templates and examples to help you get started quickly. You can find all official Buzzy Figma templates at [figma.com/@buzzy](https://www.figma.com/@buzzy).

### Project Management App with Many-to-Many Relationships

This template demonstrates how to build a project management application with complex data relationships. It showcases task management, team collaboration, and project tracking features.

[View Project Management Template](https://www.figma.com/community/file/1280412712042107305/project-management-app-with-many-to-many-relationships)

{% hint style="info" %}
While a working template for this Project Management app is still in development, you can use the Figma design as a reference for creating your own project management solution with Buzzy.
{% endhint %}

## App Examples

{% content-ref url="/pages/vhS2WQRws4SVpoaaSkLq" %}
[Buzzy Templates](/working-with-buzzy/buzzy-app-examples/buzzy-templates.md)
{% endcontent-ref %}

{% content-ref url="/pages/u7Hx3EmwNkx9owq8Js4Y" %}
[AI-Powered Chat App](/working-with-buzzy/buzzy-app-examples/buzzy-ai-chat-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/nG86uFZcvsIShz5ymHhp" %}
[AI-Powered Custom T-Shirt App](/working-with-buzzy/buzzy-app-examples/ai-powered-custom-t-shirt-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/yx5FvC8dfMwYFxEVAuf5" %}
[AI-Powered Strategy App](/working-with-buzzy/buzzy-app-examples/ai-powered-strategy-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/xqR5Nqu7boIqubCitxno" %}
[AI-Powered Stock Portfolio App](/working-with-buzzy/buzzy-app-examples/ai-powered-stock-portfolio-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/f2RyTRF3CDRvOYIr2Icg" %}
[Golf Course Finder](/working-with-buzzy/buzzy-app-examples/golf-course-finder.md)
{% endcontent-ref %}

{% content-ref url="/pages/hXP5fuaYZm4y7n8J6XSt" %}
[Personal Finance App with Figma AI](/working-with-buzzy/buzzy-app-examples/personal-finance-app-with-figma-ai.md)
{% endcontent-ref %}


---

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