---
title: "TypoScript objects"
manual: "TypoScript Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3tsref:guide-cobjects@main"
source: "Guide/TypoScriptObjects/Index.rst"
modified: "2026-09-15T19:22:01+00:00"
---

# TypoScript objects

As we already saw there is quite a variety of TypoScript objects. Each object
has a number of properties. These can be simple data types or functions, which
have their own set of properties. Using properties that don't exist will have
no effect.

The [TypoScript Reference](https://docs.typo3.org/permalink/t3tsref:typoscript-objects@main) lists all data types, functions
and objects with their properties. This chapter offers a short overview of the
most common objects to give you an idea of what is available.

**Some most common objects:**

-   [Objects executing database queries](https://docs.typo3.org/permalink/t3tsref:objects-executing-database-queries@main)
-   [Objects rendering content](https://docs.typo3.org/permalink/t3tsref:objects-rendering-content@main)
-   [Further objects](https://docs.typo3.org/permalink/t3tsref:further-objects@main)
