# 共有プロジェクトにおけるメンバーロール

外部Organizationのプロジェクトメンバーは、共有プロジェクトではManager（マネージャー）、またはAnnotator（アノテーター）のいずれかになることができます。

## 共有プロジェクトのManager

外部Organizationのマネージャーは、プロジェクトへの積極的な貢献者ですが、自分の組織からメンバーを追加/削除する以外の管理者権限は持っていません。**マネージャーは以下ができます。**

* **プロジェクト管理**
  * 自分の組織からメンバーを追加・削除する
* **アノテーション**
  * 画像をアノテーションする
* **コラボレーション**
  * コメントを残す

## 共有プロジェクトのアノテータ

注釈者はプロジェクトへの積極的な貢献者ですが、管理者権限はありません。アノテータは、このプロジェクトに貢献していますが、管理者権限はありません。

* **アノテーション**
  * 画像をアノテーションする
* **コラボレーション**
  * コメントを残す

## まとめ <a href="#recap" id="recap"></a>

|                   |   Host  |           |           | External |           |
| ----------------- | :-----: | :-------: | :-------: | :------: | :-------: |
|                   | Manager | Developer | Annotator |  Manager | Annotator |
| **プロジェクト管理**      |         |           |           |          |           |
| プロジェクトの名前の変更・削除   |    ✅    |     ❌     |     ❌     |     ❌    |     ❌     |
| 設定の変更             |    ✅    |     ❌     |     ❌     |     ❌    |     ❌     |
| アノテータのアサイン・アサイン解除 |    ✅    |     ❌     |     ❌     |     ❌    |     ❌     |
| メンバーの追加・削除        |    ✅    |     ✅     |     ❌     |     ✅    |     ❌     |
| ラベルの追加・削除         |    ✅    |     ✅     |     ❌     |     ❌    |     ❌     |
| **データセットを扱う**     |         |           |           |          |           |
| データセットの追加・削除      |    ✅    |     ✅     |     ❌     |     ❌    |     ❌     |
| 画像ファイルのダウンロード     |    ✅    |     ✅     |     ❌     |     ❌    |     ❌     |
| アノテーションデータのダウンロード |    ✅    |     ✅     |     ❌     |     ❌    |     ❌     |
| **アノテーション**       |         |           |           |          |           |
| 画像のアノテーション        |    ✅    |     ✅     |     ✅     |     ✅    |     ✅     |
| **コラボレーション**      |         |           |           |          |           |
| 画像のレビュー           |    ✅    |     ✅     |     ❌     |     ✅    |     ❌     |
| コメント              |    ✅    |     ✅     |     ✅     |     ✅    |     ✅     |


---

# 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/collaboration/collaborating-with-external-organization/project-member-roles-in-shared-projects.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.
