# 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 %}


---

# Agent Instructions: 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:

```
GET https://help.fluorescent.co/section-studio/sections/anchor-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
