If you want to override the welcome message in case you want to use the webchat in different way on your website
window.clustaarSettings = {
bot_id: 'MY_BOT_ID',
bot_token: 'MY_BOT_TOKEN',
welcomeMessage: 'Welcome this is a different welcome message', // override the welcome message, even if you configured it on the platform
};