> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/annotate/annotation-insights.md).

# Annotation Insights

{% hint style="info" %}
Annotation Insights are a **premium** feature.

For up-to-date information on our plans and their associated features, see our [pricing page](https://roboflow.com/pricing).
{% endhint %}

Annotation Insights show statistics on annotation jobs for projects in a workspace. You can view insights by date, labeler, and project.

For example, you can find:

1. How many images someone annotated in a given time frame;
2. How many images were rejected during the approval stage for a project;
3. How many bounding boxes were drawn for a project;
4. Time spent labeling, and more.

### View Annotation Insights

To view Annotation Insights "Settings", then "Manage Users" in the Roboflow sidebar:

<figure><img src="/files/r3dYcDhxvd8SriGIdFpw" alt=""><figcaption></figcaption></figure>

Then, click "Annotation Insights":

<figure><img src="/files/fwk4RGakbBJ6bnKHgYuX" alt=""><figcaption></figcaption></figure>

You will then be taken to the Annotation Insights dashboard:

<figure><img src="/files/RAFqEPgl0NMGiTkJSSPx" alt=""><figcaption></figcaption></figure>

On the dashboard, you can see aggregate information about the number of annotations created, updated, and removed over a given time period. You can also see a breakdown by project.

### Labeler Statistics

The dashboard table breaks annotation activity down per labeler and project.

| Column                                                                              | Description                                                                 |
| ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| "Images Labeled"                                                                    | Images the labeler annotated, including images marked as having no objects. |
| "Net Annotations"                                                                   | Annotations added minus annotations removed.                                |
| "Total Annotations Added", "Total Annotations Removed", "Total Annotations Updated" | Counts of the annotation changes the labeler made.                          |
| "Model Assisted"                                                                    | Images the labeler annotated using model-assisted labeling.                 |
| "Marked Null"                                                                       | Images the labeler marked as having no objects.                             |

When annotation review is enabled for the Workspace, the table also shows review statistics:

| Column          | Description                                                                                                                                                                              |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| "Approved"      | Images approved during review.                                                                                                                                                           |
| "Rejected"      | The total number of rejection events. Every rejection counts, including images that are later corrected and approved.                                                                    |
| "Approval Rate" | First-pass acceptance, the percentage of reviewed images approved without ever being rejected. An image that is rejected and later approved does not count toward first-pass acceptance. |

{% hint style="info" %}
"Rejected" counts rejection events, not the images currently in a rejected state. An image that is rejected, corrected, and re-approved still adds to the total, so the count reflects every time work is sent back for revision.
{% endhint %}

You can filter results by:

* Date range
* Project
* Labeler (either the whole team, or select members)

You can also export results as a CSV.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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