---
title: "Contribute to the TYPO3 documentation"
manual: "How to Document"
version: "main"
permalink: "https://docs.typo3.org/permalink/h2document:docs-official-workflow-methods"
source: "Howto/Contribute/Index.rst"
modified: "2026-09-14T09:38:54+00:00"
---

# Contribute to the TYPO3 documentation

**Quicklinks**

-   [reStructuredText cheatsheet](https://docs.typo3.org/permalink/h2document:rest-cheat-sheet)
-   [File structure](https://docs.typo3.org/permalink/h2document:file-structure)
-   [Render with Docker](https://docs.typo3.org/permalink/h2document:rendering-docs)
-   [Typical tasks](https://docs.typo3.org/permalink/h2document:docs-official-how-you-can-help)
-   [Open issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3ATYPO3-Documentation) (a GitHub account is required)

Everyone is welcome to make changes and help improve TYPO3's documentation.

No prior knowledge is required and support is always available for new contributors [here](https://docs.typo3.org/permalink/h2document:how-to-get-help).

Once you have submitted your changes they won't be visible straight away. Someone in the Documentation Team
will need to approve the changes first before they are published.

More information on how your submissions ("PR"s, "Pull Requests") will receive
feedback can be found in the chapter [Policy for making and reviewing contributions](https://docs.typo3.org/permalink/h2document:review-policy).

**Workflows**

There are two different ways in which you can make your changes before submitting them for approval.

1.  Edit on GitHub

    You can edit documentation in your browser by accessing its repository directly on GitHub.

    This workflow is ideal for making minor changes such as fixing grammatical errors and typos.

    [Workflow #1: "Edit on GitHub"](https://docs.typo3.org/permalink/h2document:docs-contribute-github-method).
1.  Edit locally and render with Docker

    This method is suited to users who are comfortable using Git, Docker
    and the command line. It's the recommended approach for making larger
    changes as it gives you greater control over what tools you use and
    it also allows you to test and view your changes locally before submitting them for approval.

    [Workflow #2: "local editing and rendering with Docker"](https://docs.typo3.org/permalink/h2document:docs-contribute-git-docker)
