---
title: Allowing users to categorize pages on the Form tab
related:
  - https://docs.kentico.com/k11/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).

You can allow editors and other users to categorize pages on the Form 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 **Form** tab, add a new field to the page type for which you want to allow categorizing on the **Form** tab.

1. Open the **Page types** application.
2. **Edit** () the page type for which you want to allow categorizing on the **Form** tab.
3. Switch to the **Fields** tab.
4. (Optional) Click (**...**) and create a **New category** for the new page tagging field.
5. Click **New field**.
6. Fill in the properties of the new field as follows:
   1. **Field type**: Standard field
   2. **Field name**: PageCategories (for example)
   3. **Data type**: Text
   4. **Size**: 100
   5. **Field caption**: Category (for example)
   6. **Field description**: any description that you want users to see when hovering over the field caption
   7. **Form control**: Multiple categories selector

      ![Creating a page category field for a page type](https://docs.kentico.com/docsassets/k11/allowing-users-to-categorize-pages-on-the-form-tab/defining_categories_field_for_page_type.png "Creating a page category field for a page type")
7. **Save** the field.

Now, whenever users edit pages of this type on the **Form** tab or create new pages of this type, they can tag the pages as well.

![Assigning categories on the form tab](https://docs.kentico.com/docsassets/k11/allowing-users-to-categorize-pages-on-the-form-tab/assigning_category_on_form_tab.png "Assigning categories on the form tab") 
