# アノテータをアサインする

まだアノテーションが開始されていない画像をランダムに選んでアノテーションすることもできますが、特定の画像をアノテータに割り当てるとトレーサビリティを向上できます。複数のアノテータに自動的に画像をアサインしたり、特定のメンバーに画像をアサインできます。

## アノテーターをアサインする

アノテーターに画像をアサインするには、`Assign annotator`を使います。画像がアノテーターに割り当てられると、アノテーターの名前が**Assignee**として表示されます。

アノテーターはこの情報を使って、自分にアサインされた画像を簡単にフィルタリングすることができます。

{% hint style="info" %}
画像にアノテーターを割り当てても、他のメンバーがその画像にアノテーションするのは妨げません。
{% endhint %}

## 複数のアノテーターを一度にアサインする

複数のメンバーに画像をアサインしたい場合は、一括アサイン機能を使用します。

1. プロジェクトのパンくずにあるドロップダウンを開きます。
2. `Assign annotator` を選択します。
   * 現在のディレクトリ内の画像は選択するがサブフォルダ内の画像を除外したい場合は、`Without subfolders`を選択します。
   * サブフォルダ内の画像を含めてカレントディレクトリ内のすべての画像を選択したい場合は、`With Subfolders`を選択します。
3. （オプション）アノテーターにアサインしたい画像の数を変更します。
4. アサインしたいメンバーを選択します。

{% hint style="info" %}
ファイルの数は、現在どのアノテーターにも割り当てられていないファイルのみを表示します。
{% endhint %}

## アノテーターのアサインを解除する

アノテーターのアサインと同じ方法で、`Unassign 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/projectsetup/assigning-annotators.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.
