> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/blogs/how-to-add-a-category-in-blogs.md).

# How To Add A Category in Blogs

Categorizing your blog posts is not only an important way for you to stay organized, but also it can help your readers find the posts and content they are looking for. Follow these simple steps to learn how to create and add categories to your Blog section:

* Navigate to Sites > Blogs
* On the Blogs page, you’ll see a gear icon in the top right corner.
* Click on the gear, or Settings feature.

{% embed url="<https://lh3.googleusercontent.com/1gU6d07T0WGjoRqSPTUMlyzO350GSIJuMeWSBSb84UVR121R-Y4jEed4Ke1WGnNPTr-_oCwktbr4IRkqRmiHwUNmCCJBs0eEKNv5YG6cEfOaldDQq6gq18kPKP5o9ftEQpG5336znp7Vw7vntdbtF6Fb1dRFCtskp5D1JsNZNf6wJxICQ0w8u0kv>" %}

* Toggle to Categories
* Click “+Add new category” to create a new category

{% embed url="<https://lh4.googleusercontent.com/X1p8s712dvdTrOFhFzPwiflBDuiPUXq35WDUEmUaiWcBgLKeDUnXg7gBCkFyOrG4HoGqJkngdO9nK4k8rdnLD_NRmWlZ9CfPwS-fPkNc4rn2zhOXXqjYwefI9ERFXOSkYDX2qn9SaXRFkMDuBj5a2XyCsrlM0CpaY6hygqR8HjK_KhuEYnKvkj4y>" %}

* Follow the instructions in the popup.
* You can also view a list of existing categories - if you wish to edit or delete an existing Category, click the 3-dot menu on the right-hand side of the list and you can make changes from the menu that will pop up.

It’s as easy as that to add Categories to your blog section.


---

# 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, and the optional `goal` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/blogs/how-to-add-a-category-in-blogs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
