> For the complete documentation index, see [llms.txt](https://support.gitcoin.co/gitcoin-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.gitcoin.co/gitcoin-knowledge-base/about-gitcoin/policy/governance/introduction.md).

# About Grants Round Governance

After every Grants Round the Gitcoin team in collaboration with the community put together a governance retro blog post. We use it to outline the important governance decisions made throughout the round and who is making those decisions. It’s the goal of the Gitcoin Team to remain as credibly neutral as possible as we continue down the path of decentralizing Grants governance. Part of that is being transparent about the process, the people, and the decisions.

Grants Rounds Governance Briefs also act as calls to action to the Community Stewards to ratify the round payouts. They provide round statistics, explanations of various types of malicious actions taken against the Quadratic Funding mechanism and how we responded, disputes and the review process, as well as lessons learned from the round. With the information contained in the Brief the Stewards can make an educated decision on whether or not to ratify the round.

While preparing the GR10 Governance Brief, we found that policies and procedures regarding round governance evolved over time. And that in the interest of transparency it would be beneficial to have a separate doc outlining these policies and procedures that would be updated as they changed. That’s what this document is all about!


---

# 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://support.gitcoin.co/gitcoin-knowledge-base/about-gitcoin/policy/governance/introduction.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.
