# Task Manager

### Overview

A task manager can be for users looking to manage their tasks and projects more efficiently, collaborate effectively, and achieve their goals.&#x20;

The page is something like the one mentioned below:

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

Here you can assign new tasks to any user or employee.

{% hint style="info" %}
When you click on assign option which is shown in front of every user, you can check the tasks assigned to any user or you can also assign or cancel any task you want.
{% 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-manager.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.
