How to pass the chatbot across other link in the same website without losing the conversation

Hi.

How can I enable the chatbot pass across different linkfs of the website without losing the conversation and start connecting again.

When the user clics in a link of the website the chatbot must keep connecting in the same conversation.

Regards

Hello @daniel,

You can achieve this by making the below changes in kore-config.js file in SDK.

Path for the file: SDK master/UI/kore-config.js

Default is:

multiPageApp: {
enable: false,

Change to enable = true

Hope this helps!