> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/cao-zuo-zhi-nan/scroll/random-scroll.md).

# 随机滚动

随机滚动是指命令浏览器以完全随机的距离和速度向上或向下滚动屏幕的行为。此行为没有任何附带的配置参数。

#### 实际示例：模拟真实用户的阅读行为（养号）

此行为是养号场景中极其重要的“武器”（Facebook、Pinterest、TikTok、Twitter等）。如果一个账户刚打开就立即连续点击或疯狂按键，社交网络的AI系统会立即将其标记为机器人并锁定账户。

* 应用方法：在使用“转到URL”操作访问主页或详细文章后，您可以插入随机滚动操作，穿插短暂的延迟命令。
* 结果：浏览器将随机上下滑动，停下来查看，然后继续滚动。这完全可以欺骗行为扫描算法，使您的个人资料看起来像一个真实用户在阅读新闻，最大限度地提高MMO账户的信任度。


---

# 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.gpmautomate.com/automate-zh/cao-zuo-zhi-nan/scroll/random-scroll.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.
