# Self-Hosting

As an open source project, users are welcome to view EasyRetroPGF's [source code](https://github.com/gitcoinco/easy-retro-pgf) and deploy their own instance of the app.

The [Setup Guide](https://github.com/gitcoinco/easy-retro-pgf/blob/main/docs/01_setup.md) makes it simple to get the service up and running yourself (most readily using Vercel). It is by no means required to deploy the service yourself - the publicly hosted site is available free and without ask.

Issues, clarifying questions, or feedback are welcome - please direct them to the source [Github repo](https://github.com/gitcoinco/easy-retro-pgf/issues) or the [Gitcoin Discord](https://discord.com/invite/gitcoin).


---

# 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/self-hosting.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.
