# 4. HI GIO API

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

This guide is designed to help developers and technical users integrate and interact with the HI GIO Cloud services through our powerful API.

This manual provides detailed information on authenticating, making API calls, and handling responses effectively. It also covers best practices, code examples, and troubleshooting tips to ensure a smooth integration process.

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

* [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)

<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/4.-hi-gio-api.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.
