# Prerequisites

We expect Software Developers and Systems Administrators using Firehose to have good knowledge of standard tools like [shell scripting](https://en.wikipedia.org/wiki/Shell_script) and [command line interface](https://en.wikipedia.org/wiki/Command-line_interface).

## Technologies Used

* [Golang](https://go.dev/)
* [Google Protocol Buffers](https://developers.google.com/protocol-buffers)
* [gRPC](https://grpc.io/)
* [Blockchain](https://en.wikipedia.org/wiki/Blockchain) technologies and terminology

## Requirements

Full Firehose spins up a full blockchain node (an [Ethereum full node](https://ethereum.org/en/run-a-node/) on Ethereum, a [NEAR full node](https://near-nodes.io/rpc) on NEAR, etc.)

Each blockchain has specific hardware and internet connection requirements. Refer to the specific vendor's documentation for the target blockchain.


---

# 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/introduction/prerequisites.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.
