> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/courses/add-content/adding-links.md).

# Adding Links

You are able to add web links or email addresses in the text of your content.

When you select Create Link, the system will create the outline needed for the link \[]\(http\://). Between the square brackets, add the text you want to be displayed. Copy and Paste or type the webpage you want the user to be directed to. Example of what the link will look like: \[Shift iQ]\(<http://www.shiftiq.com>). In your page content, the link will display as [Shift iQ](http://www.shiftiq.com/). The user can click on the text and will be directed to the webpage you added.

You are able to configure the link with an email address instead. You can either add a email address between the square brackets or text. Instead of adding a website, you remove the http\:// and add [mailto:add email address.](mailto:support@insite.com.) The full link will be \[Click Here to Email]\(mailto:<support@shiftiq.com>) or \[<support@shiftiq.com>]\(mailto:<support@shiftiq.com>). The text will display as [Click Here to Email](mailto:support@shiftiq.com) or <support@shiftiq.com>

#### Open Link in New Browser Window

If you require the link you are inserting to open on in a new browser window, you can us the following link:\
\<a href="url or link to file" target="\_blank">text to display\</a>

An example of the full link will be:\
\<a href="<http://www.shiftiq.com>" target="\_blank">Shift iQ\</a>\
The text will display as [Shift iQ](http://www.shiftiq.com/) and when you click on the text it will open the web page in a new browser window.


---

# 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.shiftiq.com/help/courses/add-content/adding-links.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.
