> For the complete documentation index, see [llms.txt](https://docs.projectcatalyst.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectcatalyst.io/previous-funds/fund10-docs/project-onboarding/funded-proposers-fp/statement-of-milestones/how-to-use-the-milestone-module-in-f10/approval-of-the-proof-of-achievement/using-the-milestone-module/roles-and-responsibilities/milestone-reviewer-using-the-milestone-module/actions-that-milestone-reviewers-can-carry-out-in-the-module/milestone-reviewer-can-review-milestones.md).

# Milestone Reviewer can review milestones

Once a milestone is submitted by FP, the Milestone Reviewer will receive notifications in the Milestone module’s To-do list/Updates area.&#x20;

Milestone Reviewers won’t receive any email notifications.&#x20;

Reviewers must use the Open Milestone button to start the milestone review process and fill in the relevant fields. Once reviewed, the milestone to review will disappear from the To-do list/Updates area.

<figure><img src="https://lh4.googleusercontent.com/NvsecNjfhGq87SMsZbkLxxlxUk-xidK5OKGiT3t9jO2BVljHG-fIl36lgx9Ix0PFqibRjTt2Juwk3l8UeLVgKX9EuIjxcBrs7FlRBh_RVs9V0PCpDgx-B7A1NkNTvz3Nx7jP9X3sPsA1uuY5Rl2dYw" alt=""><figcaption></figcaption></figure>

Clicking Submit review for this Milestone reveals new fields. Reviewers may decide which part of the milestone should be approved by ticking the checkbox and adding  comments. If some part is not approved, the checkbox shouldn’t be ticked, and comments should be added.

<figure><img src="https://lh3.googleusercontent.com/ZHxAreN3rG1269UIOq1KL4YbRsuQAaA2rtqVQA3P43b6IbUBzEwvQxj77-lCSqMb3jNEhplWxynbwc2jyftUFuxooPcD6pkTL2ThCio3S0JBJlSmxvhALGsVNRLbdcyF1o-pxdaN2QrgiXtNk0VZUg" alt=""><figcaption></figcaption></figure>


---

# 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.projectcatalyst.io/previous-funds/fund10-docs/project-onboarding/funded-proposers-fp/statement-of-milestones/how-to-use-the-milestone-module-in-f10/approval-of-the-proof-of-achievement/using-the-milestone-module/roles-and-responsibilities/milestone-reviewer-using-the-milestone-module/actions-that-milestone-reviewers-can-carry-out-in-the-module/milestone-reviewer-can-review-milestones.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.
