Autolaunch transactions are generated even when Guided Tours Auto Launch is not enabledDescriptionWhen a Guided Tour is executed from the Help menu (question mark) > Take a tour, autolaunch transactions are generated even when Guided Tours Auto Launch is not enabled. Steps to Reproduce 1. Access the instance and go to "Configure Auto Launch", select one of the Guided Tour and de-activate the Auto Launch. OOTB, the "Incident Management - Form Layout" Guided Tour exists, so you can use this one to reproduce the issue. 2. Go to the Guided Tour menu, from the gear, add to the list the "Autolaunch order" column and ensure the value is 0 for that Guided Tour you edited. 3. Go to the table or dashboard were the Guided Tour is and click the "question mark" and click on "Take a tour" 4. Review the transaction log file and notice the following URL will be generated: /api/now/guided_tours/autolaunch ....Complete example for the "Incident Management - Form Layout" Guided Tour:/api/now/guided_tours/autolaunch/get?context=/nav_to.do?uri=%2Fslushbucket.do%3Fsysparm_referring_url%3Dincident.do%253Fsys_id%253De8caedcbc0a80164017df472f39eaed1%254099%2540sysparm_record_rows%253D1%254099%2540sysparm_record_target%253Dincident%254099%2540sysparm_record_list%253Dsys_idCONTAINSe8caedcbc0a80164017df472f39eaed1%25255EORDERBYnumber%254099%2540sysparm_record_row%253D1%26sysparm_view%3D%26sysparm_collection_relationship%3D%26sysparm_list%3Dbf1d96e3c0a801640190725e63f8ac80%26sysparm_form%3Dsection%26sysparm_sys_id%3Dundefined&page=incident&api=api&headers[X-UserToken]=daec53b3db8b8050b5bbfae4e2961912085a40fc70dff7318688485e490fc582ff6a185d Observe /api/now/guided_tours/autolaunch are being generated. WorkaroundThe autolaunch request is made on every page to check if there exists an autolaunch tour or not. If there exists one, we play the tour else do nothing. This is expected behavior and by design in all currently supported releases.Related Problem: PRB1387794