> 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/funded-project-fp-using-the-milestone-module/actions-that-fp-can-carry-out-in-the-milestone-module/submit-proof-of-achievement.md).

# Submit Proof of Achievement

FP may begin to submit PoA once every milestone in the SoM is approved by both Milestone Reviewers and by the Catalyst Team sign-off user. The Submit New Proof of Achievement button will appear on the milestone page, along with the field to be filled.<br>

<figure><img src="https://lh3.googleusercontent.com/cG92pKj-o0Djk1nPuaDmFQ1D6NEnXhdoNnmcRExsE_IupPP9TmI_87OWQZzLcO3vy-KwDiW0CYRvYOFLIqSYMvGAXWL1cLAp4rJRcVR-YSZRheL03RuxVEyDy4L7myYUc3FAYME5-lL3dTLSm7J_3Q" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://lh3.googleusercontent.com/1mg3OsFQ8svurBJP6IaL7pGNZXRE-SL-68EvUgN_aiszrPWPoznk0sC_mZrXypKWy6_7vyAGa_qiHMN_0oRLeCHb1m9syNaR5DkheAi16ylNsNLp922tRZ2zKAd9CaCxdczOQ2x0092VxYN7yjBFYw" alt=""><figcaption></figcaption></figure>

Once the PoA is approved by the Milestone Reviewers, FP will receive a notification in the to-do list/updates, visible on the project dashboard.

<figure><img src="https://lh4.googleusercontent.com/yvgw5FhjZFt_PGOuz30W8LlHS5P2H_rwbgH-1LZJCw9Gr3dwIwSst-oOj5nN0OYVgKDOBiis_qBxP0bXfshO1L8a_DROy5Rh1DLmC168LAS9szZVh_KJQ0jEbesLpxVlZV--lnGjAOnnCWCdHm4dWA" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh4.googleusercontent.com/5oBLrTk8OBFS-aUy-CPX76e1tT4gkWYxALdAPMaYRp6v8u95jRUTWxFMAzMOA1rvyRtU2Oiz-dh_b0VyTpIvfeBRziytCaF9GISieGIQLJCxY0dzlha9YQxSt3tmIVvXWErQt36JPuJMnQjqYEb7vg" alt=""><figcaption></figcaption></figure>

If the PoA is not approved, FP will receive a notification in the to-do list/Updates section, visible on the project dashboard.

<figure><img src="https://lh6.googleusercontent.com/vwIOdGBJawhR99AuRFtyE1bpP6g7kysxqRwoaIBLIhvBXAIq53uBD7bKqYr2vqLcRNPMPM_WNos5njN4Sj89hTp6ACEVdXTB11mGyHvONmJ2gUR7GFLs0oQyUh1mkGrtyNSmQ-aX2MsDMOuubAQW-A" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh5.googleusercontent.com/eK28zJjV0SzegrAxQniZNWujvo992v9M4JMqC9DbU-wKWjrYXjsjvQM_52rAhuZCbIcxajjfT5xlehw9gzUHJTNrgT9Zn_FhxfR13KHcDegJjJR4X8Vzzl5SoMmE6Ubz_9zf1vH7Hnuqj5L3UrXyyw" 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/funded-project-fp-using-the-milestone-module/actions-that-fp-can-carry-out-in-the-milestone-module/submit-proof-of-achievement.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.
