content/influxdb3/explorer/manage-plugins/_index.md
{{% product-name %}} lets you manage plugins in your InfluxDB 3 instance or cluster. InfluxDB 3 Processing engine plugins let you extend your database with custom Python code. Use {{% product-name %}} to manage plugins in your InfluxDB 3 instance and install prebuilt plugins from the Plugin Library.
Each plugin can define one or more triggers—rules that specify when the plugin should execute. Triggers are typically based on conditions such as data arriving in a specific table or matching certain criteria.
When a trigger condition is met, InfluxDB 3 automatically runs the associated plugin code. This enables real-time data processing, enrichment, or alerting without manual intervention. Use the InfluxDB 3 Explorer UI to enable, disable, or configure triggers for each plugin.
<!-- TOC -->To view plugins installed in your InfluxDB 3 server, navigate to Manage Plugins > Overview.
To filter installed plugins by state, use the top tabs to filter by:
You can also use the search bar to filter by plugin name.
In the plugin list, locate the desired plugin.
[!Note]
Editing a plugin removes and recreates the plugin
When editing an InfluxDB 3 plugin, InfluxDB 3 Explorer removes and recreates the plugin using the updated settings.
{{< children hlevel="h2" >}}