Welcome to the official TYPO3 Documentation 

TYPO3 CMS is an Open Source Enterprise Content Management System powered by PHP.

Getting started guide 

This guide introduces some of the core concepts of TYPO3, guides you through installation, helps you set up your first small project with a custom template, and gives you information on troubleshooting.

Site package tutorial 

This tutorial describes step by step how to create your first site package or theme in TYPO3 from scratch.

Editors guide 

Learn about how you log into the TYPO3 backend, how to work with the page tree, how to create and manage content, how to work with translations and other useful tricks for editors.

Download TYPO3 

For information about the different versions of TYPO3 and their system requirements, visit https://get.typo3.org

You can also download the sources from there. We suggest Installing TYPO3 using Composer, however.

References 

TYPO3 explained
The main document for advanced developers and integrators. It describes the API, coding guidelines, configuration options and security guidelines. Introduces creating an extension to enhance TYPO3.
TYPO3 Core changelog
Learn what is new in TYPO3 and how to migrate away from deprecated functionality.
Fluid Explained
Fluid is a PHP template engine and is the de facto standard for any HTML-based output in the TYPO3 CMS.
Fluid ViewHelper reference
Complete reference of all Fluid ViewHelpers provided by TYPO3. Used to add logic and functionality to your templates.
TypoScript Explained (including TSconfig)
Complete reference of TypoScript settings and configuration options. Frontend TypoScript is useful to improve the frontend output of your site, while TSconfig options let you customize the TYPO3 backend.
TCA reference
Complete reference of the Table Configuration Array (TCA) which maps raw database tables to records in the TYPO3 backend and in Extbase.

Recently moved chapters 

TSconfig reference into TypoScript Explained 

Starting with the documentation of TYPO3 12.4

The complete TSconfig reference has been moved from TYPO3 Explained into typoScript Explained.

You find the chapters here now:

References need to be changed like this:

-:ref:`TCAdefaults <t3tsconfig:userTsTcaDefaults>`
+:ref:`TCAdefaults <t3tsref:userTsTcaDefaults>`
Copied!

Almost all anchors are persevered. The only exception is Conditions (TSconfig). Anchors in this area have been prefixed with tsconfig-:

-:ref:`Condition variables available in TSconfig <t3tsconfig:condition-variables>`
+:ref:`Condition variables available in TSconfig <t3tsref:tsconfig-condition-variables>`
Copied!

TypoScript syntax into TypoScript Explained 

Starting with the documentation of TYPO3 12.4

The chapters regarding TypoScript syntax have been moved from TYPO3 Explained into the TypoScript Explained.

You find the chapters here now: TypoScript syntax

References need to be changed like this:

-:ref:`Code blocks <t3coreapi:typoscript-syntax-syntax-curly-brackets>`
+:ref:`Code blocks <t3tsref:typoscript-syntax-syntax-curly-brackets>`
Copied!

TypoScript in 45 minutes into TypoScript Explained 

Starting with the documentation of TYPO3 12.4

The chapters of the former TypoScript in 45 minutes tutorial have been moved into the TypoScript Explained, Getting Started section:

Getting started: A quick introduction into TypoScript

To prevent collisions all reference anchors have been prefixed with guides-.

-:ref:`Create a menu with TypoScript <t3ts45:menu>`
+:ref:`Create a menu with TypoScript <t3tsref:guide-menu>`
Copied!

The tutorial TypoScript in 45 minutes has been discontinued.

Upgrade Guide moved in TYPO3 Explained, Administration 

Starting with the documentation of TYPO3 12.4

The chapters of the former Upgrade Guide have been moved into the TYPO3 Explained, Administration section:

Upgrading the TYPO3 Core and extensions

-:ref:`Upgrading the TYPO3 Core and extensions <t3upgrade:start>`
+:ref:`Upgrading the TYPO3 Core and extensions <t3coreapi:upgrading>`

-:ref:`Upgrading the TYPO3 Core and extensions <t3install:start>`
+:ref:`Upgrading the TYPO3 Core and extensions <t3coreapi:upgrading>`

-:ref:`Migrate a TYPO3 project to Composer <t3upgrade:migratetocomposer>`
+:ref:`Migrate a TYPO3 project to Composer <t3coreapi:migratetocomposer>`
Copied!

The Upgrade Guide has been discontinued.

Advanced installation chapters moved from Getting Started Guide to TYPO3 Explained, Administration 

Starting with the documentation of TYPO3 12.4

Advanced installation chapters moved from Getting Started Guide to TYPO3 Explained, Administration:

Installation

-:ref:`Tuning TYPO3 <t3start:tunetypo3>`
+:ref:`Tuning TYPO3 <t3coreapi:tunetypo3>`

-:ref:`Legacy Installation <t3start:legacyinstallation>`
+:ref:`Legacy Installation <t3coreapi:legacyinstallation>`
Copied!

Many topics now exist in both the Getting Started Guide in a condensed form and more verbose in TYPO3 Explained, Administration. The chapters link each other.

Advanced troubleshooting chapters moved from Getting Started Guide to TYPO3 Explained, Administration 

Starting with the documentation of TYPO3 12.4

Advanced troubleshooting for administrators moved from Getting Started Guide to TYPO3 Explained, Administration.

Troubleshooting

Anchors have been prefixed with "troubleshooting" to prevent collisions:

-:ref:`Troubleshooting <t3start:troubleshooting_index>`
+:ref:`Troubleshooting <t3coreapi:troubleshooting-index>`

-:ref:`System Modules <t3start:system_modules>`
+:ref:`System Modules <t3coreapi:troubleshooting-system_modules>`
Copied!

Getting started has a basic trouble shooting chapter linking to the one in TYPO3 explained.

Permission and User Management moved from Getting Started Guide to TYPO3 Explained, Administration 

Starting with the documentation of TYPO3 12.4

Permission and User Management moved from Getting Started Guide to TYPO3 Explained, Administration:

-:ref:`Permissions Management <t3start:permissions-management>`
+:ref:`Permissions management <t3coreapi:permissions-management>`

-:ref:`Backend user management <t3coreapi:user-management>`
+:ref:`Backend Users <t3coreapi:user-management-backend-users>`
Copied!

Welcome to the official TYPO3 API Documentation 

TYPO3 source code is well documented and allows you to understand many internals just by browsing through the various classes and methods.

TYPO3 14-dev (main) API 

Automatically generated API from the 14-dev (main) branch of TYPO3.

TYPO3 13.4 API 

Automatically generated API from the 13.4 (current stable) branch of TYPO3.

TYPO3 12.4 API 

Automatically generated API from the 12.4 (old stable) branch of TYPO3.

Official documentation resources 

TYPO3 Documentation