# Assigned to me

{% hint style="success" %}
The tasks that were directly assigned to the user are visible under the "**Assigned to me**" section.
{% endhint %}

### Let's explore the steps to view the tasks assigned to you:

***

1. **Log in** to your NeoDove web application.
2. Select the '**Task'** option from the left-hand side of the screen.
3. Next, click on the '**Assigned to me**' option.
4. Afterward, all the tasks assigned to you by other users will be **visible** on your screen.

<figure><img src="/files/48e3EyOSDXn0lejX59OR" alt=""><figcaption></figcaption></figure>

5. To **review** the details of a task assigned to you, click on that specific task. Subsequently, you can click on "**Edit**" to add comments and **update** the status of the task.

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

6. After adding the desired comments for that specific task and selecting the updated status, click on the "**Update**" option at the bottom to have the **status** updated for that particular task.

<figure><img src="/files/CAW68J3a5QHEWvoUdZax" 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/assigned-to-me.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.
