In case you want to have a customized WebSDK setup, you can use Download SDK link to download, set up, and configure the Web/Mobile SDK using the prebuilt SDK libraries.
Yes, I have followed it successfully. But as you can see in the image it produces an bot icon at bottom right corner of the page clicking which opens the chat bot.
What I want is for the chatbot to be embedded in the webpage like the last image.
Kindly try adding a new script tag to trigger the chat icon click and validate:
Eg:
<script>
[KoreSDK.show](http://koresdk.show/)(KoreSDK.chatConfig);
//add this line
KoreSDK.dependencies.jQuery('.kore-chat-window .messages').trigger('click');
</script>