# API document

API giúp bên thứ ba quản lý, thêm, sửa, xóa profiles trên GPM-Login, đồng thời có thể mở hoặc đóng profile một cách an toàn với đầy đủ thông số thiết bị đã tạo.

**Dành cho người mới**

Cách bước kết nối với trình duyệt của GPM-Login thông qua API

Bước 1: Gọi API mở profile.

Bước 2: Sử dụng các thông số mà API trả về (browser\_path, driver\_path, remote\_debugging\_port) để khởi tạo kết nối với selenium hoặc puppeteer.

Bước 3: Sử dụng code bình thường như các loại trình duyệt khác.


---

# 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.gpmloginapp.com/api-document.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.
