> 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/vi/module-2-dinh-co-and-thiet-ke.md).

# Module 2: Định cỡ & thiết kế

- [Tổng quan](https://docs.verge.io/learn-the-platform/vi/module-2-dinh-co-and-thiet-ke/02-sizing-design.md): Yêu cầu phần cứng, kiến trúc tham chiếu và các bài tập xác định phạm vi khách hàng cho các triển khai VergeOS.
- [Yêu cầu phần cứng](https://docs.verge.io/learn-the-platform/vi/module-2-dinh-co-and-thiet-ke/01-hardware-requirements.md): Thông số phần cứng tối thiểu và khuyến nghị cho node controller VergeOS, node lưu trữ và node chỉ compute, cùng với các giới hạn hỗ trợ tối đa.
- [Phòng lab: Bài tập định cỡ & thiết kế](https://docs.verge.io/learn-the-platform/vi/module-2-dinh-co-and-thiet-ke/lab.md): Thiết kế một triển khai VergeOS cho một kịch bản khách hàng, bao gồm lựa chọn topology và định cỡ phần cứng.
- [Kiến trúc tham chiếu](https://docs.verge.io/learn-the-platform/vi/module-2-dinh-co-and-thiet-ke/02-reference-architectures.md): Ba mô hình triển khai VergeOS -- HCI, HCI + Compute chuyên dụng và UCI -- với khung ra quyết định, sơ đồ topology và hướng dẫn cho các kịch bản edge và CSP.
- [Xác định phạm vi khách hàng](https://docs.verge.io/learn-the-platform/vi/module-2-dinh-co-and-thiet-ke/03-customer-scoping.md): Phương pháp thu thập yêu cầu, chuyển đổi workload sang tài nguyên, lập kế hoạch tenant node, khung lựa chọn topology và các sản phẩm tài liệu cho triển khai VergeOS.


---

# 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/vi/module-2-dinh-co-and-thiet-ke.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.
