# Plugins Psalm can be extended through plugins to find domain-specific issues. All plugins must extend `Psalm\Plugin` and return an instance of themselves e.g. ```php ```