# Task Reports

### Overview

The task report feature allows users to generate detailed reports on the tasks of their employees and track their progress, enabling better productivity and more effective task management.

When you click on "Task report" option, you are directed to a screen like the one mentioned below:

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

Here is the list of all users with their task report, you can check how many tasks are assigned to the users and how many they have completed, also the score is available there.

&#x20;If you see there is a "arrow button" next to all the users, please refer the image mentioned below:&#x20;

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

When you click on this button, you are directed to a screen which looks like the one mentioned below:&#x20;

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

Here you can see the detailed information of the employee with his tasks, like:

* List of retailers and their markets that the employee is responsible for visiting.
* Due date for each task.
* Tracking of when each task is completed.
* Status of each task (completed/pending) for easy management and monitoring.

{% hint style="info" %}
You can also use different filters.
{% endhint %}


---

# 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.7sales.7system.in/7salesdocs/task-management/task-reports.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.
