# Contribute To the Design System

If you have an idea, suggestion, or if something in the KM Design System isn't working for you, please [submit an Enhancement Request](https://gatech.service-now.com/home?id=sc_cat_item\&sys_id=6370e4a27f000001566a807122777e84).

You can request anything from a writing standard to a new web component; however, it's important to include the following points in your submission:

* **Short Description:** Include **KM Design System** in the text field, followed by a few words to describe your suggestion.
* **Description:** Provide an overview of your idea. A picture is worth 1000 words, so please attach any images that might help communicate your idea.
  * **Default:** What should be the standard? For example if you're suggesting a rotating star web component, then how large should it be and in what color?
  * **Variants:** Are there any variations to the default configuration?
  * **Use Case:** In what scenario should other contributors use this in their knowledge articles?
  * **Do's & Don'ts:** Provide examples of incorrect usage of this element as well as correct examples. Please include descriptive text if you have mockups or images.
  * **Code Snippet**: Is there a piece of code you recommend to implement this feature? Is there a standard template that other knowledge contributors can copy/paste and customize?

#### [OK, I'm Ready to Make a Contribution!](https://gatech.service-now.com/home?id=sc_cat_item\&sys_id=6370e4a27f000001566a807122777e84)


---

# 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/contribute-to-the-design-system-coming-soon.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.
