# Development

EasyRetroPGF is built on Gitcoin's Allo protocol.

This protocol also powers the full-blown [Grants Stack](https://github.com/gitcoinco/grants-stack) platform for [creating/managing](https://manager.gitcoin.co), [applying](https://builder.gitcoin.co/), and [donating](https://explorer.gitcoin.co/) to grant rounds and public funding initiatives.

EasyRetroPGF uses Allo to process and handle token distribution. More information on Allo can be found in the [docs](https://docs.allo.gitcoin.co/), with code and contract addresses available in the [open source repo](https://github.com/allo-protocol/allo-v2).

#### Developing

EasyRetroPGF is [open source](https://github.com/gitcoinco/easy-retro-pgf) and can be readily contributed to. Users are encouraged to open Github issues, reach out in the [Gitcoin Discord](https://discord.com/invite/gitcoin), or fork the repo to implement their own modifications.


---

# 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.easyretropgf.xyz/developer/development.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.
