> 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/plan-and-deploy/readme.md).

# Plan and deploy

Everything you need to plan and stand up a VergeOS deployment — from core concepts and sizing through installation and reference architectures — written for solution architects and platform teams.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-ruler-combined">:ruler-combined:</i></h3></td><td><strong>Design</strong></td><td>Core concepts, sizing, and network models to settle before you install.</td><td><a href="/pages/fTwdpHhreRrXOrU3Y3ds">/pages/fTwdpHhreRrXOrU3Y3ds</a></td></tr><tr><td><h3><i class="fa-hard-drive">:hard-drive:</i></h3></td><td><strong>Install</strong></td><td>Pre-install checks, bootable media, cluster install, and post-install hardening.</td><td><a href="/pages/3xk2J9UUNKtEjALFcBLY">/pages/3xk2J9UUNKtEjALFcBLY</a></td></tr><tr><td><h3><i class="fa-diagram-project">:diagram-project:</i></h3></td><td><strong>Reference architectures</strong></td><td>Edge, multi-tenant, data science, and homelab deployment patterns.</td><td><a href="/pages/Z91ydXGbmSHVIc9GxH4d">/pages/Z91ydXGbmSHVIc9GxH4d</a></td></tr></tbody></table>

## Recommended sequence

1. [Implementation guide intro](/plan-and-deploy/implementation-guide/intro.md)
2. [Core concepts](/plan-and-deploy/implementation-guide/concepts.md)
3. [Node sizing](/plan-and-deploy/implementation-guide/sizing.md)
4. [Network design](/plan-and-deploy/implementation-guide/network-design.md)
5. [Installation guide](/plan-and-deploy/implementation-guide/installation-guide.md)
6. [Post-installation](/plan-and-deploy/implementation-guide/post-installation.md)

## Related spaces

* VMware comparisons live in [Run the platform](/run-the-platform/platform-overview/transition-from-vmware.md)
* Snapshot and disaster-recovery workflows live in [Automate, protect, and extend](/automate-protect-and-extend/backup-and-dr/overview.md)


---

# 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/plan-and-deploy/readme.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.
