# Manage Mentees Tasks

1. Log in to [Mentorship](https://mentorship.lfx.linuxfoundation.org), click the **My Mentorships** tab.
2. Select the program for which you are an administrator. Click the program card.
3. On the next page, click the **Current Mentees** tab to view the list of all the mentee applicants.

3\. Click the **Filter By Application Status** dropdown to view accepted mentees.

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

### **View Mentee Tasks**

1. Click **View Tasks** for all the tasks that are assigned to the mentee. **Tasks Assigned to \<Mentee>** table appear with all the details.
2. Select or clear the **Hide Prerequisite Tasks** checkbox to view or hide the prerequisite tasks.
3. Click **Minimize** to minimize the task details for the mentee.

After a mentee submits a file for a task, you can view or download the file by clicking the respective icon beside a task, as shown below.

![](/files/-M8Vn3WUW56gdqF9TFzf)

### **Change Status**

Select a value from the **Tasks** **Status** drop-down list: In Progress, Submitted, Completed.\
When you update a task, the mentee receives an email informing them that the task is updated.

**Note:** Mentees can also change status of a task to either In Progress or Submitted by navigating to their accounts. If Mentees change their status, the same status also reflects on you.

![](/files/5rvIOVEcWe52Nmf7Cm0I)

Below is a description of each status:

| Status Name     | Description                                                                            |
| --------------- | -------------------------------------------------------------------------------------- |
| **Pending**     | Mentee hasn't started to work on the task.                                             |
| **In Progress** | Mentee is working on the task, and has changed the status to **In Progress.**          |
| **Submitted**   | Mentee has completed the task and changed the status to **Submitted.**                 |
| **Completed**   | Set to task status to **Completed** if a mentee has satisfactorily completed the task. |

### **Add Task**

Click **+ Add Task** to add a new task for a selected mentee or for all the accepted mentees.\
The Create Task page appears. Complete the form fields and click **Add Task**. When you create a task, the mentee applicant receives an email informing them that a new task is assigned.

![](/files/-M8PSeiJyjGmjRhmxf7T)

### **Edit Task**

{% hint style="warning" %}
**Important:** You cannot edit prerequisite tasks.
{% endhint %}

![](/files/-MDnH9xCaXxFL_RcMxmd)

Click **Edit Task** for a mentee task.\
The Edit Task dialog appears. Modify the task and click **Submit**.

![](/files/-M8PUCXRQrOpoz4LfQM6)


---

# 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.linuxfoundation.org/lfx/mentorship/administrators/manage-mentee-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.
