# Anchor ID

An **Anchor ID** allows you to link directly to your section on any page. An anchor ID is a unique name given to your section that you can add to the page URL. Following the link will scroll to your section.

{% stepper %}
{% step %}

### Add anchor ID to section

Click the section you want to link to. At the bottom of the panel, enter a unique name with lowercase letters, numbers, dashes only (e.g. `your-id`).&#x20;

{% hint style="info" %}
**Use**

* lowercase letters
* numbers
* dashes

**Do not use**

* spaces (use dashes instead)
* special characters (! \* ^...)
  {% endhint %}

{% hint style="warning" %}
**Important**

**Anchor IDs must be uniqu**e. If adding anchor IDs to multiple sections, make sure the use different names. When duplicating a section, remember to update the anchor ID.
{% endhint %}
{% endstep %}

{% step %}

### Use anchor ID to link to section

To link to the section, add a hash (`#`) and the exact Anchor ID (`your-id`) to the page URL.

Example: `www.store.com/about` > `www.store.com/about#your-id`
{% endstep %}
{% endstepper %}
