# Web Components

- [Accordion](https://kmdesign.services.gatech.edu/components/accordions-coming-soon.md): An accordion is a vertically stacked list of headers that reveal or hide associated sections of content.
- [How-To Apply Accordion](https://kmdesign.services.gatech.edu/components/accordions-coming-soon/how-to-apply-accordion.md): Complete the steps below to add an accordion to KB Articles
- [Accordion Bug](https://kmdesign.services.gatech.edu/components/accordions-coming-soon/accordion-bug.md)
- [Horizontal Rule](https://kmdesign.services.gatech.edu/components/horizontal-rules.md): The Horizontal Rules are a great way to visually separate sections and to give the reader a visual break.
- [Images](https://kmdesign.services.gatech.edu/components/images.md)
- [Links](https://kmdesign.services.gatech.edu/components/links.md): Provide a link whenever you’re referring to something on an. Use links to point users to relevant content and trusted external resources.
- [How To Apply Link Variant](https://kmdesign.services.gatech.edu/components/links/link-variant.md): Follow the steps below to apply the more stylized link variant.
- [Tables](https://kmdesign.services.gatech.edu/components/tabular-data-tables-coming-soon.md): Data tables are used to organize data with a logical relationship in grids.
- [How To Create Accessible Tables](https://kmdesign.services.gatech.edu/components/tabular-data-tables-coming-soon/make-accessible-tables.md): Follow the steps below and learn how to make your tables accessible for screen readers.
- [Styling & Formatting (coming soon)](https://kmdesign.services.gatech.edu/components/tabular-data-tables-coming-soon/styling-and-formatting.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://kmdesign.services.gatech.edu/components.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.
