# List of Strapi plugins
No matter if they are installed by default, or additional, Strapi plugins allow to expand your application by adding more options and possibilities. All options are documented in their right places throughout the user guide. However, you can use the following documentation as a reference guide to know which Strapi plugins are available, how they work and which options they add to your Strapi application.
# Default plugins
# Internationalization plugin
The Internationalization plugin is installed by default on all v4 Strapi applications, but can be deactivated.
This plugin allows to manage content in different languages, called "locales". With the Internationalization plugin, it is possible to:
- define what locales should be available in the Strapi application,
- define which content-types and fields can be translated in different locales, or should only be available in the default locale,
- translate content and manage it each locale at a time.
The Internationalization plugin impacts several parts of the admin panel. The table below lists all the additional options and settings that are added to a Strapi application once the plugin has been installed.
Section impacted | Options and settings |
---|---|
Settings |
|
Content-type Builder |
|
Content Manager |
|
# Users & Permissions plugin
The Users & Permissions plugin is installed by default on all v4 Strapi applications, but can be deactivated.
This plugin allows to manage end users, who consume the content that is created and managed with a Strapi application and displayed on a front-end application (e.g. website, mobile application, connected device etc.). With the Users & Permissions plugin, it is possible to:
- manage end users accounts, based on a "User" collection type available through the plugin,
- define the available end-user roles and their related permissions,
- manage available providers to enable end users to login through third-party providers,
- configure available email templates aimed at the end users (e.g. password reset, email address confirmation).
The Users & Permissions plugin impacts several parts of the admin panel. The table below lists all the additional options and settings that are added to a Strapi application once the plugin has been installed.
Section impacted | Options and settings |
---|---|
Settings |
👉 Path reminder: Settings > Users & Permissions plugin |
Content-type Builder |
|
Content Manager |
|