# プロジェクトの設定

プロジェクトはAnnoStationでトレーニングデータを管理し、アノテーション作業を行うベースとなります。プロジェクト毎にデータセットを追加し、ラベルを定義し、メンバーを追加します。

## 新しいプロジェクトを作成する

ownerは新しいプロジェクトを作成することができます。`Project`タブで**New Project**をクリックし、プロジェクト名を入力してください。

{% hint style="info" %}
プロジェクト名はOrganization内でユニークでなければなりません。
{% endhint %}

新しいプロジェクトを作成したら、[データセットを追加](/jpn/mastering-annostation/projectsetup/data-set.md)しましょう。

## プロジェクトの名前を変更する

プロジェクトの名前を変更するには

1. 名前を変更したいプロジェクトを開きます。
2. `Settings`タブに移動します。
3. 新しい名前を入力して、**Update**をクリックします。

{% hint style="info" %}
名前の変更や削除を行うには、適切な[**ロール**](/jpn/mastering-annostation/projectsetup/project-members/project-member-roles.md)が必要です。
{% endhint %}

**ロールの詳細については、こちらをご覧ください。**

{% content-ref url="/pages/-MFjcnxbvRF4C4ToyQXO" %}
[プロジェクトメンバーのロール](/jpn/mastering-annostation/projectsetup/project-members/project-member-roles.md)
{% endcontent-ref %}

## プロジェクトの削除

プロジェクトは削除できますが、いったん削除すると、プロジェクト内のデータはすべて消去され、元に戻すことはできません。十分注意して削除するようにしてください。

削除したいプロジェクトを開きます。

1. `Settings`タブに移動します。
2. `Danager zone`を開き、**Delete**をクリックします。
3. 削除するかどうか聞かれるので、動作を確認します。


---

# 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/jpn/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.
