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

# Overview

- [Phase 1 - Pyropass (Digital Services)](https://pyropass.gitbook.io/pyropass-whitepaper/overview/phase-1-pyropass-digital-services.md): A Platform for Digital Services
- [Phase 2 - Pyrocart (Physical Goods)](https://pyropass.gitbook.io/pyropass-whitepaper/overview/phase-2-pyrocart-physical-goods.md): A Platform for Physical Goods
- [Product Features](https://pyropass.gitbook.io/pyropass-whitepaper/overview/phase-2-pyrocart-physical-goods/product-features.md): Below is a Bulleted List of the Components that will make up the Pyrocart Product
- [Outline of Website](https://pyropass.gitbook.io/pyropass-whitepaper/overview/phase-2-pyrocart-physical-goods/outline-of-website.md): Below is a Bulleted List of the Components that will make up the Pyrocart Website
- [What Products Will We Sell?](https://pyropass.gitbook.io/pyropass-whitepaper/overview/phase-2-pyrocart-physical-goods/what-products-will-we-sell.md): The aim for Pyrocart is not to sell items akin to Steptoe's junkyard. Instead, it will focus on offering mid to high-end collectibles, with specific categories listed below
- [Phase 3 - Pyrometa (NFT Marketplace)](https://pyropass.gitbook.io/pyropass-whitepaper/overview/phase-3-pyrometa-nft-marketplace.md): A Platform for NFTs
- [Phase 3.1 - Integration of Web DApp into Web App](https://pyropass.gitbook.io/pyropass-whitepaper/overview/phase-3.1-integration-of-web-dapp-into-web-app.md): Decentralizing
- [Phase 4 - Pyrohub Ecommerce (Middleman Service)](https://pyropass.gitbook.io/pyropass-whitepaper/overview/phase-4-pyrohub-ecommerce-middleman-service.md): A Platform for Middleman Services
- [Tokenomics](https://pyropass.gitbook.io/pyropass-whitepaper/overview/tokenomics.md): Tax Distribution and Contract Information
- [Marketing](https://pyropass.gitbook.io/pyropass-whitepaper/overview/marketing.md): How We Intend to Market Our Project
- [What's Next?](https://pyropass.gitbook.io/pyropass-whitepaper/overview/whats-next.md): The Future of Pyropass
- [Socials](https://pyropass.gitbook.io/pyropass-whitepaper/overview/socials.md): Follow us and Join Our Telegram!


---

# 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://pyropass.gitbook.io/pyropass-whitepaper/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.
