# Report panel

The report panel provides important metrics to help you understand the progress of your project.

| Field           | Description                                                   | Status of image                             |
| --------------- | ------------------------------------------------------------- | ------------------------------------------- |
| **Total**       | The total number of images.                                   | All                                         |
| **To do**       | The number of images that have not started.                   | New                                         |
| **In Progress** | The number of images that have started but not yet submitted. | <p>In Progress</p><p>Waiting for change</p> |
| **Submitted**   | The number of images that are submitted by annotators.        | Waiting for review                          |
| **Approved**    | The number of images that are approved by reviewers.          | Done                                        |

{% hint style="info" %}
The number is calculated based on the current location. It counts images that exist in the current directory including subfolders. If you go down a hierarchy, the number is recalculated based on the new location.
{% endhint %}

These metrics are connected to the Project workflow.

**If you want to understand more about workflow, take a look here:**

{% content-ref url="/pages/-MF3VMiAoV5z5u-LHqTP" %}
[Workflow and status management](/mastering-annostation/workflow-and-status-management.md)
{% endcontent-ref %}


---

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