# Post Category

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

* **Name** The category name as it will appear on your site.
* **Slug** The URL-friendly version of the name. Typically lowercase and uses hyphens (`-`) instead of spaces. Example: `jazz-music`
* **Parent Category** Categories can be hierarchical. For example, a category "Jazz" can have child categories like "Bebop" and "Big Band". *(Optional)*
* **Description** A short explanation of the category. While not shown by default on most themes, some themes may display it.

***

#### **Category List**

* Displays all categories in a hierarchical table format.
* Columns include:
  * **Name**
  * **Description**
  * **Slug**
  * **Post Count** (number of posts assigned to the category)
* Use the checkboxes and **Bulk Action** dropdown to:
  * Delete categories
  * Edit multiple categories

> **Note:** Deleting a category does **not** delete its posts. If a post is only assigned to the deleted category, it will be moved to the default category **Uncategorized**. The default category **cannot** be deleted.


---

# 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://buddhathemes-test.gitbook.io/ogie/blog/post-category.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.
