---
title: "Introduction"
manual: "Content Planner"
version: "2.5"
source: "Introduction/Index.rst"
modified: "2026-09-16T11:40:44+00:00"
---

# Introduction

## What does it do?

This TYPO3 extension adds content planning capabilities to the TYPO3 backend:
assign a **status** to pages (and other records), **assign** responsible editors
and leave **comments** with todos — all directly in the page tree, record list and file list.

Ideal for content migrations, editorial workflows or any process where you need to track
who is working on what.

![Content Planner Intro](../Images/page.jpg)

## Features

-   **[Status](../Configuration/Status.html#status)**

    Colorful, customizable status labels for pages and records.
    [Change status](../Usage/StatusChange.html#status-change) via page tree, module header, record list or edit form.
    Bulk update multiple records at once or via [console command](../Usage/Command.html#command).

-   **[Assignee](../Usage/Assignee.html#assignee)**

    Assign responsible editors to records.
    Quick actions: "Assign to me" / "Unassign" shortcuts.
    Optional auto-assignment on status change.

-   **[Comments](../Usage/Comments.html#comments)**

    Discuss records directly in the backend.
    [Todos](../Usage/Comments.html#comments-todo) and [resolution](../Usage/Comments.html#comments-resolve) tracking within comments.
    [Threaded replies](../Usage/Comments.html#comments-replies) and [shareable links](../Usage/Comments.html#comments-share).

-   **[Dashboard](../Usage/Dashboard.html#dashboard)**

    Ready-to-use dashboard preset with dedicated [widgets](../Usage/Dashboard.html#dashboard-widgets).
    Overview, status, updates, assignee, todo, comments widgets.
    [Configurable widget](../Usage/Dashboard.html#dashboard-configurable-widget) with custom filters (TYPO3 v14+).

-   **Extensibility**

    Extend [additional database records](../DeveloperCorner/AdditionalRecords.html#additional-records) with status behavior.
    Built-in support for content elements and [files/folders](../Usage/Filelist.html#filelist).

### Screencast

![Screencast Content Planner](../Images/screencast.gif)

## Support

There are several ways to get support for this extension:

-   GitHub: [https://github.com/xima-media/xima-typo3-content-planner/issues](https://github.com/xima-media/xima-typo3-content-planner/issues)

## License

This extension is licensed under
[GNU General Public License 2.0 (or later)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
