# What is a VPS?

## Let's define what a VPS stands for.

A server is a powerful computer that stores all data and files that make up your website. When someone types your domain name on their browser. That powerful 'computer' serves your website!

Now for the VPS: It uses some kind of VT(\*1) (Virtualization Technolog) to split that powerful server (which is called A Dedicated Server for the most of the time) into multiple virtual servers.

Your virtual server is reserved for you only. So you won't have to share any data with other users.

### **How does it work?** <a href="#vps-work" id="vps-work"></a>

VPS Hosting simulates the experience of a dedicated server even though you're still sharing the physical server with other users

Your hosting provider installs a virtual layer on top of the OS of the server using VT(\*1). Separating the server into individual compartments with Virtual Walls. This layer allows each user to install their own specific Operating System (per Example: Linux Debian 9 - Windows Server 2019.) or some kind of software (cPanel, WordPress etc.)


---

# Agent Instructions: 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:

```
GET https://docs.petrosky.io/getting-started/basics/what-is-a-vps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
