# 5. Manage your app

Explore the settings and management tools in the Buzzy Workspace for app management. We also discuss moving on to the 'Enhance' phase, which involves detailed app editing using Figma and the Buzzy plugin.

{% embed url="<https://youtu.be/E7ZJYC20_fA>" %}

## Delete, archive, and restore an app

You can manage an app's lifecycle from the Buzzy Workspace.

### Delete an app

If you no longer want an app in your active workspace list, open the app's management or settings actions and choose **Delete app**. Deleted apps are removed from the active apps view.

Only the app owner can delete an app.

### Archive an app

If your workspace shows an **Archive** option, use it when you want to hide an app from the active list without treating it as permanently removed. Archived apps are kept out of the active apps view until they are restored.

### Restore an archived or deleted app

If you need an app back:

1. Open the **Workspace Dashboard**.
2. Use the app list filter and switch from **Active apps** to **Archived / deleted**.
3. Find the app you want to bring back.
4. Click **Restore**.
5. Confirm the restore when prompted.

After restoring, the app returns to your workspace so you can continue editing it. Restored apps come back as a draft, so you can review them before publishing again.


---

# 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/getting-started-with-buzzy/getting-started-guide/5.-manage-your-app.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.
