# FAQs and Troubleshooting

#### I **purchased an AI Creator license, why can't I see the AI features in the plugin?**

* Make sure you are logged in Figma with the same email address as the one you provided in the form after your purchase.
* Close the plugin, and rerun it.&#x20;
* In the plugin's settings, disconnect from Buzzy then connect to Buzzy again.

#### I have the plugin opened and the AI features unlocked, why can't I generate screens?

To generate your app design and create your screens with Buzzy AI, you need to be in the Markup tab of the plugin. Click on the "Generate app design" to create your screens.

Make sure that:

* You have successfully generated your app brief (in the Brief tab) and your data model (in the Model tab) first.
* You are working in one of the Buzzy AI toolkits. If you are not using a toolkit, you will see the following error message: "Buzzy toolkit not found, cannot generate screens"

#### Where can I find the Buzzy AI toolkits?

You need to work in one of the following toolkits if you are using Buzzy AI to create your app.&#x20;

* LIGHT <https://www.figma.com/community/file/1237274363539357856>
* DARK <https://www.figma.com/community/file/1237274412765124769>
* SILVER <https://www.figma.com/community/file/1237274431499559074>

#### What are the different tabs and what do they do?

The tabs at the top of the plugin represent your app creation process, from the initial idea to the final app. They were designed to be followed from left to right.

The Brief and the Theme tabs are new additions to the Buzzy plugin. The Model tab was previously named Data. The Markup tab was previously named Design. The Publish tab is unchanged.

1. **Brief**: Create the overall description of the app to be built, including a high level overview of the app, the main features (i.e. actions a user is expected to perform in the app) and the user roles (i.e. personas, user types).
2. **Model**: Create an optimised data model based on the app brief.
3. **Theme** (coming soon): Provide streamlined customisation.&#x20;

   Note: Customisation is already possible as the file is entirely editable in Figma.&#x20;
4. **Markup**: Set up Buzzy markup to link frontend to backend.
5. **Publish**: Publish the app on a server.

#### How can I edit the look of an app created with Buzzy AI?

All Figma files created with Buzzy AI are fully editable in Figma. Buzzy AI generates apps based on a tool kit that you can modify as you wish to change the look and feel of your app.

For additional guidance on how to customise a Buzzy AI app, watch this video: <https://youtu.be/sLimZfhThxM>

#### What if I want to change something in the app brief?

You can edit your app brief in 2 ways, from the Brief tab.

1. You can edit the brief manually by clicking on the Edit app brief button. You’ll then be able to add/edit/remove specific words or phrases from the brief. This is generally a good approach when you need to refine a few things and add small details to your brief.
2. You can ask the AI to change the brief based on a new prompt. Simply write a new prompt in the chat window that outlines the changes you want to make. This is generally a good approach if you want to make significant or numerous changes to the brief.

Depending on which step of the app creation process you’re at, you might need to rerun some AI functions. If you have only created your app brief, you can edit the brief without any concerns. If you have already generated a data model, you will need to generate an updated version of it by clicking the Regenerate data model button, once your new brief is completed. If you have already created your app design, you will need to regenerate the app design in the Markup tab. If you have already created some screens in Figma, you will need to clear the screens, regenerate the app design and recreate the screens.

**Note**: Editing the data model works the same way as editing the brief. You can manually edit each data field by clicking on it or you can write a new prompt for the AI to do it for you. If you make changes to the data model, you will need to regenerate the app design and recreate the screens in Figma.<br>

{% hint style="info" %}
Can't find your answer here? [Contact the Buzzy team for support.](mailto:undefined)
{% endhint %}


---

# 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/~/changes/02lTj7NawgoYKwTzc6Qz/buzzy-ai/faqs-and-troubleshooting.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.
