# What is good evidence?

Below is the list of various evidence and the information on how they should look, which may be helpful for Milestone Reviewers:

#### General evidence <a href="#general-evidence" id="general-evidence"></a>

* Evidence indicates what was done/accomplished in the milestone
* There is a clear description of the evidence
* All links are working, and Milestone Reviewer may open it

#### Specific evidence <a href="#specific-evidence" id="specific-evidence"></a>

* If image/video is evidence:
  * Is it high-quality and readable
  * The image/video has a clear description of why it was shared

#### If code is evidence: <a href="#if-code-is-evidence" id="if-code-is-evidence"></a>

* It is in the Git repository (GitHub, GitLab, etc.),
* Checking if activity in Git matches what is stated in the report
  * number of commits
  * number of line codes addition/deletion
  * number of active users
  * number of releases

#### If presentation/slide is evidence: <a href="#if-presentation-slide-is-evidence" id="if-presentation-slide-is-evidence"></a>

* There is a description of what was achieved

#### If a website is evidence: <a href="#if-a-website-is-evidence" id="if-a-website-is-evidence"></a>

* There is clear evidence of new features/updates on the website and their description

In case of other evidence not mentioned above, the proof is checked that the provided is clear, points out what was achieved, and has a description.


---

# 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/project-onboarding/milestone-reviewers-guides/what-is-good-evidence.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.
