Getting Started with enuchat
From sign-up to live chat in under ten minutes. Follow these steps to embed your first widget, enable AI, and start talking to visitors.
Create Your Account
Head to app.enuchat.com and register with your email address. The first user on a new account automatically becomes the admin.
During registration you'll set
- Company name — shown in the dashboard and used as a label for your tenant
- Country — your business location (used for billing and regional settings)
- Default language — your team's primary language (used for translations)
- Timezone — used for message timestamps and analytics
Create Your First Widget
Widgets are the chat bubbles your visitors see. Each widget can have its own settings, knowledge base, and AI configuration.
Steps
- Go to Widgets in the sidebar
- Click Create Widget
- Set a name (e.g. "Main Website Chat")
- Choose a primary color — pick a hex value that matches your brand
- Choose a position — bottom-right (default) or bottom-left
- Click Save
After saving, your widget's Embed Code tab will show a script tag ready to copy.
Embed on Your Website
Copy the one-line script tag from your widget settings and paste it into your website's HTML, just before the closing </body> tag:
<script src="https://enuchat.com/widget/enuchat-v1.js"
data-widget-key="wgt_your_key_here"></script>That's it. The widget appears automatically in the corner of your page.
Works everywhere
- WordPress — paste into your theme's footer or use a "Custom HTML" widget
- Shopify — add to
theme.liquidbefore</body> - React / Next.js / Nuxt — add to your root layout or use a
<script>tag in your HTML template - Plain HTML — paste directly into your
.htmlfile
Configure AI
AI auto-replies let enuchat answer visitor questions instantly, even when no operator is online.
Enable AI auto-replies
- Open your widget's settings
- Go to the AI tab
- Toggle AI Auto-Reply on
- Choose a model:
- Haiku — fast and cost-effective, great for straightforward Q&A
- Sonnet — more nuanced responses, better for complex questions
- Write a system prompt that tells the AI who it is and how to behave
Example system prompt
You are a helpful customer support assistant for [Your Company].
Answer questions based on the knowledge base provided.
Be friendly, concise, and accurate.
If you don't know the answer, say so and offer to connect the visitor with a human operator.Add Your Knowledge Base
The knowledge base gives your AI accurate, specific answers instead of generic responses. Without it, the AI can only have general conversations.
Add your first sources
- Open your widget and go to the Knowledge Base tab
- Click Add Source
- Enter a title (e.g. "Pricing FAQ") and paste your content as plain text
- Click Save — the source will be processed (chunked and embedded) automatically
- Repeat for each topic: shipping policy, return policy, product details, business hours, etc.
Start with your top 10-20 most common questions. You can always add more later. See the Knowledge Base guide for best practices.
Invite Your Team
Add operators so your team can jump into conversations when the AI hands off or when visitors request a human.
Steps
- Go to Settings → Team
- Click Invite Operator
- Enter the email address — they'll receive an invitation link
- Choose a role:
- Admin — full access: widgets, settings, billing, team management
- Agent — conversations only: can chat with visitors, view assigned conversations
Test It
Everything is set up. Time to make sure it works end to end.
Quick test checklist
- Open your website in a browser (or use a local dev server)
- You should see the chat widget in the corner — click it
- Send a test message like "What are your business hours?"
- If AI is enabled, you should get an automated reply within seconds
- Switch to the enuchat dashboard — your test conversation should appear in real-time
- Reply from the dashboard and confirm the message appears in the widget
If something isn't working, double-check your embed code and make sure the widget is set to active. The widget key in the script tag must match the one shown in your widget settings.
Ready to get started?
Create your free account and have a live chat widget on your site in minutes.
Get Started Free