---
title: Creating and configuring page types
related:
  - https://docs.kentico.com/k12sp/managing-website-content/working-with-pages.md
  - https://docs.kentico.com/k12sp/custom-development/working-with-pages-in-the-api.md
  - https://docs.kentico.com/k12sp/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, which consists of:

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

and other [properties](https://docs.kentico.com/k12sp/developing-websites/defining-website-content-structure/creating-and-configuring-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/k12sp/developing-websites/defining-website-content-structure/creating-and-configuring-page-types/creating-standard-page-types.md)** – intended only for [Portal Engine](https://docs.kentico.com/k12sp/developing-websites/portal-engine-development-overview.md) sites. 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/k12sp/developing-websites/defining-website-content-structure/creating-and-configuring-page-types/creating-content-only-page-types.md)** – suitable for pages [on MVC sites](https://docs.kentico.com/k12sp/developing-websites/mvc-development-overview.md) whose task is to hold content, such as individual news articles. Content-only do not contain presentation properties and tabs. Depending on the site's implementation, the visual design of pages can be fully controlled by the MVC site's developers or driven by the [page builder](https://docs.kentico.com/k12sp/developing-websites/page-builder-development.md) and [templates](https://docs.kentico.com/k12sp/managing-website-content/using-page-templates-in-mvc.md).
- **[Container page types](https://docs.kentico.com/k12sp/developing-websites/defining-website-content-structure/creating-and-configuring-page-types/creating-container-page-types.md)** – suitable for storing queries and transformations. Container page types do not contain any custom fields and are created without a [coupled data table](https://docs.kentico.com/k12sp/custom-development/working-with-pages-in-the-api/page-database-structure.md).

## Configuring page types

Page types are fully customizable elements of the system – you can add, modify and delete any custom [fields](https://docs.kentico.com/k12sp/custom-development/developing-form-controls/reference-field-editor.md) comprising the page type. Page types also support the [alternative forms](https://docs.kentico.com/k12sp/developing-websites/defining-website-content-structure/creating-and-configuring-page-types/configuring-page-types/creating-alternative-forms-for-page-types.md) functionality, which you can use to define alternate editing interfaces appropriate for specific scenarios.

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

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