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

# Guides

- [Set-up your Validator node in minutes with EW Launchpad](https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/set-up-your-validator-node-in-minutes-with-ew-launchpad.md)
- [Installing a Validator Node](https://energy-web-foundation.gitbook.io/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://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/installing-a-validator-node/host-machine-requirements.md)
- [Recommended Security Settings](https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/installing-a-validator-node/recommended-security-settings.md)
- [Operating System Requirements](https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/installing-a-validator-node/operating-system-requirements.md)
- [Validator Node Installation Instructions](https://energy-web-foundation.gitbook.io/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://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/maintaining-a-validator-node.md)
- [Validator Node Architecture](https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/maintaining-a-validator-node/validator-node-architecture.md)
- [Validator Node Service Commands](https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/maintaining-a-validator-node/validator-node-service-commands.md)
- [Updating the Client](https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/maintaining-a-validator-node/updating-the-client.md)
- [Changing the Validator Config File](https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/maintaining-a-validator-node/changing-the-validator-config-file.md)
- [Checking node status & logs](https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/maintaining-a-validator-node/checking-node-status-and-logs.md)
- [Migrating a validator node to a new environment](https://energy-web-foundation.gitbook.io/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://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides/maintaining-a-validator-node/how-to-transfer-ewt-from-a-validator-node.md)
- [Problems connecting to peers](https://energy-web-foundation.gitbook.io/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
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, and the optional `goal` query parameter:

```
GET https://energy-web-foundation.gitbook.io/ewc-validator-documentation/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
