---
title: "Page properties: settings at page level"
manual: "TYPO3 Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3coreapi:config-page-properties@main"
source: "Configuration/Modules/PageProperties/Index.rst"
rendered: "2026-09-21T11:24:09+00:00"
---

# Page properties: settings at page level {#config-page-properties}

If the user has the correct permissions, settings for a page (and in some
cases all subpages) can be made in the page properties:

![Screenshot demonstrating the location of the "Edit page properties" button in the header of the "Content > Layout" module](../../../Images/ManualScreenshots/Backend/PageProperties.png)

Some plugins also come with settings, refer to the manual of the extension
providing the plugin.

> [!NOTE]
> **See also**
>
> -   [Tutorial for editors: Page properties](https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/Pages/PageProperties/Index.html#pages-properties)
> -   [Site package Tutorial: Choose the page layout in the page properties](https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/ContentMapping/Index.html#choose_page_layout)

Technically the page properties are the same as the form displaying the page
record from table `pages`. They can therefore be configured by developers
via [TCA](https://docs.typo3.org/m/typo3/reference-tca/main/en-us/Index.html#start).

The concrete settings available in the page properties depend on the chosen
[Page types](https://docs.typo3.org/permalink/t3coreapi:page-types-intro@main),
represented by database field `doktype`.
