# Manage Mentees Applications

{% hint style="warning" %}
**Important:** You cannot accept a mentee who has graduated or is actively participating in another Linux Foundation mentorship program.
{% endhint %}

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.

<figure><img src="https://3411187760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2Fgit-blob-f3947bbace65292ed352b2047220ab6ff8be5f19%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Please note the following application statuses:

* **Pending**: The mentee has submitted their application to the mentorship program. The application is ready for review when "Tasks Submitted" appears above the status dropdown.
* **Accepted**: The mentee has been accepted into the program. Accepted mentees are also listed on the program dashboard.
* **Withdrawn**: The mentee has withdrawn their application. This status will also apply if the admin withdraws a mentee due to non-performance.
* **Declined**: The mentee’s application for the mentorship program has been rejected.
* **Graduated**: The mentee has completed the mentorship program.

The Current Mentees section contains the following information:

| Name                                         | Description                                                                                                                                                          |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Mentee**                                   | mentee name and avatar                                                                                                                                               |
| **Application Status**                       | indicates mentee application                                                                                                                                         |
| **Application Dates**                        | <p><strong>Created:</strong> date when the applicant submitted the application.</p><p><strong>Updated:</strong> date when the applicant updated the application.</p> |
| **Other Applications**                       | names of other mentorship programs that you manage to which the applicant has applied, along with application status.                                                |
| **View Tasks**                               | CTA to [view and manage](https://docs.linuxfoundation.org/lfx/mentorship/administrators/manage-mentee-tasks) mentee tasks                                            |
| **+Add Task**                                | CTA to [add tasks](https://docs.linuxfoundation.org/lfx/mentorship/manage-mentee-tasks#add-task) for mentees                                                         |
| **Decline All Pending Mentees Listed Below** | CTA button simultaneously declines all mentees with pending application status                                                                                       |
| **Filter By Application Status**             | Dropdown to filter mentee candidates by their application status                                                                                                     |
| **Download Mentees By Status**               | CTA button to download a .csv file with a list of all the mentees based on the selected application status                                                           |


---

# 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-mentees-applications.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.
