> For the complete documentation index, see [llms.txt](https://docs.magecomp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magecomp.com/magento-2-blog/manage-category.md).

# Manage Category

From the Admin Panel, navigate to **MageComp -> Category -> Add New Category**. You can even manage existing categories from here.

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

* **Enable Category -** Enable/Disable category from here.
* **Category Title -** Enter the title of the category.
* **Parent Category -** Select parent category if any.
* **Position -** Set the position of the category.
* **Include in Menu -** Set whether you want to include this category in the menu.
* **Include in Sidebar Tree -** Set whether you want to include this category in the sidebar widget.

### Content

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

Add the content for the category using the page builder.

### Display Settings

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

* **Display Mode -** Select the display mode of the category from the dropdown options.
* **Posts Sort By -** Select the post sort type for this category.
* **Template -** Select the template for the category.
* **Posts Per Page -** Enter the number of posts per page for this category.

### Category in Websites

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

* **Store View -** Select the store view to display the category.

### Search Engine Optimization

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

* **URL Key -** Enter the URL key for the category.
* **Meta Title -** Enter the meta title for the category.
* **Meta Keywords -** Enter meta keywords for the category.
* **Meta Description -** Enter the meta description for the category.
* **Meta Robots -** Select the meta robots for the category.

### Design

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

* **Layout -** Select the category layout from the dropdown options.
* **Layout Update XML -** Enter the XML for the category.

### Custom Design Update

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

* **From -** Set the start date for the custom design of the category.
* **To -** Set the end date for the custom design of the category.
* **New Theme -** Select the theme of the category.
* **New Layout -** Select the layout of the category.
* **New Layout Update XML -** Enter XML for custom layout of the category.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.magecomp.com/magento-2-blog/manage-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.
