# Task Report

Task reports can be used to view all of the tasks in your project and their agents' involvement. The supervisor may use this as one metric to evaluate how active agents perform their responsibilities. To view the report, go to the **Analytic** menu and click the **Employee** menus, then click **Task Report** which you can find on the left sidebar.

![Task Report](/files/VBG0b5YOCbyInYuP7Sxq)

**Component Explanation:**

| Name           | Description                                                                    |
| -------------- | ------------------------------------------------------------------------------ |
| Agent          | Agent's name.                                                                  |
| Number of Task | Total tasks owned to the agent.                                                |
| On Going       | Total current task load by the agent.                                          |
| Done           | Total tasks that the agent has accomplished.                                   |
| Overdue        | Total pending tasks owned by the agent.                                        |
| Detail         | Action 'detail' button to view the detailed report of the agent's task report. |

In Addition, Supervisors can also view detailed tasks from specific agents by clicking the **'Detail'** action, as shown below.

![Detail Task Report](/files/k4YhJ3pmwV8O9IcKNIDi)

**Component Explanation:**

| Name         | Description                                         |
| ------------ | --------------------------------------------------- |
| Task Name    | Agent's task name.                                  |
| Created By   | Indicates task creator's name.                      |
| Due Date     | Indicates time estimated to finish this task.       |
| Created Date | Indicates when task created.                        |
| Started Date | Indicates when the agent began working on the task. |
| Done date    | Indicates when the agent has completed the task.    |


---

# 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.3dolphins.ai/analytic/employee/task-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.
