> For the complete documentation index, see [llms.txt](https://docs.gridbox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridbox.io/gridbox-editor/using-scroll-points.md).

# Using Scroll Points

**Scroll Points** help you create **linkable points** within a site that can be linked to **internally** (eg. to scroll the browser to a particular section like pricing table or a sign up form), or **externally** to link to a specific part of a site. Here's how to set one up:

### Creating Scroll Points

![](/files/NRzOgwmMZzBlf20xknYR)

1. Click on any `Section` Element in the canvas
2. Then click on the settings icon as mentioned in the picture above
3. Enter any unique name under **ID** textbox \[Under properties tab]
4. Check the scroll point check box
5. **You're done!**

![Creating Scroll Point](/files/ixlg2R0nJeJoknpzb3Yq)

### Adding Link to the Scroll Point

1. Click on any Link element or Link button element in the canvas&#x20;
2. Then click on the settings icon&#x20;
3. This will open the panel in the left side.
4. Under Link Type -> Choose -> Scroll To
5. Then Under Scroll To Point&#x20;
6. You will see the list of unique **ID** name the one you've created as scroll points \[[See this section](#creating-scroll-points)]
7. Choose any one of them -> the one you want to link to&#x20;
8. **You're done.**

![](/files/mrpEQmtxktU8asBLoVQh)


---

# 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.gridbox.io/gridbox-editor/using-scroll-points.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.
