> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/learn-the-platform/module-3-installation.md).

# Module 3: Installation

- [Overview](https://docs.verge.io/learn-the-platform/module-3-installation/03-installation.md): Bare-metal preparation, VergeOS installation walkthrough, and post-install verification for production deployments.
- [Pre-Installation Checklist](https://docs.verge.io/learn-the-platform/module-3-installation/01-pre-installation.md): Hardware readiness, BIOS configuration, boot media creation, network preparation, and planning decisions required before a VergeOS installation.
- [Lab: 2-Node VergeOS Installation](https://docs.verge.io/learn-the-platform/module-3-installation/lab.md): Install VergeOS on a 2-node cluster, configure core fabric networking, and verify system health.
- [Controller Installation](https://docs.verge.io/learn-the-platform/module-3-installation/02-controller-installation.md): Step-by-step walkthrough of installing the primary controller (Node 1) and secondary controller (Node 2) to form a redundant VergeOS system.
- [Adding Nodes](https://docs.verge.io/learn-the-platform/module-3-installation/03-adding-nodes.md): Learn how to expand a VergeOS system by adding scale-out, storage-only, and compute-only nodes to your cluster using the USB installer.
- [Post-Installation Verification](https://docs.verge.io/learn-the-platform/module-3-installation/04-post-install-verification.md): Confirming system health, verifying storage and networking, completing initial configuration, and validating your VergeOS deployment with functional testing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/learn-the-platform/module-3-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
