# Manage Your Tasks

**Managing Tasks in the Mentorship Program**

To effectively manage tasks assigned to you, follow these steps:

#### Accessing Your Tasks

1. **Sign in to the Mentorship Program**: Log in to the mentorship platform to access your tasks.
2. **Select the My Tasks Tab**: Once logged in, navigate to the "My Tasks" tab to view your assigned tasks.

#### Viewing and Managing Tasks

In the "Tasks Assigned To Me" section, you can view and manage the following types of tasks:

* **Prerequisite Tasks**: Review and complete any prerequisite tasks required for the mentorship program.
* **Mentorship Milestone Tasks**: View and complete tasks related to the mentorship program milestones.

#### Updating Task Status

To update the status of a task, follow these steps:

1. **Upload a File (if required)**: If a task requires a file upload, complete the task by uploading the necessary file.
2. **Change Task Status**: Use the "Status" dropdown to update the task status to:
   * **Pending**: Indicate that the task is pending completion.
   * **In Progress**: Notify the mentorship admin and mentor(s) that you are working on the task.
   * **Submitted**: Notify the mentorship admin and mentor(s) that you have completed the task by uploading a file.

#### Task Status Descriptions

Below are the descriptions of the different task statuses:

* **Pending**: The task is pending completion.
* **In Progress**: You are currently working on the task.
* **Submitted**: You have completed the task and uploaded a file to notify the mentorship admin and mentor(s)

{% hint style="info" %}

* You can filter tasks by status from the **Task Status** drop-down.
* You can sort tasks in ascending or descending order from the **Sorting Order** dropdown.
  {% endhint %}

![tasks assigned to you](https://3411187760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2Fgit-blob-82845f7358c5585b64a6d1fc2943a6ca0354e6f7%2Ftasks%20assigned%20to%20me.png?alt=media\&token=30184edb-748b-4834-a07c-ae2dae1d63e2)


---

# 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/mentees/manage-your-task.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.
