# Tooling Guides

- [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: 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/tooling-guides.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.
