> 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/gpm-login-global-en/getting-started/understanding-fingerprints/hardware-webgl.md).

# Hardware: WebGL

WebGL is a JavaScript API that allows the browser to render 3D objects (such as 3D triangles, cubes, etc.). Each type of graphics card renders these objects slightly differently, and the algorithms for anti-aliasing as well as image smoothing also vary, making WebGL another parameter that helps distinguish between graphics cards.

Rendering 3D graphics is much more complex than 2D rendering and involves many advanced customizations, especially with modern discrete graphics cards. Therefore, reasonably applying noise during the rendering process yields highly effective results for many websites.

#### Characteristics of the Noise Technique:

* The noise technique cannot make an image rendered by graphics card A look exactly identical to an image rendered by graphics card B. This is similar to plastic surgery — you cannot completely transform Person A to look exactly like Person B in every detail; you can only make Person A look different than before.
* This technique helps create a very high level of diversity and uniqueness for the fingerprint.
* However, the noise technique can be detected by large systems that collect and analyze big data for verification.

Considering only the WebGL parameter, there are tens of millions of identical computers worldwide (using the same type of graphics card, the same operating system, and the same browser). But when the noise technique is applied, the level of uniqueness becomes very high.

A Simple Example:

Facebook has billions of users visiting every day, and they collect and store WebGL hashes. When you visit Facebook, if your WebGL fingerprint is identical to many other users, that is normal. However, if your fingerprint is unique, it is highly suspicious and almost impossible (because you cannot use a configuration of a graphics card, operating system, and browser that absolutely no one else among those billions of users is using).


---

# 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/gpm-login-global-en/getting-started/understanding-fingerprints/hardware-webgl.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.
