# 1. Working with VM

## <mark style="color:green;">Overview</mark>

{% hint style="info" %}
**A Virtual Machine (VM)** is a software computer that, like a physical computer, runs an operating system and applications. The virtual machine consists of a set of specification and configuration files and is backed by the physical resources of a host. Every virtual machine has devices that provide the same functionality as physical hardware but are more portable, secure, and easier to manage.
{% endhint %}

Please refer to the VM usage guide in the list below.

* [Create a New Virtual Machine from ISO](https://docs.higiocloud.vn/compute/1.-working-with-vm/create-a-new-virtual-machine-from-iso)
* [Create a Virtual Machine from a Template](https://docs.higiocloud.vn/compute/1.-working-with-vm/create-a-virtual-machine-from-a-template)
* [Install VMware Tools in a Virtual Machine](https://docs.higiocloud.vn/compute/1.-working-with-vm/install-vmware-tools-in-a-virtual-machine)
* [View VM](https://docs.higiocloud.vn/compute/1.-working-with-vm/view-vm)
* P[erforming Power Operations on Virtual Machines](https://docs.higiocloud.vn/compute/1.-working-with-vm/performing-power-operations-on-virtual-machines)
* [Editing the properties of a new VM](https://docs.higiocloud.vn/compute/1.-working-with-vm/editing-the-properties-of-a-new-vm)
* [Create VM's Template](https://docs.higiocloud.vn/compute/1.-working-with-vm/create-vms-template)
* [Force change root/administrator's password](https://docs.higiocloud.vn/compute/1.-working-with-vm/force-change-root-administrators-password)
* [Safely remove Disk in Windows OS](https://docs.higiocloud.vn/compute/1.-working-with-vm/safely-remove-disk-in-windows-os)

<br>


---

# 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.higiocloud.vn/compute/1.-working-with-vm.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.
