---
title: Reference - Page type properties
---

> 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).

| Display name                    | The name of the page type displayed in the administration and content editing interface.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Code name                       | Sets a namespace prefix and unique name that serves as an identifier for the page type, for example in selectors or the API.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Table name                      | Displays the name of the database table used to store coupled data for pages of this type, i.e. the content of its specific fields.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| URL pattern                     | Determines the live site (presentation) URL where pages of the given type are displayed.<br>If a site uses the [custom](https://docs.kentico.com/13/developing-websites/implementing-routing/custom-routing-using-url-patterns.md) routing mode, the URL pattern must be set to allow editors to work with the pages correctly in the Pages application, including features such as Preview mode, widget editing on the Page tab, or adding of links into text via the editor on the Content tab.<br>The system builds the overall page presentation URL by adding the _URL pattern_ to the _Presentation URL_ of the site. |
| Inherits fields from pages type | If a page type is selected and saved, the definitions of its fields are loaded and added to the current page type. These fields can be viewed and modified on the _Fields_ tab.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Page type icon                  | Allows you to [upload custom icons](https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types/changing-page-type-icons.md) that will be used to represent the page type in various parts of the system.                                                                                                                                                                                                                                                                                                                                                                        |
| Include in module package       | Allows you to assign the page type to a custom module (only modules that are in development mode are available). The system then includes the page type in [installation packages](https://docs.kentico.com/13/custom-development/creating-custom-modules/creating-installation-packages-for-modules.md) that you create for the selected module in the _Modules_ application.<br>If you select a module, you cannot specify on which _Sites_ the page type is available. The page type automatically uses the site bindings of the given module, which you can edit in the _Modules_ application.                          |
| Use publish from/publish to     | Indicates if the **Publish from** and **Publish to** fields are offered on the **Content** tab for pages of this type. These may be used to schedule pages to be published on the live site on a specific date and time, or shown only during a limited time interval.<br>See: [Scheduling pages for publishing](https://docs.kentico.com/13/managing-website-content/working-with-pages/scheduling-pages-for-publishing.md)                                                                                                                                                                                                |

Related pages

- [Creating page types](https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types/creating-page-types.md)
