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

# Home

- [Installation Guides](https://docs.chaintools.tech/home/readme.md)
- [Install Cosmovisor](https://docs.chaintools.tech/home/readme/install-cosmovisor.md)
- [Install Hermes Relayer](https://docs.chaintools.tech/home/readme/install-hermes-relayer.md)
- [Backup Server](https://docs.chaintools.tech/home/readme/backup-server.md): Configuring backup server to run multiple nodes nodes
- [Install Golang](https://docs.chaintools.tech/home/readme/install-golang.md)
- [Install Rust](https://docs.chaintools.tech/home/readme/install-rust.md)
- [Install Node.js](https://docs.chaintools.tech/home/readme/install-node.js.md)
- [Install Yarn](https://docs.chaintools.tech/home/readme/install-yarn.md)
- [Node Configuration](https://docs.chaintools.tech/home/readme-1.md)
- [Pruning Cosmos SDK](https://docs.chaintools.tech/home/readme-1/pruning-cosmos-sdk.md)
- [Indexer backend on PostgreSQL](https://docs.chaintools.tech/home/readme-1/indexer-backend-on-postgresql.md)
- [Tooling Guides](https://docs.chaintools.tech/home/tooling-guides.md)
- [Node Monitoring](https://docs.chaintools.tech/home/tooling-guides/node-monitoring.md): Installation of Prometheus and Node Exporter
- [Panic Cosmos](https://docs.chaintools.tech/home/tooling-guides/node-monitoring/panic-cosmos.md): This first section will show you how to set up panic\_cosmos to alert of any missing blocks and lose of peers. It uses RPC to query the server and pull data and alert a Telegram Account of your choice.
- [Systemd Service Template](https://docs.chaintools.tech/home/tooling-guides/systemd-service-template.md)
- [Configure journalctl](https://docs.chaintools.tech/home/tooling-guides/configure-journalctl.md)
- [Caddy Web Server/Proxy](https://docs.chaintools.tech/home/tooling-guides/caddy-web-server-proxy.md): Install Caddy to a service


---

# 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:

```
GET https://docs.chaintools.tech/home.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.
