> 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-en/action-guides/scroll/scroll-to-bottom.md).

# Scroll to bottom

Scroll to bottom is the action that instructs the browser to immediately scroll the entire screen straight down to the bottom position of the current webpage. This action operates automatically and does not have any accompanying configuration parameters.

#### Real-world example: Trigger loading of hidden data or find the footer

This action is extremely useful and is frequently used in data scraping tasks or automated marketing:

* Load more data (Trigger Lazy Load): Many modern websites (such as Facebook, Pinterest, e-commerce sites) implement infinite scroll technology. When you first enter the page, the system only displays a few posts. By calling the Scroll to bottom command, the browser will scroll to the bottom of the page, forcing the website to load more new data.
* Interact with the footer: When you need to click on policy buttons, terms, or social media links that are usually fixed at the very end of the website, this action helps bring those elements clearly into view on the screen in preparation for subsequent click commands.


---

# 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-en/action-guides/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.
