> For the complete documentation index, see [llms.txt](https://docs.terabix.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terabix.net/terabix-cloud/introduction-and-hardware.md).

# Introduction & Hardware

Our Cloud VM platform runs on the KVM architecture and is delivered to users through a beautiful and functional control panel for on-demand management (VirtFusion). Features include power control, VNC console, VM reinstallation, OS templates, custom ISO support, SSH key management, usage metrics, and more.

## Cloud VM Lineup Information

<table data-full-width="true"><thead><tr><th>Product</th><th>CPU Model(s)</th><th>Memory Specification</th><th>Storage Specification</th><th>Network Uplink</th></tr></thead><tbody><tr><td>Cloud VM Premium</td><td>AMD EPYC Genoa 9654/9554</td><td>Samsung/Micron DDR5 4800MHz ECC</td><td>Kioxia/Samsung/DapuStor Datacenter-Grade PCIe Gen4/5 NVMe</td><td>50GigE Bonded Uplink</td></tr><tr><td>Cloud VM Standard</td><td>AMD EPYC Milan 7713/7C13/7763</td><td>Samsung/Micron DDR4 2666MHz ECC</td><td>Kioxia/Samsung/DapuStor Datacenter-Grade PCIe Gen4/5 NVMe</td><td>50GigE Bonded Uplink</td></tr></tbody></table>


---

# 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.terabix.net/terabix-cloud/introduction-and-hardware.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.
