# My Tasks

{% hint style="success" %}
If you don't want to re-assign the **ownership** of a lead to someone else but still want to **delegate** a task, you can utilize the "**Add Task**" option. This allows you to **retain ownership** while assigning a task to another person.&#x20;
{% endhint %}

The assigned individual can **view** and **complete** the task, updating its **status**. Meanwhile, the person who assigned the task can check the **status** and **dispose** of the lead based on the actual status update.

### Let's discover how to add or assign a task:

***

1. Within any lead, in addition to lead information and disposing of the lead, there is an option called '**Others**.' Here, you can add a task or assign a task for that **specific lead** to someone else.

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

2. Upon clicking on that option, you'll be redirected to a new window where you can assign a task or add a task by clicking on the '**Add New**' button next to the '**Task Details**' section.

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

3. Once you click on the "**Add New**" button, enter basic details such as the person you want to **assign** the task to, the **deadline** for completing the task, and any **remarks** for better understanding. After entering all the details, make sure to click on "**Add**" to assign the task.

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

4. On the left-hand side of the screen, just above the **Report Section**, there is an option labeled '**My Task**.' This option provides access to all the available tasks. This feature enables users to conveniently search for tasks. It consists of **two main sections**:

* Assigned to me
* Reported by me

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


---

# 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.neodove.com/neodove-web-application/my-tasks.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.
