> 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/get-started/add-a-link.md).

# Add a link

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

Link Options

Link Destinations

Link to Web Address

Link to email address

Open story in Modal

Open in lightbox

Link to Anchor

Link to Slide

Trigger Custom Action

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

### Adding a link

To add a link, select an image or textbox in your story and click on Add a link in the right side panel to enter the URL or destination needed.

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

To change the link options on a story-by-story basis, go to the link field in the style settings panel by clicking on Settings > Edit Style Settings > Link.

In the expanded link field, you'll see three customization options:

* Underline
  * To automatically underline all links in the story, turn on this option.
* Color
  * To change the color of the underline, select a new color here.
* Open in new window
  * To automatically open all links in a new window, turn on this option.

Note : These changes will only apply to the links in the given story. If you want to make a global change to all stories in your account, contact your Maker representative.


---

# 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/get-started/add-a-link.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.
