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

# Validator Guides

- [Guide for validators](https://docs.cheqd.io/node/validator-guides/validator-guide.md)
- [FAQs for validators](https://docs.cheqd.io/node/validator-guides/validator-guide/faq.md)
- [Optimising disk storage with pruning](https://docs.cheqd.io/node/validator-guides/validator-guide/pruning.md)
- [Troubleshooting consistently high CPU/memory loads](https://docs.cheqd.io/node/validator-guides/validator-guide/cpu-memory.md)
- [Unjailing a jailed validator](https://docs.cheqd.io/node/validator-guides/validator-guide/unjail.md)
- [Move validator to a different machine](https://docs.cheqd.io/node/validator-guides/validator-guide/move-validator.md)
- [Backup and restore node keys with Hashicorp Vault](https://docs.cheqd.io/node/validator-guides/validator-guide/backup-and-restore.md)
- [Re-enable pruning and recovering node db](https://docs.cheqd.io/node/validator-guides/validator-guide/reenable-pruning.md)
- [Network-wide Software Upgrades](https://docs.cheqd.io/node/validator-guides/upgrades.md)
- [Upgrade Guides](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides.md)
- [Upgrade to v0.6.x](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v0.6-upgrade.md)
- [Upgrade to v2.x (with Ubuntu 24.04 LTS upgrade)](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v2.x-upgrade.md)
- [Upgrade to v3.x](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v3.x-upgrade.md)
- [Upgrade to v3.1.x](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v3.1.x-upgrade.md)
- [Upgrade to v4.x](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v4.x-upgrade.md)
- [Creating a software upgrade proposal](https://docs.cheqd.io/node/validator-guides/upgrades/propose-software-upgrade.md)
- [Upgrade Process](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-process.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 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.cheqd.io/node/validator-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.
