# Annotation Insights

{% hint style="info" %}
Annotation Insights は **premium** 機能です。

プランとそれに対応する機能の最新情報については、こちらをご覧ください： [pricing page](https://roboflow.com/pricing).
{% endhint %}

Annotation Insights では、workspace 内のプロジェクトに対するアノテーションジョブの統計を表示します。日付、labeler、プロジェクト別にインサイトを確認できます。

たとえば、次のような情報を確認できます。

1. ある期間内に誰かが何枚の画像にアノテーションしたか；
2. あるプロジェクトの承認ステージで何枚の画像が却下されたか；
3. あるプロジェクトで何個の bounding box が描画されたか；
4. ラベリングに費やした時間など。

### Annotation Insights を表示

Annotation Insights を表示するには、Roboflow のサイドバーで「Settings」、次に「Manage Users」をクリックします。

<figure><img src="/files/82bef4d4811ba4687e228749abdfd85ae4116c92" alt=""><figcaption></figcaption></figure>

次に、「Annotation Insights」をクリックします：

<figure><img src="/files/1d762d586bf63b807728d7643ef87e015f8c8396" alt=""><figcaption></figcaption></figure>

すると、Annotation Insights のダッシュボードに移動します：

<figure><img src="/files/528bbf61f3ca76def082e19dcd579015c4f3b1e1" alt=""><figcaption></figcaption></figure>

ダッシュボードでは、指定した期間に作成、更新、削除されたアノテーション数の集計情報を確認できます。また、プロジェクト別の内訳も確認できます。

結果は次の条件でフィルタできます：

* 日付範囲
* Project
* Labeler（チーム全体、またはメンバーを選択）

結果は CSV としてエクスポートすることもできます。


---

# 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.roboflow.com/roboflow/roboflow-jp/annotate/annotation-insights.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.
