---
title: "TypoScript objects"
manual: "TypoScript Explained"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3tsref:guide-cobjects@13.4"
source: "Guide/TypoScriptObjects/Index.rst"
rendered: "2026-09-19T07:15:48+00:00"
---

# TypoScript objects {#guide-cobjects}

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@13.4) 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@13.4)
-   [Objects rendering content](https://docs.typo3.org/permalink/t3tsref:objects-rendering-content@13.4)
-   [Further objects](https://docs.typo3.org/permalink/t3tsref:further-objects@13.4)
