# Annotation Insights

{% hint style="info" %}
Annotation Insights는 하나의 **프리미엄** 기능입니다.

요금제와 각 요금제에 포함된 기능에 대한 최신 정보는 [요금 페이지](https://roboflow.com/pricing).
{% endhint %}

Annotation Insights는 workspace 내 프로젝트의 annotation 작업에 대한 통계를 보여줍니다. 날짜, labeler, 프로젝트별로 인사이트를 볼 수 있습니다.

예를 들어, 다음과 같은 정보를 찾을 수 있습니다:

1. 특정 기간 동안 누군가가 몇 개의 이미지를 annotation했는지;
2. 프로젝트의 승인 단계에서 몇 개의 이미지가 거부되었는지;
3. 프로젝트를 위해 몇 개의 bounding box가 그려졌는지;
4. 라벨링에 소요된 시간 등.

### Annotation Insights 보기

Annotation Insights를 보려면 Roboflow 사이드바에서 "Settings" 다음 "Manage Users"를 선택하세요:

<figure><img src="/files/934bfcf7c098ad6d3516b1075ce2fb028c6bada7" alt=""><figcaption></figcaption></figure>

그런 다음 "Annotation Insights"를 클릭하세요:

<figure><img src="/files/6af28f03c93cb58dee1c69a7a21496860cb95ebc" alt=""><figcaption></figcaption></figure>

그러면 Annotation Insights 대시보드로 이동합니다:

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

대시보드에서 특정 기간 동안 생성, 업데이트, 삭제된 annotation 수에 대한 집계 정보를 볼 수 있습니다. 또한 프로젝트별 세부 내역도 볼 수 있습니다.

결과는 다음 기준으로 필터링할 수 있습니다:

* 날짜 범위
* 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-ko/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.
