# レポートパネル

レポートパネルには、プロジェクトの進捗状況を把握するのに役立つ重要なメトリクスが表示されます。

| Field           | Description                 | Status of image                             |
| --------------- | --------------------------- | ------------------------------------------- |
| **Total**       | 画像の総数                       | All                                         |
| **To do**       | アノテーションが開始していない画像の数         | New                                         |
| **In Progress** | アノテーションが開始しているが、完了していない画像の数 | <p>In Progress</p><p>Waiting for change</p> |
| **Submitted**   | アノテーターが完了したと登録した画像の数        | Waiting for review                          |
| **Approved**    | レビューに合格した画像の数               | Done                                        |

{% hint style="info" %}
画像の数は現在のディレクトリを基準にして計算されます。サブフォルダを含め、現在のディレクトリに存在するすべての画像を対象にカウントします。そのため、下の階層にいくと新しいディレクトリに基づいて数が再計算されます。
{% endhint %}

これらのメトリクスは、プロジェクトのワークフローと密接に関係しています。

**ワークフローについて詳しく知りたい場合は、こちらをご覧ください。**

{% content-ref url="/pages/-MF3VMiAoV5z5u-LHqTP" %}
[ワークフローとステータス管理](/jpn/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/jpn/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.
