The web messenger in Freshchat, also known as the conversations widget, is used to deliver a convenient and contextual conversational messaging experience for customers. 


You can hide the widget on certain pages by using the below code under the <BODY> tag.


Sample code:

<script>
window.fcWidgetMessengerConfig = {
config: {
headerProperty:
{
hideChatButton: false,
}
}
}
</script>
<script src='//fw-cdn.com/1*****7/2*****4.js' chat='true'></script>


Note: Navigate to Admin Settings > Marketplace and Integrations > CRM Tracking Code > Add CRM Tracking Code to your website > Copy to get the widget code.