# Links

![](/files/-MYLvFNXLdnTiBZHa7mU)

## Default

The default link uses the standard Georgia Tech link blue.&#x20;

#### Use case

![Sample of the default link style](/files/-MTndRLw9MDB4r8f3y3w)

## Variant

{% hint style="info" %}
Variant styles are not rendered while editing the article or in the agent portal. View your article in the Service Portal for an accurate depiction of your content.
{% endhint %}

A link variant features bold black text and a thick underline in Buzz Gold.

#### Use Case

![Sample of the variant link style](/files/-MTng46DIBL5JBxJQsi5)

{% content-ref url="/pages/-MTnnBAx6kji12TMaZF9" %}
[How To Apply Link Variant](/components/links/link-variant.md)
{% endcontent-ref %}

## DO's And DON'Ts

Don’t include preceding articles (a, an, the, our) when you link text. For example:

* **Yes:** Read the [automation guide](/components/links.md) for details.
* **No:** Read [the automation guide](/components/links.md) for details.

If a link comes at the end of a sentence or before a comma, don’t link the punctuation mark.

* **Yes:** Reference the [visual guide](/components/links.md)**.**
* **No:** Reference the [visual guide.](/components/links.md)

Don’t say things like “Click here!” or “Click for more information” or “Read this.” Write the sentence as you normally would, and link relevant keywords.

* **Yes:** For help, you can [submit a request](/components/links.md).
* **No:** For help, you can submit a request [here](/components/links.md).

If your link takes the reader to an external site (away from the GT Services site), don't open the site in the same browser tab. Configure the link to open the site in a new browser tab by using the "edit link" tool in your editor. Select the "Target" dropdown menu and select between "None" and "New Window".

{% hint style="info" %}
If using the "New Window" option, type "(opens in a new tab)" next to your link text. This assists users with screen readers and informs them if a link will open in a new tab.
{% endhint %}

* **None (implicit):** the link will open in the existing window or tab
* **New Window (\_blank):** the link will open in a new tab
* **Same Frame (\_self):** same as "None"
* **Top Frame (\_top):** ignore as Frames are deprecated in HTML5
* **Other (custom frame):** ignore as Frames are deprecated in HTML5

![Demonstration of modifying the URL target ](/files/-MTphH7UuPHEQwdeqWFK)


---

# 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://kmdesign.services.gatech.edu/components/links.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.
