docs/plugins/index.md
Plugins are packaged Django apps that can be installed alongside NetBox to provide custom functionality not present in the core application. Plugins can introduce their own models and views, but cannot interfere with existing components. A NetBox user may opt to install plugins provided by the community or build his or her own.
Please see the documented instructions for installing a plugin to get started.
The NetBox plugin architecture allows for the following:
/plugins root path to provide browsable views for users.PLUGINS_CONFIG in configuration.py.Either by policy or by technical limitation, the interaction of plugins with NetBox core is restricted in certain ways. A plugin may not:
/plugins root. All plugin URLs are restricted to this path to prevent path collisions with core or other plugins.