> For the complete documentation index, see [llms.txt](https://docs.consentik.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.consentik.com/manage-cookies-and-categories/managing-categories.md).

# Managing categories

Managing categories, their name, description and organization is just as important as managing the cookies themselves as the information regarding the categories is asked by a number of regulations to be as clear and easy to understand as possible.&#x20;

Start managing categories by click on Categories in the navigation.&#x20;

<figure><img src="/files/1zFPO9MhdAYXkbKuksxD" alt=""><figcaption><p>Click on the image to expand</p></figcaption></figure>

Upon opening the tab, you will see a table which lists the current categories. You can add new categories to the list, edit or remove them.&#x20;

The columns of the table can be explained as below:

* **No**: Number of row.
* **Title:** Name of the category. You can change it to better fit the language of the cookie banner.
* **Description**: The detail regarding the purpose of this categories, overall description of the cookies listed in the categories and any additional information that may affect the decision of customers to turn that category on or off.&#x20;
* **Status**: If the category has been published and visible on cookie banner or not.&#x20;
* **Necessary**: Some website requires certain cookies to function. Those belong to this type will and should be listed in the Necessary category. This category is named Necessary by default.&#x20;
* **Action**: Once hover over any row, you can select to edit the category's information or delete the category permanently.&#x20;

Using the filter on top of the table, you can quickly sort out the categories you want:

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

To create a new category, click on the Add category button on the top right corner:

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

A pop-up will appear. Fill out the information necessary in the pop-up and click Submit to create new:&#x20;

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


---

# 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://docs.consentik.com/manage-cookies-and-categories/managing-categories.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.
