# Testnet Installation Guide

This guide concerns the validators of the CyberWay blockchain platform, as well as the personnel involved in its development and maintenance.

The document contains instructions for the initial installation and launch of CyberWay software in a test mode on a server running the Ubuntu 16.04 operating system or another Linux family system using Docker and Docker-compose software.

The instructions given in the manual are intended for personnel with basic computer skills and familiar with the basic concepts of blockchain technology.

* [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)


---

# 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/testnet_installation.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.
