# Build

- [Node Requirements](https://docs.juneo.com/intro/build/node-requirements.md): The hardware and software requirements for running a Juneo Supernet node.
- [Set up and Connect a node manually](https://docs.juneo.com/intro/build/set-up-and-connect-a-node-manually.md): How to set up and connect a node to the Mainnet manually.
- [Set up and Connect a node using the Install Script](https://docs.juneo.com/intro/build/set-up-and-connect-a-node.md): How to set up and connect a node to the Mainnet using the installation script.
- [Set Up and Connect a node with Docker](https://docs.juneo.com/intro/build/set-up-and-connect-a-node-with-docker.md): How to set up and connect a node to the Mainnet using docker.
- [Advanced Node Configuration](https://docs.juneo.com/intro/build/nodes.md)
- [Create a Layer-1 Network](https://docs.juneo.com/intro/build/create-a-supernet.md): Creating a Layer-1 Network (which will allow us to later deploy our own VM)
- [Deploy a VM](https://docs.juneo.com/intro/build/deploy-a-vm.md): Create your Layer-1 Network and deploy a Virtual Machine


---

# 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.juneo.com/intro/build.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.
