# Do Not Track（请勿追踪）

请勿追踪（英语：Do Not Track，简称DNT）是一项HTTP头字段（Header）。当用户启用该功能后，浏览器会在http数据传输中添加一个头字段：“dnt: 1”，该字段向网站的服务器表明用户不希望被追踪。这样，遵守该规则的网站就不会追踪用户的个人信息来用于投放更精准的广告。

资料来源：维基百科


---

# 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://doc.bitbrowser.cn/fingerprint/11.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.
