> For the complete documentation index, see [llms.txt](https://docs.beefree.io/end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/end-user-guide/builders/page-builder/internal-links-for-page-navigation.md).

# Internal Links for Page Navigation

#### Overview

The Page builder includes a feature that lets you create internal links, enabling smooth navigation to specific sections within your design. This is essentially the introduction of anchor linking within the Page builder. Please note that due to limited support across email clients, this feature is not available for email designs.

#### Block Identifiers

To start using internal links, you'll need to enable the "Block Identifier" option located at the bottom of the builder for each content block you wish to link to. The block identifier is an alphanumeric string that the builder auto-generates when you toggle the feature on. For instance, a generated identifier may look like "module\_626b3859-43d7-4b30-861c-d5f506c92882."

<figure><img src="https://lh7-eu.googleusercontent.com/53zlfVcJVhcHIOnvadix3_2ASilNGvYiucKTgBKB6MtN2P7d6jrWCML9Ffo80CBzUYmPMW5xtpv8AhTYG4ShOPD5Hai05SYNbfQ8RUdcO7bnwz_KI_cXf9PBowaFJ-FU25O2cyc2mLJcZ7Jjg1LUhb8" alt=""><figcaption></figcaption></figure>

While the automatically generated identifier is functional, it may not be easy to remember or identify. You have the option to rename it to something more user-friendly, especially useful when dealing with multiple internal links.

<figure><img src="https://lh7-eu.googleusercontent.com/AAB16NY_jRMHfUUBPZzgKzP5DbDs5isdR04bjz61Lt7j8tUZj1v1Qti3TSVbz4P1UL04wusJ4kb6A-fm1mCxDYV9ti6Tvxx0uccYja-AVFCGQJiytdhQjo9NLGgANW5EY0aWL3pBHzL2T2wurUNX9mo" alt=""><figcaption></figcaption></figure>

#### Creating Internal Links

Once you have your block identifiers set up, you can proceed to create internal links. When you choose the internal link type, the standard URL field will change into a dropdown. The dropdown will list all the enabled block identifiers in your design. Simply select the identifier you want to link to. Note that you can link multiple content blocks to the same block identifier.

<figure><img src="https://lh7-eu.googleusercontent.com/ymtM4jUXGoLuHQduhn6DSG0JK3McHepfx3QrLZw3ckO_5a9kpVndQYTxghP2oFZ3qQGng-c1gSFW0FSpOQTQqvBYwwFlJHDyoKaMRrg1mtzFxyAl4H0FrBE_T1JJj83atzSUs6tQ0c_sabWfujtl_Zo" alt=""><figcaption></figcaption></figure>


---

# 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.beefree.io/end-user-guide/builders/page-builder/internal-links-for-page-navigation.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.
