# Adding Hyperlinks and Videos

Imbed videos\
Upload your video to a Vimeo (or other cloud-based hosting account. Copy the imbed link directly from there and paste it into the content panel of the survey.  The video will integrate seamlessly.\
\
Insert links to internal files\
1\. Upload the file to the Files toolkit\
2\. Copy the download URL off the file and paste it into the content\
\
Insert hyperlinks<br>

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@shiftiq.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.

\
[Markdown](https://github.com/InSite/docs/blob/master/ui/help/portal/sites/edit-site-contents/markdown/README.md)\
We recommend that content be entered in Markdown. This allows for consistent delivery across all varieties of hardware and software platforms.  It also facilitates translation of the survey. You may use HTML tags when necessary, but try to limit their use. <br>

(Also See: [Markdown References](https://github.com/InSite/docs/blob/master/ui/help/portal/messages/authoring-messages/markdown-reference/README.md))


---

# 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://docs.shiftiq.com/help/courses/create-course/add-hyperlinks-videos.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.
