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