# Title Capitalization

### Title Case

Title case is used when creating the article title. Our style includes capitalization of the first letter of every word in the article's title. This format ensures continuity across knowledge bases.

### Examples

> How Can I Access My GT Office 365 Mailbox?

{% hint style="info" %}
Don’t use punctuation in a title unless the title is a question.
{% endhint %}

### **Technical Implementation**

Titles are created in the Short Description field in the Knowledge Record interface.

![Highlighted: Short Description field that determines the article title](/files/-MCmihn5Q74cVMcc_Ud3)

### How It Should Look

![Sample title in knowledge base](/files/-MCmqj2mBaPqpS7j45V-)

![Sample title in article page](/files/-MCmqj2oZbvimruOkylZ)

{% hint style="info" %}
[Title Conversion Tool: This application will capitalize your title for you.](https://capitalizemytitle.com/title/)
{% endhint %}


---

# 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/titles.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.
