> For the complete documentation index, see [llms.txt](https://docs.privatepools.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.privatepools.network/overview.md).

# Overview

- [Introduction](https://docs.privatepools.network/overview/introduction.md): Welcome to the Private Pools Network (PPN) documentation! Here, you'll find all the information you need to get started with and effectively utilize the features offered by out protocol.
- [Product Goal](https://docs.privatepools.network/overview/product-goal.md): This section provides insights into what drives us, what we aim to accomplish, and how our platform contributes to addressing your needs and challenges.
- [Glossary](https://docs.privatepools.network/overview/glossary.md): Here you can find the meanings behind any industry specific jargon that you might find confusing. We hope this helps define some of the terminology used within this these documentation.
- [Research](https://docs.privatepools.network/overview/research.md): In this page we present out research findings that lead to the conception of Private Pools Network, a means of farming market volatility.
- [The problem](https://docs.privatepools.network/overview/research/the-problem.md): Examining the problem that presents our opportunity (to Monetize value that is traditionally lost in AMM order flow)
- [The Opportunity](https://docs.privatepools.network/overview/research/the-opportunity.md): In this segment of our documents, we examine the market size of value extracted from volatility as we traverse how our solution stands to capitalize on this market opportunity.
- [Resources](https://docs.privatepools.network/overview/research/resources.md): Below is a list of resources that support & validate the inefficiencies of "Liquidity Problem" the size of our "Market Opportunity", used as part of our research in the development of Private Pools.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.privatepools.network/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
