> 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/resubmit-poa-to-supersede-existing-poa.md).

# Resubmit PoA to supersede existing PoA

FP may resubmit a PoA if it was not approved by any Catalyst Team sign-off user. The FP may resubmit a PoA using the Resubmit PoA button.

<figure><img src="https://lh4.googleusercontent.com/3ZJWmlQ_u6HNGW9i0RfTe-yiD2qMdY8e-c-ls2TObjktNyX_7e5ExsFZdFMV4-Rc64FIrEMqSQzX75zgvf3E29ULF20Av-JlfLOi7ey8u3ncA3BeO3gVfRoEhtR7MA3OZ6Jg1Sr_fsewY7Jn3hw6Tw" alt="" width="563"><figcaption></figcaption></figure>

Resubmitting  PoA means that it will go through the review process again.

Once the PoA is resubmitted, it will be visible on the milestone page, and the previous PoA submission will be archived.

<figure><img src="https://lh5.googleusercontent.com/gpDRim7i38Z5N2EMVv10jq_0XzEs72zvKNmG6amga2BQCYBUpWRwETZWgO28zNM9cI_AKsubo8Vw3H8CBAgXvv4O7r1itQgymJwpzF3wdenwFGGfGsCyoaPPaFdc9jvqOsyK_odKmwSg02wlEP6mNA" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh5.googleusercontent.com/PHy1YaVtGG9eBp-SrWEoMN6cLAmyVVtLVyuMlV_Oc1B5bSWVROGvxKfiwu0knF1WM13-WE77tC9SgjsDdW4FjvA1z12JcfdbcILi_9T5qRtyiYY7LnoumKl9kpoYxMdsL7yycvQZyotrGLz38TnAfg" alt=""><figcaption></figcaption></figure>

Once the PoA is approved by a Catalyst Team sign-off user, it will be locked. When locked, a PoA can no longer be resubmitted, and the button Resubmit Proof of Achievement  will disappear.

<figure><img src="https://lh5.googleusercontent.com/wsYBFtCnuvwLuD-Diemc1uG03OklmsTMUHg4UzeUWY-O9PPGPtUXzxlHPYiKotcUCLZeiZ2GWiyyL6HlpYze93sQPeKI2S1sHyTppwXJ_8Hy4k6gY87vOrpQYIOfZo_0THw6748Tjg4lHEcCG55Vig" alt="" width="563"><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/resubmit-poa-to-supersede-existing-poa.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.
