> For the complete documentation index, see [llms.txt](https://help.bepage.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bepage.vn/bepage/luu-tru-du-lieu/ket-noi-luu-tru-ve-api.md).

# Kết nối Lưu trữ về API

Đầu tiên bạn lựa chọn vào tab **Kết nối** và nhấn vào nút **Thêm tài khoản liên kết**.

Sau đó lựa chọn loại tài khoản là **API** và điền các thông tin yêu cầu để cấu hình lưu trữ.

![Màn hình thêm tài khoản kết nối loại API](/files/-Mg1_Zh-Uhrxkwp-UheZ)

Bạn cần phải điền đầy đủ các mục thông tin sau:&#x20;

* **Tên gợi ý:** tên để phân biệt giữa các tài khoản liên kết.
* **API URL:** đường dẫn url nhận dữ liệu.&#x20;
* **API Content Type:** loại dữ liệu gửi lên API URL.
* **API Request Header:** một giải pháp đi kèm với dữ liệu gửi kèm đến API URL để có thể nhận dạng nguồn dữ liệu.

Cuối cùng nhấn **Tiếp tục** để lưu cấu hình.


---

# 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:

```
GET https://help.bepage.vn/bepage/luu-tru-du-lieu/ket-noi-luu-tru-ve-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.
