Is there any way to integrate kore.ai bot to a godaddy website?

Is there any way to integrate kore.ai bot to a godaddy website? What are the steps to be followed?

Hello @murugavel ,

Welcome to Kore Community :grinning: :clap:

To integrate the bot with a website or application, Kore provides SDK libraries. You can find the detailed steps of implementing SDK in our WebSDK documentation (https://developer.kore.ai/docs/bots/sdks/kore-ai-web-sdk-tutorial/)

Hope this helps!

When we create go daddy website, we do not have access to the source files of the website. How would we able to integrate in such cases? can we integrate kore.ai only if we access to the server files where we are hosting the website?

Hello @murugavel ,

You will definitely need access to the Website source code or servers, in order to integrate the bot.

Clone the SDK repository and create the html file for the bot, or embed the code within the Godaddy website html page.

There is also an option to use minified files instead of the complete repo . You can find the details here : GitHub - Koredotcom/web-kore-sdk: web client sdk code

Hope this clarifies your concern.