For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

1

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

Use

  • lowercase letters

  • numbers

  • dashes

Do not use

  • spaces (use dashes instead)

  • special characters (! * ^...)

2

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

Last updated