> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/mentorship/administrators/approve-mentee-stipends.md).

# Approve Mentee Stipends

After mentees submit their Expensify reports (see [Submit Expensify Report to Receive Mentorship Stipend](/lfx/mentorship/mentees/submit-a-report-to-receive-a-mentorship-stipend.md)), you, as an administrator, will receive a notification email from Expensify. To process the report, follow these steps:

1. **Open the Expensify notification email.**
2. **Click the “Approve” button** in the email to be directed to the Expensify page, where you can approve or decline the report.

{% hint style="info" %}
**Note:** pay stipends according to each mentee's geographical location. For details on stipend amounts allocated by region, see [Total Stipend Amount](/lfx/mentorship/mentee-stipends/total-stipend-amount.md).
{% endhint %}

#### Conditions for Declining a Report

You may **decline** a report in the following scenarios:

* **Incorrect Amount Filed:**\
  The mentee files for the wrong stipend amount (e.g., the total stipend is $3,000—paid in two installments of $1,500 each—but the mentee requests the full $3,000 in the first installment).
* **Incomplete Tasks:**\
  The mentee did not complete the tasks assigned to them.

\\


---

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