# 4. HI GIO API

## <mark style="color:green;">Tổng quan</mark>

Hướng dẫn này được thiết kế để hỗ trợ các nhà phát triển và người dùng kỹ thuật tích hợp và tương tác với các dịch vụ HI GIO Cloud thông qua API mạnh mẽ của chúng tôi.

Trong tài liệu này, bạn sẽ tìm thấy thông tin chi tiết về cách xác thực, thực hiện các cuộc gọi API và xử lý phản hồi một cách hiệu quả. Chúng tôi cũng sẽ cung cấp các thực tiễn tốt nhất, ví dụ mã code và mẹo xử lý sự cố để đảm bảo quá trình tích hợp diễn ra suôn sẻ.

Vui lòng tham khảo hướng dẫn sử dụng VM trong danh sách dưới đây.

* [API tạo VM từ Template](/hi-gio-user-guide-vn/compute/4.-hi-gio-api/api-tao-vm-tu-template.md)
* [API cấu hình lại Disk của VM](/hi-gio-user-guide-vn/compute/4.-hi-gio-api/api-cau-hinh-lai-disk-cua-vm.md)
* [API cấu hình lại Network của VM](/hi-gio-user-guide-vn/compute/4.-hi-gio-api/api-cau-hinh-lai-network-cua-vm.md)
* [API đăng nhập bằng Token](/hi-gio-user-guide-vn/compute/4.-hi-gio-api/api-dang-nhap-bang-token.md)
* [API cấu hình lại Memory của VM](/hi-gio-user-guide-vn/compute/4.-hi-gio-api/api-cau-hinh-lai-memory-cua-vm.md)
* [API cấu hình lại CPU của VM](/hi-gio-user-guide-vn/compute/4.-hi-gio-api/api-cau-hinh-lai-cpu-cua-vm.md)
* [API bật/tắt nguồn VM](/hi-gio-user-guide-vn/compute/4.-hi-gio-api/api-bat-tat-nguon-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/hi-gio-user-guide-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.
