> 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/hi-gio-user-guide-vn/compute/4.-hi-gio-api.md).

# 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
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/hi-gio-user-guide-vn/compute/4.-hi-gio-api.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.
