# Horizontal Rule

![](/files/-MYLv27xf50c36hSgc8w)

## Default

![Default Horizontal Rule](/files/-MTE1lA1CaDzEb_7fhtY)

#### Use case

![Sample of a default Horizontal Rule](/files/-MTEB7baTCh43LSDkVI_)

## Variations&#x20;

{% hint style="info" %}
Variation 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 %}

### Yellow to Blue Gradient

![Horizontal Rule - Yellow to Blue Gradient](/files/-MTDykQXvVgssvSepYa8)

#### Use case

![Sample of the Yellow to Blue Gradient Horizontal Rule](/files/-MTE3hUHnhtosA_HuEsi)

## Code Snippets

#### Default (Available in the KB Article Editor)

```
<hr/>
```

#### Yellow to Blue Gradient

```
<hr class="my-4 gtHRylw2blu" />
```


---

# 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/horizontal-rules.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.
