Creative Components

Our pioneering customer Jumbo crafted some inspiring CTA to drive traffic to the AI experience. You can check them out on https://jumbo.ch or download their mobile app.

To inspire your user how to start an AI conversation, give examples in an animated carousel:

advisor.sendMessage("Berate mich zu " + example_topic)

Direct Inputfield on Home or PDPs

Instead of guessing what the user want to ask and placing pre-defined question buttons as a CTA, it is even better to let the user enter the question directly.

You can simply put an inputfield on the PDP and the user can type the question in their and as soon as he hits enter, the Advisor directly starts answering.

advisor.sendMessage(inputField.value)

Voice-Button on Mobile App

Jumbo added a push-to-talk button to their mobile app using the out-of-the-box native (browser) transcription. As soon as the user finished talking and the voice is transcribed to text, the question is sent to our Advisor.

advisor.sendMessage(transcribedAudio)

Last updated

Was this helpful?