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

# Project Yellowstone

- [Introduction](https://docs.triton.one/project-yellowstone/introduction.md): Solana RPC 2.0
- [Dragon's Mouth gRPC Subscriptions](https://docs.triton.one/project-yellowstone/dragons-mouth-grpc-subscriptions.md): Streaming Account Updates for Backend Applications.
- [Old Faithful Historical Archive](https://docs.triton.one/project-yellowstone/old-faithful-historical-archive.md)
- [Old Faithful Public Report](https://docs.triton.one/project-yellowstone/old-faithful-historical-archive/public-report-epoch-208.md): July 13, 2024
- [Cloudbreak Custom Indexes](https://docs.triton.one/project-yellowstone/cloudbreak-custom-indexes.md)
- [Whirligig WebSockets](https://docs.triton.one/project-yellowstone/whirligig-websockets.md): Better, Faster, Stronger Solana WebSockets
- [Fumarole Reliable Streams](https://docs.triton.one/project-yellowstone/fumarole.md): Scalable and reliable streaming of account and transaction data.
- [Fumarole Cluster Failover Guide](https://docs.triton.one/project-yellowstone/fumarole/fumarole-cluster-failover-guide.md)
- [Program Data Streams](https://docs.triton.one/project-yellowstone/program-data-streams.md): Real-time Solana program data streams
- [Shield Transaction Policies](https://docs.triton.one/project-yellowstone/shield-transaction-policies.md)
- [Vixen Parsing Framework](https://docs.triton.one/project-yellowstone/vixen-parsing-framework.md): Real-Time Solana Data Pipeline Framework
- [Generate Parsers with Codama](https://docs.triton.one/project-yellowstone/vixen-parsing-framework/generate-parsers-with-codama.md): How-to generate Vixen parser with Codama


---

# 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.triton.one/project-yellowstone.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.
