> 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-bat-dau/kien-thuc-ve-fingerprint.md).

# Kiến thức về Fingerprint

### 🔍 Fingerprint là gì?

Trong bối cảnh duyệt web và quyền riêng tư số, **fingerprint** (còn gọi là **browser fingerprint** hoặc **device fingerprint**) là một tập hợp các điểm dữ liệu độc nhất được thu thập từ trình duyệt và thiết bị của bạn, có thể được sử dụng để **nhận diện hoặc theo dõi** bạn trên môi trường trực tuyến, ngay cả khi không sử dụng cookie hay địa chỉ IP.

Các website và đoạn mã (script) có thể truy cập vào nhiều thuộc tính khác nhau từ trình duyệt của bạn thông qua JavaScript hoặc các kỹ thuật khác. Những thuộc tính này bao gồm, nhưng không giới hạn ở:

* **Loại và phiên bản trình duyệt**
* **Hệ điều hành và nền tảng**
* **Các phông chữ đã cài đặt**
* **Độ phân giải màn hình và độ sâu màu**
* **Múi giờ**
* **Cài đặt ngôn ngữ và khu vực**
* **Kết xuất WebGL và canvas**
* **Dữ liệu AudioContext**
* **Plugin và các loại MIME**
* **Khả năng hỗ trợ cảm ứng**
* **Bộ nhớ thiết bị, loại CPU và số luồng xử lý phần cứng**

Khi được kết hợp lại, các thuộc tính này thường tạo thành một **hồ sơ mang tính thống kê gần như duy nhất** — gọi là “fingerprint số” — cho phép phân biệt người dùng này với người dùng khác, ngay cả khi họ sử dụng chế độ ẩn danh hoặc thay đổi địa chỉ IP.


---

# 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-bat-dau/kien-thuc-ve-fingerprint.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.
