> 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/fund11-docs/moderation-module-guide/catalyst-flags.md).

# Catalyst flags

Once the Community Review stage is finished, the Catalyst Team will exclude reviews that contain less than 150 characters in any of the categories (impact, feasibility, value for money) and then run scripts to flag reviews that are copy (or very similar) of other review, contains abusive language and written using AI.

Flagged reviews will be highlighted by having the checkbox Flagged? Ticked.<br>

<figure><img src="https://lh7-us.googleusercontent.com/jY96gL81hDYBjqZd-pfJ23TSHnsF5Id5IR_3-P8o8FsJ_XjGqXzM-EExKZ183XqGX0LGx6-bL1bm9wLWBrJyYadDBcoCMgUlpkVssQXAyRjVlbrr_LMzuKOB8uVZUwa1ejZaEuo4ORmwpSU6MGnTVQ" alt=""><figcaption></figcaption></figure>

Flag types:

* Similarity - review identical or almost identical to previously submitted review

<figure><img src="https://lh7-us.googleusercontent.com/tqTitVhEVGbaWxLSgAmCgzP4zwPHHvZ-czPaYJJrqOQPz9qLhxRynrZXA5UDTSBR-bo14DC7fCIYyH1ZDz5FKaOXIZFPKFpkAyNXkiSyv-yfxQ2dpFsM5EjeXfKkMi8jjyDudA_wPX04DUzdTBeqOA" alt=""><figcaption></figcaption></figure>

Once the review is flagged as a similar to other one, then the similar proposal will appear. Moderators may choose to Expand and compare reviews that seem very similar and then decide whether to accept the review or not.

<figure><img src="https://lh7-us.googleusercontent.com/c8-85szXndfsuXgzv-RZQ-CTPSqXvGU0ZNmE94bjWtwX8Cuc9goGI09i2UO48dM9VwiK7CCNJFMrymTtVJ6YpNhYvcoWGgr0-fVlM2w2ei5WmfJNo13RlSlJztmesXSqSJhejLM8VPgOyjTenQUv0Q" alt=""><figcaption></figcaption></figure>

* Profanity - review that contain profanity or abusive content or language

<figure><img src="https://lh7-us.googleusercontent.com/twQnGhcthFw2RVUaOsDfllrcnxJYFx7CxacrtJ4ZbYRLJiv6o4odz8WlDReiE2XBhURq5jP98JwVWm1y4X8qmVnAh1PWbVBR_h8ynSGNWEUWVnT8fWGK-XEW6koCzeIaZzCc4zCPlx27oLkkfQ7z9A" alt=""><figcaption></figcaption></figure>

* Use of AI - review that does not reflect the Community Reviewer opinion, is provided by others and/or an AI agent acting on their behalf (written by AI)

<figure><img src="https://lh7-us.googleusercontent.com/KgecCPc2_05BGx5vdVPbai_xzVLcKdXt094gdOBY-OwUvYVFyEfK7km_iu_9kS3jdN4DLV2q6O8-ERJGWKnGXo3Jw_BQulgMx0SI37muwFX66IMzUy9NvFoTkqj-OaTcV43Uowitf3twPXNA_yrUlw" 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/fund11-docs/moderation-module-guide/catalyst-flags.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.
