# Resources

## Tools

* [Prize Pool Reference App](https://reference-app.pooltogether.com) ([Source Code](https://github.com/pooltogether/pooltogether-reference-pool-ui))

## Code

* [Prize Pool Contracts](https://github.com/pooltogether/pooltogether-pool-contracts)
* [Random Number Generator Contracts](https://github.com/pooltogether/pooltogether-rng-contracts)
* [PoolTogether V3 Subgraph](https://github.com/pooltogether/pooltogether-subgraph-v3)
* [Loot Box Contracts](https://github.com/pooltogether/loot-box)
* [OpenZeppelin Defender Award Autotask](https://github.com/pooltogether/defender-autotask-reward)
* [V2 to V3 Migration Contracts](https://github.com/pooltogether/pooltogether-migrate-v3)

## Workshops

* [ETHOnline Hackathon Custom Prize Strategy](<https://github.com/pooltogether/ethonline-workshop >)


---

# 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://v3.docs.pooltogether.com/v3.0.1/resources.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.
