# March 18, 2021 Release

[Accordions](/components/accordions-coming-soon.md) can now be made! This uses pure HTML w/out the use of Javascript.

[Horizontal Rule Variant](/components/horizontal-rules.md#variations) is now available. It is applied using a code snippet instead of the article editing toolbar. You can also just apply the CSS class yourself.

[Tables](/components/tabular-data-tables-coming-soon.md) have accessibility requirements such as header cell labels and captions.

[3 Card Layout for KB Articles](/patterns/3-card-layout/card-layouts-in-kb-articles.md) remediates the x-axis overflow issue that appeared when you would use the Category Description 3-Card Layout code in a regular KB Article.

[Meta Tags](/meta-tags.md) now have the basics as well as tips to improve your indexing.

[Default Fonts](/fonts.md) are now in place. Unless you toggle the font-family drop-down menu in the editor to something else, Institute Communications' typefaces will be applied.

**Next In the Queue**:

* Call Outs
* Buttons (call-to-action)
* KBA Template examples and guides
* Video embed requirements
* Attachments how-to
* URL Linked Content&#x20;
* Attachments & paperclip
* Headings: Accessibility Requirements
* Font Sizes
* How to use Code Snippets


---

# 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/release-notes/march-18-2021-release.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.
