> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/email-and-smtp/trigger-links-in-email-builder.md).

# Trigger Links in Email Builder

Trigger links are a handy feature of your system. Here’s how to easily include them in an email created in the Email Builder:

* Navigate to the Email Builder
* Create a new Email Template or open an existing one.
* Add the text for your URL in the editor on the left. (In the example below, the link would read “LINK TO SOMETHING AWESOME”

{% embed url="<https://lh3.googleusercontent.com/Bi98ILaFGFUG14FnAKs-jV4EzSjO7nYRieRsDHFi8o_pfgf23WX9dJjCYK1B4Ntm4DpWWllV04WM8np3jDuewWaE3tSGbKbF_QYVpFVs6sBAg715MMr7yhzL7zBMkMdiRRMwNUwy38TfB-gcp6nWXQ>" %}

* Highlight the text you wish to use to create the link.
* Click the Link icon.
* In the window that pops up, rather than typing in a URL, choose from the “Link List” and your trigger link will populate in the URL field.

{% embed url="<https://lh5.googleusercontent.com/bN7vagt9G7hsa_OXoXSUvbqrnzUvbvJ56-vbLZbglIggImozNxe5hSMAtxWIug-I54kA69fAGwTr8n4uBs0s2hWwWIM1qGZO02qT0k3OLfsxU3nTp7Lnl-8EKCVgC3pyM3Da0f_WuwGXGGIi5hC6Uw>" %}

* You can customize other features such as “Text to display” and “title”. You can also select if you want the link to open in a new window or current window. (We recommend New Window.)
* Save to confirm your changes.

**NOTE:** As a best practice we recommend sending a test to yourself before sending the email out to a list of contacts.


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/email-and-smtp/trigger-links-in-email-builder.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.
