> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/advanced-features/add-an-anchor.md).

# Add an Anchor

<figure><img src="/files/rQm9w1xeldC6q649Ecmo" alt=""><figcaption></figcaption></figure>

Link to Anchor

### Using Anchors

Add an anchor to your story to link one element to another. This can be particularly useful if you want to send a user directly to another CTA or directive on the page.

<figure><img src="/files/8BWrNDM53AZbIeHj1zxN" alt=""><figcaption></figcaption></figure>

Maker provides you with a couple of different ways to add anchors: custom anchors or section anchors .

Note : Custom anchors will need to be placed manually on each breakpoint and move position as new content is added or deleted from the story. Section anchors, don't move and are positioned automatically on breakpoints therefore we strongly encourage the use of section anchors.

To add a custom anchor , click the Media panel tab icon on the left side of the editor and select the anchor icon. Click to insert the anchor to your story.

A blue line will appear in the editor - this is your anchor. Once this anchor is added, you will place the anchor exactly where you need it in the story and you can label it as well. With the anchor selected, you will see three icons appear: arrows, settings and delete. Click on the arrows icon and drag to move the anchor in the story.

<figure><img src="/files/LnpbPeADo2hdnfMJdsGY" alt=""><figcaption></figcaption></figure>

Then, click on the settings icon to give your anchor a name. (This is how you can recognize the anchor when you connect it to a link). Click on Save to keep the anchor name.

<figure><img src="/files/B0HjxF57CkXUTvDTJpuN" alt=""><figcaption></figcaption></figure>

To add a section anchor , you will click on the layers panel on the left side of the editor. Double click on the grid type (Section, Auto Grid, Section Slider etc.) and rename the grid type to any name you would like to call your anchor.

<figure><img src="/files/DYm8XTn8Py0COyeP74G8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Vr5AkMCnvJ8mLaoXFICF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OHmJFDiqPgjVW2jkxX6J" alt=""><figcaption></figcaption></figure>

After you have added your custom or section anchors, you can now link them: Select the CTA button, text or image that you wish to add the anchor to in the story. With the element selected, click on the right side contextual panel and select add link. A modal with all the link options will open. Select link to anchor > choose the appropriate anchor > add link.

The link will then direct your end-user to the anchor dropped on the page. Use the preview icon to test the link.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-pages/advanced-features/add-an-anchor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
