You need to create a field that is connected to the user, could be just a boolean, and at the $w.onReady() you’d have to check if this boolean is true or false and then use the .show() method to display or not, this menu. You can also create a button to change the boolean, as per user request.