> For the complete documentation index, see [llms.txt](https://v3.docs.pooltogether.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v3.docs.pooltogether.com/v3.0.1/tutorials/getting-started.md).

# Getting Started

There are many ways to integrate with PoolTogether!  Follow the tutorials or browse the resources below.

## Tutorials

* [Depositing into a Prize Pool](/v3.0.1/tutorials/buying-tickets.md)
* [Withdraw from a Prize Pool](/v3.0.1/tutorials/withdrawing-from-a-prize-pool.md)
* [Create a Prize Pool](/v3.0.1/tutorials/creating-a-prize-pool.md)
* Create a Prize Strategy

## Resources

### Create New Prize Pools

* Use the [Builder](https://builder.pooltogether.com) user interface.  Source code is on [Github](https://github.com/pooltogether/pooltogether-pool-builder-ui).
* Use the core [PoolTogether Pool Contracts](/v3.0.1/networks.md).  Source code is on [Github](https://github.com/pooltogether/pooltogether-pool-contracts).

### Interact With Prize Pools

* Use the official [PoolTogether App](https://staging-v3.pooltogether.com/) to interact with PoolTogether-managed prize pools
  * Pull in the [Current Pool Data](https://github.com/pooltogether/current-pool-data) npm package to programmatically get the list of pools
* Use and fork the [PoolTogether Reference App](https://reference-app.pooltogether.com/) to interact with Prize Pools created by the builder
* Use the [Buidler Console](https://github.com/pooltogether/buidler-console) project to interact with prize pools directly from the command line
* Use the official [Graph Protocol Subgraph](https://github.com/pooltogether/pooltogether-subgraph-v3) to query data.  See it on the [Graph Explorer](https://thegraph.com/explorer/subgraph/pooltogether/rinkeby-staging-v3).
