I've noticed in various web apps that users are prompted with initial announcements to help them use the app for the first time (and users have the option to click "Don't show this message again in the future" or something similar)
Is there a plugin that does that? Or, would you simply program a many-to-many relationship between users and announcements, and maybe have a "disable" boolean column in there, to do that?