> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/vibe-coding/app-editing-and-management.md).

# App editing and management

Check out the step-by-step guide to search for projects, change names, view details, and move or delete your applications.

### Search for an application

1. Enter the project name or keyword in the search bar, located on the left sidebar.
2. Click the corresponding application in the results to access it.

### Change application name

To change the app name, follow these steps:

1. Click the three-dots icon next to the application name.
2. Select the **Edit** option.
3. In the modal, enter the new name.
4. Click **Save**.

### Add to favorites

To add an app to favorites, follow these steps:

1. Click the three-dots icon next to the application name.
2. Select **Add to favorites**.
3. All set! Your app will always be highlighted on the Favorites tab.

### Remove from favorites

To remove an app from favorites, follow these steps:

1. Click the three-dots icon next to the application name.
2. Select **Remove from favorites**.

### View application details

Click on the application card to open the details area and view integration information, such as GitHub, Supabase, and local directories.

### Move to a project

To move an app to a project, follow these steps:

1. Click the three-dots icon next to the application name.
2. Select **Move to project**.
3. Choose an existing project from the list or select Private if you wish to keep the application restricted.

### Delete application

To delete the app, follow these steps:

1. Click the three-dots icon next to the application name.
2. Select **Delete app**.
3. Confirm the action in the validation window.

{% hint style="warning" %}
This action cannot be undone after confirmation.
{% endhint %}


---

# 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://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/vibe-coding/app-editing-and-management.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.
