# コメント機能

コメントは、プロジェクトの初期段階で曖昧さを取り除くのに最適な方法です。注釈者はエッジケースについて質問をしたり、レビュアーはどのような変更が必要なのかを明確にすることができます。

## 画像内でのコメント

### コメントモードに入る

既存のコメントを画像に表示したり、コメントモードで新しいコメントを残したりできます。

コメントモードに入るには、ツールバーの**コメント**アイコン<img src="/files/-MG6gmntkfiVN1dIrYdm" alt="" data-size="line">をクリックします。

### コメントを残す

1. コメントモードで、画像のどこかコメントを残したい場所をクリックしてください。
2. テキストを入力し、**Send**を選択します。

#### コメントのステータス

コメントは**Unresolved（未解決）**&#x307E;たは**Resolved（解決済み）**&#x306E;いずれかになります。

* 新しいコメントは、**Unresolved（未解決）**&#x30B3;メントとして追加されます。
* プロジェクトビューでは、各画像の**Unresolved（未解決）**&#x30B3;メントの総数が表示されます。

コメントに対して**Resolved**を選択すると、コメントは**Resolved（解決済み）**&#x306B;なります。

### コメントモードを終了する

コメントモードを**終了**するには、以下の方法があります。

* **コメント**アイコンを再度クリックします。
* [アノテーションツール](https://github.com/Incubit/annostation_document/tree/93ced605062f25eccdad0281723dae064cb5804a/mastering-annostation/collaboration/annotating/annotation-tools.md)のいずれかを選択します。
* 別の画像に移動してください。

## コメントへの返信

コメントに返信して議論を続けることができます。

{% hint style="info" %}
元々の問題が解決したら、例えばアノテータがコメントで指摘された問題を修正したら、コメントを常に解決するようにします。

そうすることによって常にUnresolved（未解決）コメントだけを追跡することができます。
{% endhint %}


---

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