Skip to main content

Strapi plugins

πŸ€“ Dev Docs vs. User Guide

The present section is about the developer-oriented aspects of Strapi plugins. To learn how to install and use plugins from the Strapi admin panel, please read the User Guide.

Strapi's core features can be extended with plugins, and your experience with Strapi plugins will fall under the following 4 use cases:

  • You will use one of the built-in plugins officially maintained by Strapi. Some built-in plugins can already be pre-installed when you create a new Strapi project.
  • You might want to browse 3rd-party plugins for additional features. 3rd-party plugins can be browsed from the admin panel or from the Marketplace website and installed with the command line interface.
  • You might want to develop your own plugins. The plugins you develop can be specific to your Strapi project β€” these plugins are called "local plugins", or can be submitted to the Marketplace if meant to be shared with the Strapi community.
  • You might want to extend an existing plugin for a specific Strapi project. With this last use case, please proceed carefully, knowing that extensions might break with future updates from the plugin maintainer.

Choose one of the following documentation sections from the table, depending on your profile and use case:

As a…I want to…Recommended section to read
UserDiscover and install built-in and 3rd-party pluginsUser Guide > Plugins
DeveloperSetup, configure, and use Strapi built-in pluginsDev Docs > Using plugins
DeveloperCreate my own plugin and submit it to the MarketplaceDev Docs > Developing plugins
DeveloperExtend an existing plugin to customize it for a specific Strapi project️Dev Docs > Extending plugins