---
title: Page types
related:
  - https://docs.kentico.com/k10/managing-website-content/working-with-pages.md
  - https://docs.kentico.com/k10/custom-development/working-with-pages-in-the-api.md
  - https://docs.kentico.com/k10/external-utilities/kentico-import-toolkit.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).

Each page in Kentico is of a specific type – a page type. Each page consists of:

- fields (data structure)
- editing form layout
- [transformations](https://docs.kentico.com/k10/developing-websites/loading-and-displaying-data-on-websites/writing-transformations.md) (design)
- queries

and other [properties](https://docs.kentico.com/k10/developing-websites/defining-website-content-structure/page-types/configuring-page-types/reference-page-type-properties.md). Page types allow you to define custom website structure and store content (data) separately from design.

## Creating custom page types

There are three 'types' of page types that you can create in Kentico:

- **[Standard page types](https://docs.kentico.com/k10/developing-websites/defining-website-content-structure/page-types/creating-page-types.md)** - use these to create template-based pages that form the structure of the site. Standard page types hold data in fields that you can fully customize.
- **[Content only page types](https://docs.kentico.com/k10/developing-websites/defining-website-content-structure/page-types/creating-content-only-page-types.md)** - suitable for pages [on MVC sites](https://docs.kentico.com/k10/developing-websites/developing-sites-using-asp-net-mvc.md) whose only task is to hold content, such as individual news articles. Content only pages aren't based on [page templates](https://docs.kentico.com/k10/developing-websites/managing-page-templates.md) and don’t contain presentation properties and tabs. This allows content editors to use the pages without unnecessary distractions.
- **[Container page types](https://docs.kentico.com/k10/developing-websites/defining-website-content-structure/page-types/creating-container-page-types.md)** - suitable for storing queries and transformations. Container page types don't contain any custom fields as they are created without a [coupled data table](https://docs.kentico.com/k10/custom-development/working-with-pages-in-the-api/page-database-structure.md).

## Configuring page types

Page types are fully customizable – you can add, modify and delete any custom fields. You can also create additional versions of editing forms for individual page types, which you can then use in different situations.

See [configuring page types](https://docs.kentico.com/k10/developing-websites/defining-website-content-structure/page-types/configuring-page-types.md) for more information.

![The Page types application](https://docs.kentico.com/docsassets/k10/page-types/page_types_application.png "The Page types application")
