> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/workflows/app-builder/manage-your-apps.md).

# Manage your Apps

## Summary

All your apps - published, in progress, or under review - live in the Imagine Apps hub. Browse what others have built, use apps shared by your team, or manage everything you've published from one place.

***

### Navigating the Tabs

When you open Imagine Apps, you'll see four tabs:

<table><thead><tr><th width="229.95703125">Tab</th><th>What You'll Find</th></tr></thead><tbody><tr><td>Explore</td><td>Featured, trending, and recently published apps across the platform. This is the default landing page, a curated entry point for discovering what's available.</td></tr><tr><td>Community</td><td>All publicly published apps from the global Marketplace. Browse by category or search for specific use cases.</td></tr><tr><td>Team Apps</td><td>Apps shared by your team members. Visible to everyone in your team, regardless of which folder or workspace they were created in.</td></tr><tr><td>My Apps</td><td>Every app you've published — your personal dashboard with metrics, edit access, and version history.</td></tr></tbody></table>

***

### My Apps: Your Dashboard

My Apps is where you manage everything. Each app card shows at-a-glance metrics so you can track performance without digging into details.

<table><thead><tr><th width="230.140625">Metric</th><th>What It Tracks</th></tr></thead><tbody><tr><td>Status</td><td>Draft, Published, or Under Review</td></tr><tr><td>Credits Earned</td><td>Total credits earned from usage and cloning</td></tr><tr><td>Runs</td><td>Number of times the app has been used to generate assets</td></tr><tr><td>Clones</td><td>Number of times the app has been duplicated by other users</td></tr><tr><td>Updated</td><td>When the app was last modified</td></tr></tbody></table>

#### What you can do from My Apps

* Edit: Jump directly into the workflow behind the app to make changes. Adjust nodes, update prompts, swap models - everything is accessible.
* Republish: After editing, republish to create a new version. Users on the current version will be notified that an update is available.
* Unpublish / Delete: Remove the app from its published scope (Community, Team, or Private) or delete it entirely.
* View Version History: Track which versions were published and when.

***

### What Users Can Do With Your App

Access levels depend on how you've configured the app:

<table><thead><tr><th width="194.19921875">Access Level</th><th>What Users Can Do</th></tr></thead><tbody><tr><td>View &#x26; Use</td><td>Open the app, enter inputs, and generate results. They cannot see or modify the underlying workflow.</td></tr><tr><td>Clone</td><td>Duplicate the app to create an independent copy. The cloned version can be modified freely without affecting your original. <em>(Only available if you enabled Cloning Permission.)</em></td></tr><tr><td>Edit</td><td>Only available to you - the app creator - from the My Apps view. Opens the workflow behind the app for direct editing.</td></tr></tbody></table>

***

### Community Apps

Apps published with Community visibility appear in the global Marketplace after passing moderation. Community users can:

* Explore and search: Browse apps by category or search for specific use cases.
* Use the app: Input data and generate assets directly. Credits are deducted based on the base cost plus your earning tier.
* Like the app: Show appreciation and help surface popular apps in the Marketplace.
* Clone the app: Duplicate it to customize for their own needs (if cloning is enabled). A fixed credit amount is transferred to you.

***

### Team Apps

Apps published with Team visibility appear for all team members. Team members can:

* View and use the app to generate assets.
* Like the app.
* Clone the app (if cloning is enabled) to create their own independent version.

***

### What's Next

Want to maximize your app's reach and earnings in the Marketplace? See [App Marketplace →](https://claude.ai/chat/app-marketplace.md) for details on credit earning, pricing strategy, and discoverability tips.


---

# 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://help.imagine.art/workflows/app-builder/manage-your-apps.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.
