# Pumpkin Doc

## Pumpkin Document

- [Pumpkin Document](https://docs.pumpkin.xyz/pumpkin-document.md)
- [The Live Market](https://docs.pumpkin.xyz/getting-started/the-live-market.md)
- [The Pumpkin Story](https://docs.pumpkin.xyz/getting-started/the-pumpkin-story.md)
- [Architecture](https://docs.pumpkin.xyz/getting-started/architecture.md)
- [Media Layer](https://docs.pumpkin.xyz/product/media-layer.md): Pumpkin’s media layer is designed for one purpose: to make live trading credible and scalable.
- [Trading Layer](https://docs.pumpkin.xyz/product/trading-layer.md)
- [Streaming Becomes Execution](https://docs.pumpkin.xyz/product/streaming-becomes-execution.md)
- [Gifts](https://docs.pumpkin.xyz/product/gifts.md)
- [Fees](https://docs.pumpkin.xyz/product/fees.md)
- [API](https://docs.pumpkin.xyz/ecosystem/api.md)
- [Pumpkin Seeds](https://docs.pumpkin.xyz/ecosystem/pumpkin-seeds.md): Pumpkin Seeds are the system that ties traders, creators, and incentives into one coherent economy.
- [Referral & Affiliates](https://docs.pumpkin.xyz/ecosystem/referral-and-affiliates.md)
- [Official Links](https://docs.pumpkin.xyz/faq/official-links.md)
- [How to use OBS](https://docs.pumpkin.xyz/faq/how-to-use-obs.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pumpkin.xyz/pumpkin-document.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.
