# How to Add a New Category in WordPress

WordPress categories are handy for organizing posts. You can create categories and sub-categories, while posts can be assigned to multiple categories.

1. Log in to the **WordPress dashboard**.
2. From the **Dashboard** menu, go to **Posts** and click on **Categories**.

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

3. Enter the following details in **Add New Category**:

   * **Name**: Enter your category name, such as *Computer*.
   * **Slug**: Enter a slug name or leave it blank.
   * **Parent**: Leave this as *None*, or select a category to make it a sub-category of your chosen category.
   * **Description**: Enter your category description, or leave it blank.

   <figure><img src="/files/lrOWRFG8GOpd2otHEOtu" alt=""><figcaption></figcaption></figure>
4. Click on **Add New Category**.

{% hint style="success" %}
Your new category has been created successfully.
{% 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://docs.clouduxe.com/wordpress/how-to-add-a-new-category-in-wordpress.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.
