# Setting up a Project

Project is a base unit to manage, organize and collaborate on the training data in AnnoStation. You can add datasets, define labels and add members to a Project.

## Create a new Project

Owners can create a new project. Click **New Project** while you are in the `Projects` tab, and provide a name of the Project.&#x20;

{% hint style="info" %}
The name of the Project must be unique within the Organization.&#x20;
{% endhint %}

Once a new Project is created, you can start to [add data set](/mastering-annostation/projectsetup/data-set.md).

## Rename a Project

To rename a Project:

1. Open the Project you want to rename.
2. Go to the `Setting` tab.
3. Provide a new name and click **Update**.

{% hint style="info" %}
You need to have the appropriate [**role** ](/mastering-annostation/projectsetup/project-members/project-member-roles.md)within the Project to rename or delet&#x65;**.**
{% endhint %}

**Read more about the roles here:**

{% content-ref url="/pages/-MFjcnxbvRF4C4ToyQXO" %}
[Project member roles](/mastering-annostation/projectsetup/project-members/project-member-roles.md)
{% endcontent-ref %}

## Delete a Project

You can delete a Project, however make sure you are certain about the action as it will delete the complete data set within the Project and it cannot be reversed.&#x20;

1. Open the Project you want to rename.
2. Go to the `Setting` tab.
3. Expand the danger zone and click **Delete**.
4. Confirm the action.


---

# 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.annostation.orni.co.jp/mastering-annostation/projectsetup.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.
