# Post Categories

#### **Categories**

Manage and organize your posts by assigning them to categories. Categories help group related posts together, making it easier for visitors to navigate your site.

<figure><img src="/files/Mmkr8MyAYixTpd2O23UC" alt=""><figcaption></figcaption></figure>

#### **Search Categories**

Use the search box to quickly find existing categories.

#### **Add Category**

Create a new category for your posts.

* **Name**\
  The name is how the category will appear on your site.
* **Slug**\
  The URL-friendly version of the category name.
  * Must be lowercase.
  * Can only contain letters, numbers, and hyphens.
* **Parent Category**\
  Choose a parent category if you want to create a hierarchy.
  * Example: Create a main category **Jazz**, and assign subcategories like **Bebop** or **Big Band** under it.
  * If not needed, leave as **None**.
* **Description**\
  Add a short description for the category.
  * Not prominently displayed by default.
  * Some themes may show the description on category archive pages.


---

# 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://wdt-kirki.gitbook.io/wdt-kirki/blog/create-a-blog-post/post-categories.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.
