> For the complete documentation index, see [llms.txt](https://help.gpmloginapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gpmloginapp.com/huong-dan-s-dung-gpm-login-global/developer.md).

# Developer

{% hint style="info" %}
***GPMLogin tip:** Bạn cần hướng dẫn chi tiết*? *Xem video trên kênh chính thức của chúng tôi* [<mark style="color:red;background-color:$info;">**YouTube Channe**</mark>](#user-content-fn-1)[^1]<mark style="color:red;background-color:$info;">**l**</mark>
{% endhint %}

Mục Developer trên GPM Login Global được thiết kế dành riêng cho các lập trình viên (Coders/Developers) có nhu cầu tích hợp phần mềm vào hệ thống quản trị nội bộ hoặc phát triển các kịch bản tự động hóa (Automation) nâng cao thông qua Giao diện lập trình ứng dụng (API).

Tại giao diện phần mềm, khi bạn nhấp vào mục Developer ở thanh menu bên trái, hệ thống sẽ cung cấp các thông số kết nối cơ bản và tự động điều hướng bạn đến kho tài liệu API chính thức của chúng tôi.

> 💡 Tài liệu API Chính thức: > Để tra cứu toàn bộ các Endpoint (đường dẫn API), tham số đầu vào (Parameters) và các đoạn mã mẫu (Code snippets), vui lòng truy cập trực tiếp vào trang: <https://api-docs.gpmloginapp.com/>

### ⚙️ Khả năng tích hợp của API GPM Login

Thông qua hệ thống Local API được cung cấp, các nhà phát triển có thể dễ dàng sử dụng các thư viện như Selenium, Puppeteer, hoặc Playwright để thực hiện các luồng công việc:

* Quản lý Profile: Tạo mới, chỉnh sửa, xóa hoặc trích xuất danh sách Profile hàng loạt.
* Điều khiển trình duyệt: Gửi lệnh khởi động (Start), đóng (Stop) trình duyệt theo thời gian thực.
* Can thiệp cấu hình: Lấy thông tin cổng kết nối (Port), gán Proxy, và cập nhật thông số Fingerprint hoàn toàn bằng mã lệnh (Code) mà không cần thao tác thủ công trên giao diện.

> 💬 Hỗ trợ Kỹ thuật: Nếu bạn gặp khó khăn trong quá trình gọi API hoặc cần hỗ trợ cấu hình thư viện tự động hóa, vui lòng liên hệ với đội ngũ Support chuyên trách mảng lập trình của chúng tôi qua kênh hỗ trợ chính thức.

[^1]: <https://www.youtube.com/playlist?list=PLpEwQxqRGbYlXaITaChGEZHLQvuZpNVAs>


---

# 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://help.gpmloginapp.com/huong-dan-s-dung-gpm-login-global/developer.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.
