> For the complete documentation index, see [llms.txt](https://docs.neodove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neodove.com/neodove-mobile-application/my-tasks.md).

# 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.
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 **'+'** button at the extreme **right bottom** of the screen.

![](https://lh7-us.googleusercontent.com/TAPEZL0CrdNoUXdnQJK-zpgQzTeoyBsa7UfeoLbuH8oG1mbDI_ZU9XL9iSMqNSQ8xeikul1QCx5kWLW9l82ALCHnbZDtCIQEM1Bf1jB4vUhmnJvwHalJ2U2YLUB0kh4KSrdORAnz7t4kccPs8-JSlXw)![](https://lh7-us.googleusercontent.com/mMDAjdba95mZIl3tp-dwj6bwmmoZ6z7CxFYYLBJ3AZ9F43LZtarBkzpUvxbMHh3qO6HfVePMdTNi0Jfjq79sTyJ_AYrRfZix9DFmf4MuzQAXOnHqpowrBwCejn86CoX5NhvcTMuij2bU1MWfCxAz720)

3. Once you click on the **'+'** 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 **'Assign'** to assign the task.
4. On the main screen, just beside the **'My Report'** option, there is an option labeled **'My Tasks'.** 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

![](https://lh7-us.googleusercontent.com/YpRXiKX32yDylDMSOnRDynHKKfR9ZMDsPV8gto5Xr4r03SlvJc4crmR_SXj8uXNZtskkgyW3pCzFUsMKV80pPQ6kCXGHjKC9Yjc9JnTkLy75lImG-hjLZrOPwilkbpvXKwyjAXSuVY0Iir5GgE1pBzY)![](https://lh7-us.googleusercontent.com/XR5WYpAlwEqcEog2kBzmN6cJUqEkDW7ZwgxAPmsJHTRnn4d_EI2UhrxhIEwrMA2O0CwQi7Y6EPw7KWw6lkAaEojJZUOzg1nDoSvdrGQYxp8rAiI6ijGYJLDgFyeZ5O_9JGTvsSAwKXIXbQQdlHdGI9s)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.neodove.com/neodove-mobile-application/my-tasks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
