# AbstractPluginManager ```cpp // The core and its managers are located in this header #include "CoreInterface.h" // Use this global function to access the plugins manager mv::plugins()->... ``` ### Related - Plugins {doc}`models <../models/plugins/index>` **Qualified name:** `mv::AbstractPluginManager` ```{doxygenclass} mv::AbstractPluginManager :members: :protected-members: