Skip to content

Quickstart: Embed widget on your website

Goal: Live chat widget on your site in ~10 minutes.

  • Assistant with at least one knowledge base attached
  • Access to your website HTML or CMS
  1. Go to DeploymentsCreate.
  2. Type: Web widget.
  3. Select your assistant.
  4. Environment: Production.
  1. In deployment settings, open SecurityAllowed domains.
  2. Add your site, e.g. https://www.yourbusiness.com or https://*.yourbusiness.com.
  3. Save. The widget will not load on unlisted domains.

If your site has logged-in users, enable Require identity verification and set a shared secret. See JWT verification.

  1. Set primary color (default accent: #F97316).
  2. Choose light or dark theme.
  3. Set greeting message and optional suggested questions.
<script
src="https://widget.chatevo.ai/chat.js"
data-deployment-id="YOUR_DEPLOYMENT_ID"
data-api-base="https://api.chatevo.ai"
async
></script>

Paste before </body> on every page where chat should appear.

  1. Open your website.
  2. Confirm the chat bubble appears.
  3. Send a test message.