> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://help.kajabi.com/feedback

```json
{
  "path": "/articles/website/pages/how-to-set-anchor-links-in-your-page-with-premier",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# 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/VkTxgCuL_efk5MYH/articles/images/05badd56_upload_18189793248210070680.png?fit=max&auto=format&n=VkTxgCuL_efk5MYH&q=85&s=cf3fd25681494916979d20555c14c409" alt="Kajabi admin links edit" width="3112" height="1768" data-path="articles/images/05badd56_upload_18189793248210070680.png" />
