Domain Picker and Update Set not displaying under Instance tools for non-admin usersIssue Click on Instance Tools Icon besides global search and observe that there is no option to select Update Set in Next Experience but available in UI16 for non admin users.ReleaseAllResolutionTo enable this Instance Tool feature, admin must first create a system property called glide.ui.next_experience.instance_tools_disabled and set it to false.NOTE: When this feature is enabled, the Globe icon is moved under Instance Tool Icon.Now to get the Update set Icon under Instance Tool for non-admin user Grant the user role read access to the Update Set table [sys_update_set].-> This sys_id - c4f31efbc0a8016434308017ebeaf12f is where you can provide a non-admin role to provide access to the sys_update_set table, and the update set will be available under the Globe icon.Enable users to see the update set picker on the Settings panel. Add a system property glide.ui.update_set_picker.role to the System Properties table.Set the value of glide.ui.update_set_picker.role to the role for which you want to give access. Restrict access to the domain picker Open the System Properties [sys_properties] table.Add this property: glide.ui.polaris.domain_picker.roleConfigure the property value as a comma-separated list of roles: admin, itil. Related LinksInstance tool : https://support.servicenow.com/kb?id=kb_article_view&sys_kb_id=a5d5054e93ab8a10e7eef35d6cba1063Update set https://www.servicenow.com/docs/bundle/yokohama-application-development/page/build/system-update-sets/task/t_GrantAccessToTheUpdateSetPicker.htmlIcons on Next Experience Navigation - https://www.servicenow.com/docs/bundle/yokohama-platform-user-interface/page/get-started/servicenow-overview/concept/using-the-next-experience-global-header.htmlDomain Set Picker - https://www.servicenow.com/docs/bundle/yokohama-platform-security/page/administer/company-and-domain-separation/task/t_RestrictAccesstoDomainPicker.html