Configure Connected Mode for Sonarlint in IntelliJ

Hi,
today I got the Developer Edition of Sonarqube. Now I would like to configure Sonarlint in IntelliJ in Connected Mode to have Smart Notification (https://docs.sonarqube.org/latest/user-guide/sonarlint-notifications/). What do I have to do, where can I enable this feature?
Thank you very much
Christian

When you define a SonarQube server in SonarLint, the last screen of the setup wizard will have the option to enable notifications from the server. By default it will be on.

In IntelliJ preferences, first connect to a server via the SonarLint General Settings , then bind the project under SonarLint Project Settings .

I hope this helps.