> 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/current-fund/project-onboarding/funded-proposers-guides/what-else-further-down-the-line.md).

# What else further down the line?

It is very important that you submit your PoAs at the end of each milestone on time as scheduled in your SoM as this impacts when funds are released to you.

The amount of funding your project receives will be based on the amount you have been accepted to receive and the proposed end date for each milestone.

The final batch of funding is only released once the project has submitted a proof of [Project Closeout Report and proof of Project Closeout Video](/previous-funds/fund14-docs/general-information/project-close-out-report-and-project-close-out-video-pcr-and-pcv.md). The report and video will need to be reviewed and approved by both your assigned Milestone Reviewers and the Catalyst team.

Privacy and Confidentiality

If you wish to remain completely confidential through your Catalyst process then please submit a [ticket ](https://catalystiog.zendesk.com/hc/en-us/requests/new)with your full details including your IdeaScale link and the reason for requesting privacy. At this stage of Catalyst development, it is NOT guaranteed that your identity will remain anonymous.

#### Conflict of Interest <a href="#conflict-of-interest" id="conflict-of-interest"></a>

Conflicts of Interest (CoI) can take form in various ways. In general, a CoI is defined as:

* A conflict of interest occurs when a person's or entity's vested interests raise a question of whether their actions, judgment, and/or decision-making can be unbiased.
* In business, a conflict of interest arises when a person chooses personal gain over duties to their employer, or to an organization in which they are a stakeholder, or exploits their position for personal gain in some way.
* Conflicts of interest often have legal ramifications.

Declaring any CoI’s are important for transparency and auditability purposes. CoI’s can exist at the start of your project and also appear during delivery so it’s important to bear that in mind as your project progresses. If you have any legitimate concerns regarding a potential conflict please submit a ticket [here ](https://catalystiog.zendesk.com/hc/en-us/requests/new)with full details of your concerns so the Catalyst team can review. Honesty and transparency are valued here.


---

# 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/current-fund/project-onboarding/funded-proposers-guides/what-else-further-down-the-line.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.
