# Project Report

## Summary dialog

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

When a project is completed in reviewer mode, a summary dialog displays key metrics summarizing the labeling results. This feature is accessible only to **admins** and **supervisors**.

You can also export the project or view the full report from this dialog.

If you frequently reopen a completed project, you can choose not to show the summary dialog again for that project.

## Report tab in Project Analytics page

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

This tab provides a more comprehensive report on labeling results. All calculations are based on the reviewer mode of the project. Some metrics may be partially available if the project is not yet completed.

The report starts with the same metrics shown in the summary dialog. Each metric has a tooltip that explains how it is calculated.

It also includes an IAA (inter-annotator agreement) summary, highlighting agreement levels between reviewers and labelers.

Finally, the report displays the most frequently used label classes or most selected answers, depending on the project's labeling type:

* **Top label classes:** Available for both span and bounding box labeling.
* **Top selected answers:** Available for both row and document labeling. Only questions with predefined options are included (radio button, dropdown, and hierarchical dropdown).


---

# 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.datasaur.ai/workspace-management/analytics/project-report.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.
