# Infrastructure Setup

- [Sandbox - Single-Node](https://docs.openg2p.org/operations/deployment/infrastructure-setup/single-node-automation.md): Single-node deployment automation
- [Production - Three-Node](https://docs.openg2p.org/operations/deployment/infrastructure-setup/three-node-automation.md): Three-node production deployment automation — one orchestrator script that drives a Reverse Proxy, Compute (Kubernetes), and Storage node from the admin's laptop, with optional AWS provisioning.
- [Fallback: Two Nginx VMs (single-NIC each)](https://docs.openg2p.org/operations/deployment/infrastructure-setup/three-node-automation/three-node-automation-fallback-second-rp.md): Fallback layout when the Reverse Proxy VM cannot have two network interfaces — split into two RP VMs (public + private).


---

# 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.openg2p.org/operations/deployment/infrastructure-setup.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.
