---
title: Configuring categories
related:
  - https://docs.kentico.com/13/managing-website-content/working-with-pages/categorizing-pages/assigning-pages-to-categories.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

Categorizing is useful when you want to allow users to separate and organize the pages they create in the system. For example, based on the page topic.

This page describes how to configure categories so that they are usable by your site's content editors. To learn more about categories in general and how to work with them as a content editor, refer to [Assigning pages to categories](https://docs.kentico.com/13/managing-website-content/working-with-pages/categorizing-pages/assigning-pages-to-categories.md).

![Listing pages based on categories](https://docs.kentico.com/docsassets/13/configuring-categories/pages_listed_by_categories.png "Listing pages based on categories")

> **Info:** For information about the different available approaches to page taxonomy, see [Categorizing pages](https://docs.kentico.com/13/managing-website-content/working-with-pages/categorizing-pages.md).

## Displaying categories on individual pages

You can display a list of categories to which a given page is assigned. To achieve that, you (or your site's developers) need to write custom code in the MVC application that provides your website – load the category data into the models used to display your pages and adjust the corresponding views.

![](https://docs.kentico.com/docsassets/13/configuring-categories/Document_Categories.png)

## Allowing users to categorize pages via fields

You can allow editors and other users to categorize pages on the **Content** tab of the **Pages** application. This makes it possible for users to categorize pages when creating them. Users can also categorize existing pages without having to access the **Properties** tab.

To allow users to categorize pages on the **Content** tab, add a new field to the related page types:

1. Open the **Page types** application.
2. **Edit** the given page type.
3. Switch to the **Fields** tab.
4. Click **New field**.
5. Fill in the properties of the new field as follows:

   - **Field type**: Standard field
   - **Field name**: PageCategories (for example)
   - **Data type**: Text
   - **Size**: 100
   - **Field caption**: Category (for example)
   - **Field description**: any description that you want users to see when hovering over the field caption
   - **Form control**: Multiple categories selector

   ![Creating a page category field for a page type](https://docs.kentico.com/docsassets/13/configuring-categories/defining_categories_field_for_page_type.png "Creating a page category field for a page type")
6. **Save** the field.

Now whenever users edit pages of this type on the **Content** tab or create new pages of this type, they can assign categories to the page.

![Assigning categories on the Form tab](https://docs.kentico.com/docsassets/13/configuring-categories/assigning_category_on_form_tab.png "Assigning categories on the Form tab")
