Build a simple phone assistant and deploy it on your website using the WebCall widget.
No knowledge base or tools for now — just a quick way to get started.

  1. Log in to your Insighto.ai account
alt

Start with Creating Assistant

  1. From the left panel, click on Assistants
alt
  1. Click the “Create Assistant” button
alt
  1. Enter a Name & Description for your assistant
alt
  1. Set the Assistant Type to Phone
alt
  1. Go to Model Tab
Under this, the assistant is set to Prompt by default.
  • The default LLM is GPT-3.5, but you can choose another model from the dropdown.
  • Adjust the temperature if needed (higher = more creative, lower = more precise).
In the Prompt box, enter a simple instruction like:
“Greet the user and ask how you can assist them today.”
or add your prompt according to your use-case.
💡 You can update this prompt anytime based on your assistant’s role.
alt
  1. Click on Voice Tab
Click on Voice Tab. alt
  1. Configure Voice Settings
In the Voice tab:
  • Recognizer Language is set to English by default.
    To use another language, remove English and select your preferred language from the list.
  • AI Voice is set to Ava by default.
    You can choose another voice from the dropdown.
Additional options:
  • Who speaks first – Decide whether the assistant or user starts the conversation.
  • Silence timeout – Time the assistant waits before responding if the user is silent.
  • Silent message – What the assistant says if silence is detected.
  • Interruption time – Controls when the assistant can interrupt the user.
  • Recognizer confidence threshold – Adjust how strictly the assistant interprets voice input.
💡 These settings help fine-tune the assistant’s responsiveness and user experience.
alt
Next Steps Unlocked After Creation
The Tools, Data Sources, and Advanced tabs will become accessible once you create the assistant.
These features will be covered in separate guides. For now, let’s focus on building and testing a simple assistant.

  1. Click on Save & Exit
alt
  1. 🎉 Congratulations!
Your first AI voice assistant is now configured.
What’s next? Let’s see how to deploy it on your website and start testing using the Web Call widget.
alt
Creating a Widget
  1. Click on Widgets
alt
  1. Click on Create Widget
alt
  1. Select Insighto.ai
Since we’re deploying this assistant as a WebCall widget alt
  1. Click on Next
alt
  1. Click on Embed AI Agent voice as shown below
Enter the Name & Description of your widget alt
  1. Click on Next
alt
  1. Select the Assistant
From the Assistant dropdown, select the voice assistant you just created. 💡 Only assistants with Phone type will appear in this list. alt
  1. Click on Finish
alt
19 Congratulations! Your Widget is created alt
  1. Click on Visit
alt
  1. Click on Tap to speak
alt

Deploy it on your website now!

  1. Click on Options
alt
  1. Click on Get Code & QR
alt
  1. Select the Widget Type
Choose how the assistant will appear on your website:
• Phone Icon Widget – A floating phone icon appears on your site.
• HTML iFrame – Embed the assistant directly within a specific section of your webpage.

alt

  1. Click on Embeded
Copy the generated code snippet • Phone Icon Widget – Adds a floating phone icon; style script goes in the <head>, and widget code in the <body>.
• HTML iFrame – Embeds the assistant directly on the page; place the iFrame code within the <body> where you want it displayed.
alt