# Hiero Docs

## Hiero Docs

- [Welcome to Hiero Documentation](https://docs.hiero.org/readme.md)
- [Getting Started with Hiero](https://docs.hiero.org/getting-started.md)
- [Set Up Hiero Local Node Using Docker](https://docs.hiero.org/getting-started/how-to-set-up-a-hedera-local-node.md)
- [Set Up Hiero Node Using NPM CLI Tool](https://docs.hiero.org/getting-started/setup-hedera-node-cli-npm.md)
- [Set Up Hiero Local Node in Cloud Development Environments (CDEs)](https://docs.hiero.org/getting-started/how-to-run-hedera-local-node-in-a-cloud-development-environment-cde.md)
- [Run in Codespaces](https://docs.hiero.org/getting-started/how-to-run-hedera-local-node-in-a-cloud-development-environment-cde/codespaces.md)
- [Run in Gitpod](https://docs.hiero.org/getting-started/how-to-run-hedera-local-node-in-a-cloud-development-environment-cde/gitpod.md)
- [Hiero SDKs](https://docs.hiero.org/sdks.md): Hiero supported and community-maintained SDKs
- [Hiero Block Node](https://docs.hiero.org/block-node-overview.md)
- [Block Node Types and Tiers](https://docs.hiero.org/block-node-overview/block-node-types.md)
- [Architecture Overview](https://docs.hiero.org/block-node-overview/architecture-overview.md)
- [Deploy](https://docs.hiero.org/block-node-overview/block-node-hardware-specifications.md)
- [Deploy with Solo Provisioner (Recommended)](https://docs.hiero.org/block-node-overview/block-node-hardware-specifications/solo-weaver-single-node-k8s-deployment.md)
- [Deploy on Bare Metal (Kubernetes)](https://docs.hiero.org/block-node-overview/block-node-hardware-specifications/single-node-k8s-deployment.md)
- [Local Development Quickstart](https://docs.hiero.org/block-node-overview/block-node-hardware-specifications/quickstart.md)
- [Configure](https://docs.hiero.org/block-node-overview/configuration.md)
- [Network Ports and Protocols](https://docs.hiero.org/block-node-overview/configuration/network-ports-and-protocols.md)
- [Configure Consensus Node Streaming](https://docs.hiero.org/block-node-overview/configuration/consensus-node-to-block-node-configuration.md)
- [On-Chain Registration (HIP-1137)](https://docs.hiero.org/block-node-overview/configuration/block-node-on-chain-registration.md)
- [Connect a Mirror Node](https://docs.hiero.org/block-node-overview/mirror-node-integration.md)
- [Connecting a Mirror Node to a Block Node](https://docs.hiero.org/block-node-overview/mirror-node-integration/connecting-a-mirror-node-to-a-block-node.md)
- [Operate](https://docs.hiero.org/block-node-overview/metrics.md)
- [Test with the Simulator](https://docs.hiero.org/block-node-overview/metrics/testing-a-deployed-block-node-using-the-simulator.md)
- [Load Testing with Solo and NLG](https://docs.hiero.org/block-node-overview/metrics/load-testing-a-deployed-block-node-using-solo-and-nlg.md)
- [Reset and Upgrade](https://docs.hiero.org/block-node-overview/metrics/resetting-and-upgrading-the-block-node.md)
- [Production Node Operation Guide](https://docs.hiero.org/block-node-overview/overview.md)
- [Prerequisites](https://docs.hiero.org/block-node-overview/overview/prerequisites.md)
- [Install the Block Node](https://docs.hiero.org/block-node-overview/overview/install-block-node.md)
- [Configure Alloy Telemetry](https://docs.hiero.org/block-node-overview/overview/configure-alloy-telemetry.md)
- [Network Validation and Go-Live](https://docs.hiero.org/block-node-overview/overview/network-validation-go-live.md)
- [Steady State Operations](https://docs.hiero.org/block-node-overview/overview/steady-state-operations.md)
- [Disaster Recovery](https://docs.hiero.org/block-node-overview/overview/disaster-recovery.md)
- [Getting Help](https://docs.hiero.org/block-node-overview/overview/getting-help.md)
- [Operator FAQ](https://docs.hiero.org/block-node-overview/operator-faq.md)
- [Integration FAQ](https://docs.hiero.org/block-node-overview/integration-faq.md)
- [Glossary](https://docs.hiero.org/block-node-overview/glossary.md)
- [Troubleshooting](https://docs.hiero.org/block-node-overview/troubleshooting.md)
- [Advanced](https://docs.hiero.org/block-node-overview/record-stream-to-block-stream-migration.md)
- [Cutover Process and Timeline](https://docs.hiero.org/block-node-overview/record-stream-to-block-stream-migration/cutover-process.md)
- [Preparing for WRB Cutover](https://docs.hiero.org/block-node-overview/record-stream-to-block-stream-migration/preparing-your-block-node-for-wrb-cutover.md)
- [WRB CLI Runbook](https://docs.hiero.org/block-node-overview/record-stream-to-block-stream-migration/wrb-cli-runbook.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.hiero.org/readme.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.
