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

# Virtualization Platform

<h2 align="center">Virtualization Platform</h2>

<p align="center">Browse the topics below or use the buttons on the right top to contact us!</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-user-vneck">:user-vneck:</i></h4></td><td><strong>Account Management</strong></td><td></td><td><a href="/pages/mbtUemGZM4hJ2920GxEk">/pages/mbtUemGZM4hJ2920GxEk</a></td><td><a href="/pages/jDP9Btzmrev7lNDRBuVN">/pages/jDP9Btzmrev7lNDRBuVN</a></td><td><a href="/pages/0ZzsUrtZgiwIPwIy5LpH">/pages/0ZzsUrtZgiwIPwIy5LpH</a></td><td><a href="/pages/RSZFV1a4g8K0EFzXQIOK">/pages/RSZFV1a4g8K0EFzXQIOK</a></td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Server Management</strong></td><td></td><td><a href="/pages/SZM4KYPUIaZDgrTwjCIX">/pages/SZM4KYPUIaZDgrTwjCIX</a></td><td><a href="/pages/vrhC8yX9hoSFIvUKYyeb">/pages/vrhC8yX9hoSFIvUKYyeb</a></td><td><a href="/pages/txXaCfHaEKEIfhryaCF5">/pages/txXaCfHaEKEIfhryaCF5</a></td><td><a href="/pages/BK5zhWfAySOYpCUijtSm">/pages/BK5zhWfAySOYpCUijtSm</a></td><td><a href="/pages/x1xXWftSULnF42Lb1zIL">/pages/x1xXWftSULnF42Lb1zIL</a></td><td><a href="/pages/0Fd1cOmWw0yK1jEpGceX">/pages/0Fd1cOmWw0yK1jEpGceX</a></td><td></td></tr><tr><td><h4><i class="fa-info">:info:</i></h4></td><td><strong>Other</strong></td><td></td><td><a href="/pages/bzJUcrBt8htqxg3qEwAD">/pages/bzJUcrBt8htqxg3qEwAD</a></td><td><a href="/pages/LACedjX3PdzNiJf4EKoD">/pages/LACedjX3PdzNiJf4EKoD</a></td><td><a href="/pages/8FPJAb6f5xpTXnbh1QWg">/pages/8FPJAb6f5xpTXnbh1QWg</a></td><td></td><td></td><td></td><td></td></tr></tbody></table>

<h3 align="center"><strong>Frequently asked questions</strong></h3>

<details>

<summary>What CPUs are used on your VPS?</summary>

We use a mix of CPUs.

</details>

<details>

<summary>Are the resources dedicated?</summary>

On our VDS, the CPU is dedicated to your VM. The only thing your VDS will share with other VMs is the disk I/O, though as these nodes have fewer VMs on them, there is plenty of that to go around. In contrast, our VPS has shared CPU cores. The only thing that is dedicated on all of them is the RAM, and storage amount (only amount not I/O). All other resources are shared between everyone.

</details>

<details>

<summary>What is the maximum HDD storage size that I can add to a VM?</summary>

The maximum that you can add to a VPS is 32 TB.

</details>

<details>

<summary>Can you offer custom resources on your VDS platform?</summary>

Sadly, we can't. The underlying nodes that are built for VDS are inherently designed in a way that can fit a certain amount of VMs, with very certain resources only.

</details>

<details>

<summary>Can I use my ISO to install the OS?</summary>

Yes, you can! Please check out this article about self-installations: [Reinstalling the OS using an ISO file](/virtualization-platform/server-management/reinstalling-the-os/reinstalling-the-os-using-an-iso-file.md)

</details>

<details>

<summary>What happens if I run out of bandwidth?</summary>

Your VM will be limited to 5 Mbps, and you won't be charged any extra amount for this. If you'd like to avoid the speed limit, please reach out to us to upgrade your bandwidth allocation.

</details>


---

# 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.synteq.com/virtualization-platform/virtualization-platform.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.
