---
title: "Page TSconfig module (Site management)"
manual: "Getting Started"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3start:site-management-page-tsconfig@13.4"
source: "Concepts/Backend/SiteManagement/PageTSconfig.rst"
modified: "2026-09-15T08:44:38+00:00"
---

# Page TSconfig module (Site management)

This module works in a similar way like the
[TypoScript module](https://docs.typo3.org/permalink/t3start:site-management-typoscript@13.4).

Page TSconfig and TypoScript both use the same syntax and are loaded in a similar
fashion.

## Pages containing page TSconfig

Until TYPO3 version 13 page TSconfig was either added globally via a file
called `EXT:my_extension/Configuration/page.tsconfig` or inserted or
included in the record of a page in the page properties. Doing so is still
possible for backward compatibility reasons.

If you included the Page TSconfig via a site set or globally, then it
will not be displayed in the overview submodule.

This does not mean it is not being loaded.

## Active page TSconfig

This module works much like [Active TypoScript](https://docs.typo3.org/permalink/t3start:site-management-typoscript-active@13.4).

## Included page TSconfig

This module works much like [Included TypoScript](https://docs.typo3.org/permalink/t3start:site-management-typoscript-included@13.4), however
the sources from which TSconfig is being loaded are different.

In this Guide we assume that you load page TSconfig via the site set of your
site package. The TSconfig Reference gives you an overview of all possible
strategies to set page TSconfig:
[Setting page TSconfig](https://docs.typo3.org/m/typo3/reference-typoscript/13.4/en-us/UsingSettingTSconfig/PageTSconfig.html#setting-page-tsconfig).

And to make confusion perfect there is also user TSconfig, which is loaded on a
per user basis: [Setting user TSconfig](https://docs.typo3.org/m/typo3/reference-typoscript/13.4/en-us/UsingSettingTSconfig/UserTSconfig.html#setting-user-tsconfig)
and can override page TSconfig:
[Overriding page TSconfig in user TSconfig](https://docs.typo3.org/m/typo3/reference-typoscript/13.4/en-us/UsingSettingTSconfig/UserTSconfig.html#pageoverridingpagetsconfigwithusertsconfig)

These topics are beyond the scope of this Guide however.
