Hi @prachimathur ,The favicon icon is typically loaded in the <head> section of a website. Usually, this involves an HTML snippet with a link element like:<link rel="icon" type="image/x-icon" href="/path/to/your/favicon.ico">To understand the actual loading process for your site, examine the head.ht...