# Additional Guidance

### Is **your project considering open source licensing? Here's how to go about it:**

If you declare that the project will be open-source in the application form, it must remain open-source throughout the entire lifecycle of the project, with a publicly accessible repository.

Open-source software is software whose source code is publicly accessible and licensed in a way that allows anyone to use, modify, and share it freely, typically under licenses approved by the Open Source Initiative.

Proprietary software source code is not publicly available and the rights to use, modify, or redistribute proprietary software are restricted and typically reserved by the software's owner.

<https://opensource.org/licenses>

### S**ubmitting Milestones for your F15 proposal**

What is a Milestone?

A milestone is a specific point in a project’s timeline used to measure progress toward finishing the project successfully. It acts like a signpost marking major deliverables and important events or decision points within the project.

Why are milestones important?

* They show the big steps you need to complete your project.
* They provide clear, measurable points to prove your progress.
* They help Reviewers understand that you know how to manage your project effectively.

What you need to do:

* List your key milestones - Identify the main steps or events that you need to complete to finish your project. At this stage, just provide a list of these milestones.
* Show how you will prove completion - Think about how you will demonstrate that each milestone is done. This could be through reports, deliverables, tests, or other evidence.

How this helps your proposal:

Including clear milestones in your proposal shows Milestone Reviewers that you understand your project’s important phases and can track your progress clearly.

What happens after funding approval?

If your proposal gets funded, you will need to provide a detailed [Statement of Milestones](/previous-funds/fund14-docs/project-onboarding/milestone-based-proposals.md) during onboarding. This will include:

* Specific acceptance criteria for each milestone (what counts as “done”)
* Expected delivery dates
* Costs associated with each milestone
* Evidence you will submit to prove completion

Tips for defining milestones:

* Treat milestones as a simple project delivery plan.
* Remember, milestones are flexible and can be refined later during onboarding if your proposal is approved.

By clearly identifying your milestones now, you set a strong foundation for managing and successfully completing your project!<br>


---

# Agent Instructions: 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:

```
GET https://docs.projectcatalyst.io/current-fund/proposal-submission/additional-guidance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
