# References

- [Firehose Protocol](https://firehose.streamingfast.io/references/firehose-protocol.md): Firehose Protocol 3.x Specification Reference
- [CLI Reference](https://firehose.streamingfast.io/references/cli-reference.md)
- [Reader Node](https://firehose.streamingfast.io/references/cli-reference/reader-node.md)
- [Merger](https://firehose.streamingfast.io/references/cli-reference/merger.md)
- [Relayer](https://firehose.streamingfast.io/references/cli-reference/relayer.md)
- [Firehose](https://firehose.streamingfast.io/references/cli-reference/firehose.md)
- [Substreams](https://firehose.streamingfast.io/references/cli-reference/substreams.md)
- [Supported Protocols](https://firehose.streamingfast.io/references/repositories.md): StreamingFast Firehose repositories
- [Naming Conventions](https://firehose.streamingfast.io/references/naming-conventions.md): StreamingFast Firehose naming conventions
- [Schemas](https://firehose.streamingfast.io/references/protobuf-schemas.md): StreamingFast Firehose schemas
- [Indexing](https://firehose.streamingfast.io/references/indexing.md): Firehose indexing (redirects to legacy documentation)
- [Legacy Firehose Indexing](https://firehose.streamingfast.io/references/legacy-indexing.md): Legacy Firehose indexing and transforms (deprecated)
- [FAQ](https://firehose.streamingfast.io/references/faq.md): StreamingFast Firehose frequently asked questions


---

# Agent Instructions: 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://firehose.streamingfast.io/references.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.
