---
title: "Resources"
manual: "TYPO3 Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3coreapi:extension-resources@main"
source: "ExtensionArchitecture/FileStructure/Resources/Index.rst"
rendered: "2026-09-17T14:31:42+00:00"
---

# `Resources` {#resources}

Contains the sub folders `Public/` and `Private/`, which
contain resources, possibly in further subfolders.

Only files in the folder `Public/` should be publicly accessible.
All resources that only get accessed by the web server
(templates, language files, etc.) go to the folder `Private/`.

> [!NOTE]
> Non–TYPO3 files such as third party JavaScript libraries are commonly stored
> in this folder.
>
> TYPO3 is licensed under GPL version 2 or any later version. Any non–TYPO3
> code must be compatible with GPL version 2 or any later version.

-   [Private](https://docs.typo3.org/permalink/t3coreapi:private@main)
    -   [Language](https://docs.typo3.org/permalink/t3coreapi:language@main)
-   [Public](https://docs.typo3.org/permalink/t3coreapi:public@main)
