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

# Thông tin chung

Kết nối API (Application Programming Interface – Giao diện lập trình ứng dụng) là phương thức giúp Doanh nghiệp đồng bộ hóa dữ liệu thông qua các phần mềm quản trị tuyển dụng (ATS) nhằm hỗ trợ việc quản lý tuyển dụng trên hệ thống iVIEC Talent Management .

### Đối tượng sử dụng kết nối API <a href="#oaulwjuc37go" id="oaulwjuc37go"></a>

* Doanh nghiệp có hệ thống quản trị tuyển dụng (ATS) riêng hoặc đang sử dụng các hệ thống ATS đã tích hợp API với iVIEC Talent Management.
* Các hệ thống quản trị tuyển dụng có nhu cầu mở rộng hệ sinh thái tuyển dụng và xây dựng cổng kết nối với iVIEC for Business.

### Nội dung tài liệu <a href="#oaulwjuc37go" id="oaulwjuc37go"></a>

Tài liệu này được sử dụng cho các bộ kỹ thuật của đơn vị chấp nhận kết nối với iVIEC, bao gồm các mục sau:&#x20;

* Mô hình kết nối với đơn vị&#x20;
* Các bước tiến hành tích hợp&#x20;
* Mô tả các API

### Lưu ý <a href="#id-5w12g9v0rj57" id="id-5w12g9v0rj57"></a>

Nếu Doanh nghiệp có nhu cầu chủ động tích hợp API với iVIEC for Business, vui lòng liên hệ với chuyên gia tư vấn hỗ trợ trực tiếp hoặc Phòng Vận hành Dịch vụ để được hỗ trợ:

* Hotline: 0987.183.803
* Email: <contact@iviec.vn>


---

# 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://developer.iviec.vn/thong-tin-chung.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.
