> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/cookie-guan-li/cookie-collector.md).

# Cookie 收集器

{% embed url="<https://www.youtube.com/watch?v=eGphtFlBu8s>" %}

在本文中，我们将解释Cookie Collector的工作原理。使用此功能，您可以显著**提高浏览器配置文件的可靠性**。社交媒体平台和几乎所有其他网站都可以识别浏览器历史记录中是否已存在cookie。如果浏览器配置文件尚无cookie，新登录将更频繁地被识别为异常，而如果您有一个已有浏览历史的浏览器配置文件，则不会。

### 如何开始使用Cookie Collector

{% stepper %}
{% step %}

#### **打开Cookie Collector**

点击浏览器配置文件右侧的子弹图标，然后选择**Browser Management > Start Cookie Collector**。Cookie Collector将弹出。
{% endstep %}

{% step %}

#### **添加要浏览的网站**

填写Cookie Collector应开始浏览的网站数量（例如：<https://youtube.com> 和 <https://reddit.com）。根据输入的URL，Cookie> Collector开始浏览并生成浏览历史。
{% endstep %}

{% step %}

#### **开始收集**

点击**开始收集**按钮，Cookie Collector将开始收集cookie。
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
在Cookie Collector中输入的URL必须具有以下格式：<https://nameofwebsite.com> - 重要的是要**包括https\://**，否则Cookie Collector将无法工作。
{% endhint %}

### 高级设置/配置

弹出窗口显示几个高级设置：

* **爬行选项：** 启用Cookie Collector随机访问填写的网站列表，随机点击访问网站上的链接并向下滚动页面。我们建议保持所有选项开启，因为这会增加cookie历史的可靠性。
* **浏览器选项：** 显示浏览器窗口（取消选中以切换到无头模式以在不可见的情况下运行Cookie Collector），启用自动静音网站播放的音频，并自动接受cookie横幅。
* **最大运行时间：** 通过在框中输入秒数来设置Cookie Collector应工作的时间。

{% hint style="info" %}
如果在阅读本文后您对Cookie Collector有任何其他问题，请联系我们的[支持部门](https://incogniton.com/contact/)。
{% endhint %}


---

# 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://docs.incogniton.com/documentation/chinese-documentation/cookie-guan-li/cookie-collector.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.
