# Components

## Firehose Component Family

The Firehose system is comprised of several key components that work together to provide your desired functionality.

* [Reader Node](/firehose/architecture/components/reader.md)
* [Merger](/firehose/architecture/components/merger.md)
* [Relayer](/firehose/architecture/components/relayer.md)
* [Firehose](/firehose/architecture/components/firehose.md)
* [Substreams](/firehose/architecture/components/substreams.md)

## Component Relationships

The Firehose components work together in symphony to provide blockchain data from configured and instrumented nodes to consumers through the [Firehose](/firehose/architecture/components/firehose.md) component.

{% hint style="warning" %}
**Important***: Understanding the Firehose components individually is helpful for fully comprehending the overall system and will aid with setup and operation.*
{% endhint %}


---

# 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/firehose/architecture/components.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.
