> For the complete documentation index, see [llms.txt](https://docs.browto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.browto.com/zhong-wen/readme.md).

# 欢迎使用指纹猎手

## 概览

指纹猎手（BrowTo：Browser和Auto的融合）是一款在常见指纹浏览器以及谷歌浏览器上全自动运行脚本的效率提升助手，是自动化浏览器的终极武器。

<figure><img src="/files/Qy9CGZqAVVAuet6xPRpO" alt=""><figcaption></figcaption></figure>

## 快速前往入门

{% content-ref url="/pages/BLYbeqpU054xoL8LbU2H" %}
[使用流程](/zhong-wen/ru-men/shi-yong-liu-cheng.md)
{% endcontent-ref %}

{% content-ref url="/pages/XIzP8PSwXZKot3RYyLPb" %}
[录制脚本](/zhong-wen/ru-men/lu-zhi-jiao-ben.md)
{% endcontent-ref %}

{% content-ref url="/pages/tRUlWDU0YxQ7Hb8ucnjJ" %}
[工作流](/zhong-wen/ru-men/gong-zuo-liu.md)
{% endcontent-ref %}

## 快速前往进阶

{% content-ref url="/pages/OSJHvucKJfZoLUaEavZ7" %}
[自动化插件](/zhong-wen/jin-jie/zi-dong-hua-cha-jian.md)
{% endcontent-ref %}

{% content-ref url="/pages/MDaCuavmtt1rjd0yC6aP" %}
[插件常量](/zhong-wen/jin-jie/cha-jian-chang-liang.md)
{% endcontent-ref %}

## 快速前往高阶

{% content-ref url="/pages/kdCplwvnSluZyopS8pum" %}
[调试](/zhong-wen/gao-jie/tiao-shi.md)
{% endcontent-ref %}

{% content-ref url="/pages/tHUAbsYHorJcUE8R1eOY" %}
[常见问题](/zhong-wen/gao-jie/chang-jian-wen-ti.md)
{% endcontent-ref %}


---

# 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.browto.com/zhong-wen/readme.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.
