How to redirect the connect support url to virtual agent webclient?Issue if the user saved connect support url as bookmark and accessing it, Where the chat functionality is already upgraded from connect support to Virtual agent web client, then the old connect support url should automatically redirect to Virtual agent web client url. https://instancename.service-now.com/$sn-va-web-client-app.doReleaseAll releasesResolutionOn creating new UI Page you can redirect the url from connect support url to Virtual agent web client. Kindly follow below steps for creating new UI Page:1. Go to UI page from application navigator 2. create New3. Give the name as "$chat_support" 4. in the Client script mention window.location.href="$sn-va-web-client-app.do" Post that, if any of the user opened the "connect support url", it will automatically redirected to "Web client URL"