> ## Documentation Index
> Fetch the complete documentation index at: https://help.kajabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set anchor links in a page with Premier

> Learn how to use anchor links in Kajabi to navigate users from one page section to another.

Anchor links are used to navigate a user from one page section to another. Learn how to use **Anchor Links** in Kajabi.

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/ljw3ipk30p" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>

***

<Note>
  **Note:** This article refers to the Premier Legacy Templates, which may be outdated! If you are using the Kajabi Pages Templates, please refer to the updated guide [here](../../website/pages/linking-to-a-section-of-a-different-page).
</Note>

Get started by first opening the page editor for your Legacy Template, Premier. [Click here to learn more](../../website/pages/customizing-your-website-with-the-legacy-template-premier)

***

## To add an anchor link to your page

1. In the **Section** you want to lead to, insert following tag in the **Heading** block of the section:

```html theme={null}
<a name="heading"></a>Heading
```

In this example:

* **BOOTCAMP** = the slug you will add to the URL in the link list.
* The **END NAME** "Kajabi Bootcamp" = text that will show on the page.

Therefore, the anchor would be:

```html theme={null}
<a name="BOOTCAMP"></a>KAJABI BOOTCAMP
```

<Note>
  **Note:** This will **only** work in the Title or Heading block of a section:
</Note>

<img src="https://mintcdn.com/kajabi-support/6TANF4m79lK7BDqA/articles/images/9e1661c8_360055253333.png?fit=max&auto=format&n=6TANF4m79lK7BDqA&q=85&s=308dde388229aa3b9a7b425920f49609" alt="Kajabi admin themes settings edit" width="2650" height="1168" data-path="articles/images/9e1661c8_360055253333.png" />

2. In the Navigation Menu, add the URL of the page you created step 1 on, then ADD "**#Bootcamp**" or whatever name you chose to the end with "#" right in front of the word:

<img src="https://mintcdn.com/kajabi-support/JXAFGlKKIgooEbTI/images/launchbrightly/desktop-light-version-14-navigation-menu-edit-1784126776557-1784152964961.png?fit=max&auto=format&n=JXAFGlKKIgooEbTI&q=85&s=efee09031362761ce74e2d12544313e4" alt="Kajabi admin links edit" width="3166" height="1822" data-path="images/launchbrightly/desktop-light-version-14-navigation-menu-edit-1784126776557-1784152964961.png" />
