> 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).


---

# 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:

```
GET https://v3.docs.pooltogether.com/v3.0.1/tutorials/getting-started.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.
