# Task Report

The Task Report section analyzes task data and presents it in a visual format, such as a pie chart, for easier understanding. This offers a comprehensive evaluation of all tasks stored in the system's database.

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

The Reports section includes task data in a table with task name, project name, due date, assigned member, and task status. This data creates cumulative reports to identify areas needing improvement. Task reports are easily exportable based on user requirements.


---

# 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://wheel-erp.gitbook.io/wheel-erp-user-guide/report/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.
