> 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/how-to-create-app-in-creator/project.md).

# Project

Projects allow you to organize and share applications with your team.

### How to create a project in Creator

To create a new project, follow these steps:

1. On the left sidebar, in the **Projects** tab, click the **New Project** button.

<figure><img src="https://2493694111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQPcfIOA6Tl2Bmk6CdV2O%2Fuploads%2FLS1cT3BFbZoigvqxh4lo%2F2D606867-21CE-4B36-9E74-CD0BE994CD6D.png?alt=media&amp;token=63ef7827-3bb3-4df0-8dfc-96e383c750f0" alt=""><figcaption></figcaption></figure>

2. In the **Project name** field, type the project name.
3. Click **Create**.

{% hint style="info" %}
The project creator has Administrator permissions by default.
{% endhint %}

### How to access a project in Creator

1. On the left sidebar, select the **Projects** tab.
2. Click on the desired project to open it.

{% hint style="warning" %}
Make sure the administrator has granted your account access to the project.
{% endhint %}

### Manage project members

Add or remove users to control access to project applications.

1. On the left sidebar, in the **Projects** tab, make sure you are in the desired project.
2. Click the three-dots icon next to the application name and choose the Members option.
3. Select members previously registered on the platform.
4. Set the desired permission level for each user.
5. Click **Add**.
6. Click **Close** to finish.

{% hint style="info" %}
Also read: [How to add users in Creator](/english/skyone-studio/artificial-intelligence/vibe-coding/creator-settings.md#add-users-to-the-workspace).
{% endhint %}

### Change project name

To change the project name, follow these steps:

1. On the left sidebar, in the **Projects** tab, make sure you are in the desired project.
2. Click the three-dots icon next to the project name and select **Rename Project**.
3. In the modal, type the new name.
4. Click **Save**.

### Delete project

To delete the project, follow these steps:

1. On the left sidebar, in the **Projects** tab, make sure you are in the desired project.
2. Click the three-dots icon next to the project name and select **Delete Project**.
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/how-to-create-app-in-creator/project.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.
