We need an easy solution

I am frustrated with the difficulty involved in setting up a chatbot for my clients using MS. I need an easy way to embed them on their websites so they look like traditional chatbots- icon in the bottom right corner-customer clicks and the chat window opens. I paid for the embed options, but it just embeds looking like a Mind Studio agent - black background/full screen user interface/chat history/buzzing bees, etc. Clients are not accepting that. I looked at using the MindStudio Bubble template, but again, it does not look like a traditional chatbot window and is an additional cost to the $20 I am paying for the embed option.

It would be ideal for Mind Studio to solve this problem because there is so much demand for chatbots, and the friction involved in using Mind Studio is making all of us lose money. I can build dozens and dozens of chatbots and pay Mind Studio $20 per, but I have to have a fast and easy way to do this. Please help

Hi @Todd,

Sorry to hear about that.

You can set up the embed to appear as a widget. It just requires some additional frontend code to display the Agent behind an icon, like this:

An embed is an iframe, a small window on your site that displays your Agent from MindStudio. It acts like a portal to the Agent without the user leaving your site. This allows users to interact with the Agent just as they would in MindStudio, without having to create an account with us.

If you’re looking to create a more custom experience for your users, the most flexible option is to build a custom frontend and connect it to the Agent using the API. This gives you full control over the design, though any user-facing blocks like User Input would need to be handled on your side.

Hope this helps.