docs/sources/administration/plugin-management/_index.md
Plugins enhance your Grafana experience with new ways to connect to and visualize data.
Read on for an overview on how to get started with plugins:
Advanced options allow you to:
Grafana supports three types of plugins:
Read more in Types of plugins.
You can install and manage plugins from within Grafana. You need to have a Grafana Server administrator or Organization administrator role to access and use the plugin catalog. For more information about Grafana roles and permissions, refer to Roles and permissions.
For app plugins, the following access rules apply:
To browse for available plugins:
If you're not logged in, you can also access the list of available plugins in the Plugin catalog.
We strongly recommend running the latest plugin version. Use Grafana Advisor to check the status of your data sources and plugins.
The most common way to install a plugin is through the Grafana UI.
{{< admonition type="note" >}} To see additional ways to install plugins refer to Install a plugin. {{< /admonition >}}
To update a plugin:
When the update is complete, a confirmation message will indicate the installation was successful.
To uninstall a plugin:
When the update is complete, a confirmation message will indicate the installation was successful.
Plugin signature verification, also known as signing, is a security measure to make sure plugins haven't been tampered with. Upon loading, Grafana checks to see if a plugin is signed or unsigned. Read more in Plugin signatures.
You can relocate app plugin pages to customize the navigation menu structure, as explained in Customize navigation placement of plugin pages.
You can configure your Grafana instance to let the frontends of installed plugins directly communicate locally with the backends of other installed plugins. See how in Configure backend communication between installed plugins.
You can use the Plugin Frontend Sandbox to securely isolate plugin frontend code from the main Grafana application.
When enabled, plugins run in a separate JavaScript context, which provides several security benefits:
To administer, update, or delete your plugins, or to submit a new plugin, sign in to the Plugins Admin page. Note that you need to be an administrator for the Grafana Cloud organization being used to publish the plugin.