In testing any new feature, one technique for getting users to use (and test) the feature is known as feature flags . Essentially these are settings (flags) that signal you should gain access to those experimental features. The allows a user to opt-in… Read the full text.