---
title: "Plugin options: settings at plugin level"
manual: "TYPO3 Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3coreapi:plugin-settings@main"
source: "Configuration/Modules/PluginSettings/Index.rst"
modified: "2026-09-14T11:10:56+00:00"
---

# Plugin options: settings at plugin level

The plugins of many extensions come with settings inside the content
element representing the plugin. These are commonly labeled "Plugin options"

Depending on their permissions, editors may be able to edit the settings of
a plugin.

In general, plugin-specific settings are evaluated in the following order:

1.  [Site settings](https://docs.typo3.org/permalink/t3coreapi:config-overview-backend-site@main)
1.  [TypoScript](https://docs.typo3.org/permalink/t3coreapi:extbase-configuration-typoscript-scopes@main)
1.  Settings made inside the plugin's content element

The settings of a plugin are commonly found in a tab called "Plugin" and
a section called "Plugin Options". Extension authors are, however, free to
chose different labels.

![Plugin Options of the Frontend login plugin](../../../Images/ManualScreenshots/Backend/PluginOptions.png)

Extension authors can use [FlexForms](https://docs.typo3.org/permalink/t3coreapi:flexforms)
or [TCA](https://docs.typo3.org/m/typo3/reference-tca/main/en-us/Index.html#start) to configure
plugin options that can be set in the content element of the plugin.
