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

# COMPUTE

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

This technical manual provides a comprehensive guide to understanding and handling **COMPUTE**. It includes detailed descriptions, step-by-step instructions, and necessary resources for effective utilization. Please follow the procedures and recommendations outlined in this manual to ensure the smooth functioning of IT infrastructure.

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

HI GIO CLOUD is the first full-scale public cloud service in Vietnam and the unique product of a powerful collaboration between two leading technology companies, FPT Telecom and Internet Initiative Japan (IIJ). This platform offers high-performance computing resources, enabling businesses to seamlessly deploy, manage, and scale applications.

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

* [Working with VM](/compute/1.-working-with-vm.md)
  * [Create a New Virtual Machine from ISO](https://docs.higiocloud.vn/)
  * [Create a Virtual Machine from a Template](/compute/1.-working-with-vm/create-a-virtual-machine-from-a-template.md)
  * [Install VMware Tools in a Virtual Machine](/compute/1.-working-with-vm/install-vmware-tools-in-a-virtual-machine.md)
  * [View VM](/compute/1.-working-with-vm/view-vm.md)
  * [Performing Power Operations on Virtual Machines](/compute/1.-working-with-vm/performing-power-operations-on-virtual-machines.md)
  * [Editing the properties of a new VM](/compute/1.-working-with-vm/editing-the-properties-of-a-new-vm.md)
  * [Create VM's Template](/compute/1.-working-with-vm/create-vms-template.md)
  * [Force change root/administrator's password](/compute/1.-working-with-vm/force-change-root-administrators-password.md)
  * [Safely remove Disk in Windows OS](/compute/1.-working-with-vm/safely-remove-disk-in-windows-os.md)
* [Working with vAPP](/compute/2.-working-with-vapp.md)
  * [Create a vApp](/compute/2.-working-with-vapp/create-a-vapp.md)
  * [Start and Stop Order of Virtual Machines in a vApp](/compute/2.-working-with-vapp/start-and-stop-order-of-virtual-machines-in-a-vapp.md)
* [HI GIO Auto Scale](https://docs.higiocloud.vn/)
* [HI GIO API](/compute/4.-hi-gio-api.md)
  * [API creates VM from Template](/compute/4.-hi-gio-api/api-creates-vm-from-template.md)
  * [API reconfigures VM's Disk](/compute/4.-hi-gio-api/api-reconfigures-vms-disk.md)
  * [API reconfigures VM's Networks](/compute/4.-hi-gio-api/api-reconfigures-vms-networks.md)
  * [API token login](/compute/4.-hi-gio-api/api-token-login.md)
  * [API reconfigures VM's Memory](/compute/4.-hi-gio-api/api-reconfigures-vms-memory.md)
  * [API reconfigures VM's CPU](/compute/4.-hi-gio-api/api-reconfigures-vms-cpu.md)
  * [API power on/off VM](/compute/4.-hi-gio-api/api-power-on-off-vm.md)
* [HI GIO KMS Service](/compute/5.-hi-gio-kms-service.md)
* [Encryption Management Service](/compute/6.-encryption-management-service.md)


---

# 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.higiocloud.vn/compute.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.
