# Alternate Installation Instructions

| Guide                                                                                                                                                         | Purpose                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [Building From the Source](/plian/using-the-blockchain/validator-node-guides/alternate-installation-instructions/building-from-the-source.md)                 | For those that want to install from Github source                                             |
| [Running Pchain in Docker](/plian/using-the-blockchain/validator-node-guides/alternate-installation-instructions/running-pchain-in-docker.md)                 | The simplest way to run Pchain. Allows users to run multiple nodes on one server for testing. |
| [Installing with Ubuntu](/plian/using-the-blockchain/validator-node-guides/alternate-installation-instructions/installation-instructions-for-ubuntu.md)       | For users with a Ubuntu OS                                                                    |
| [Installing with Mac](/plian/using-the-blockchain/validator-node-guides/alternate-installation-instructions/installation-instructions-for-mac-os-x.md)        | For users with a Mac OS                                                                       |
| [Installation with Win 10](/plian/using-the-blockchain/validator-node-guides/alternate-installation-instructions/installation-instructions-for-windows-10.md) | For users with Windows OS                                                                     |


---

# 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://pliangroup.gitbook.io/plian/using-the-blockchain/validator-node-guides/alternate-installation-instructions.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.
