# Guides

- [Set-up your Validator node in minutes with EW Launchpad](https://docs.energyweb.org/ewc-validator-documentation/guides/set-up-your-validator-node-in-minutes-with-ew-launchpad.md)
- [Installing a Validator Node](https://docs.energyweb.org/ewc-validator-documentation/guides/installing-a-validator-node.md): This page provides an overview of the steps required to install a validator node on the Energy Web Chain.
- [Host Machine Requirements](https://docs.energyweb.org/ewc-validator-documentation/guides/installing-a-validator-node/host-machine-requirements.md)
- [Recommended Security Settings](https://docs.energyweb.org/ewc-validator-documentation/guides/installing-a-validator-node/recommended-security-settings.md)
- [Operating System Requirements](https://docs.energyweb.org/ewc-validator-documentation/guides/installing-a-validator-node/operating-system-requirements.md)
- [Validator Node Installation Instructions](https://docs.energyweb.org/ewc-validator-documentation/guides/installing-a-validator-node/validator-node-installation-instructions.md): This page provides step-by-step instructions for how to install a validator node in the Volta test network and the production Energy Web Chain network.
- [Maintaining a Validator Node](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node.md)
- [Validator Node Architecture](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node/validator-node-architecture.md)
- [Validator Node Service Commands](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node/validator-node-service-commands.md)
- [Updating the Client](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node/updating-the-client.md)
- [Changing the Validator Config File](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node/changing-the-validator-config-file.md)
- [Checking node status & logs](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node/checking-node-status-and-logs.md)
- [Migrating a validator node to a new environment](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node/migrating-a-validator-node-to-a-new-environment.md)
- [How To Transfer EWT from a Validator Node](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node/how-to-transfer-ewt-from-a-validator-node.md)
- [Problems connecting to peers](https://docs.energyweb.org/ewc-validator-documentation/guides/maintaining-a-validator-node/problems-connecting-to-peers.md): This page provides troubleshooting tips if your validator node is not connecting to peers.


---

# 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.energyweb.org/ewc-validator-documentation/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.
