# VALIDATORS

* [Testnet Installation Guide](/validators/testnet_installation.md)
  * [1 General](/validators/testnet_installation/overview.md)
  * [2 Configuring the Docker Image](/validators/testnet_installation/docker_configuration.md)
  * [3 Create Container](/validators/testnet_installation/run_services.md)
  * [4 Connecting to a Node](/validators/testnet_installation/connect_node.md)
  * [5 List of Commands Applicable to Any Kind of Container](/validators/testnet_installation/main_commands.md)
* [Golos Blockchain Transit](/validators/transit_guide.md)
* [How to join CyberWay for those who are interested in being validators ?](/validators/quick_reference.md)
* [Stake Usage Guide](/validators/stake_usage_guide.md)
* [Regulations for CyberWay validators. Voting for Validators](/validators/voting_for_validators.md)


---

# 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.cyberway.io/validators.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.
