> 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/action-shi-yong-zhi-nan/scroll/scroll-to-bottom.md).

# Scroll to bottom

Scroll to bottom 是命令浏览器立即将整个屏幕向下滚动到当前网页最底部位置的动作。此动作自动执行，不附带任何配置参数。

🎥 观看更多指导视频：[点击这里](https://youtu.be/cCTEtuMtz-s)。

#### 实际示例：触发加载隐藏数据或查找页脚（Footer）

此动作在数据抓取（Scraping）或自动化营销任务中极为有用且经常被使用：

* 加载更多数据（触发懒加载）：许多现代网站（如 Facebook、Pinterest、各电商网站）采用无限滚动技术。当您刚进入页面时，系统只显示几篇文章。通过调用 Scroll to bottom 指令，浏览器会拉到页面底部，强制网站加载出更多新数据。
* 与页脚（Footer）部分交互：当您需要点击通常固定位于网站最底部的政策、条款按钮或社交媒体链接时，此动作有助于将这些元素清晰地显示在屏幕上，为后续的点击指令做好准备。


---

# 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/action-shi-yong-zhi-nan/scroll/scroll-to-bottom.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.
