Everything you need to embed, configure, and manage ChatChey on your website.
Get ChatChey running on your website in under 5 minutes.
Create your free account at chatchey.com.
Go to Dashboard → Widget & Install → create a property for your website.
Paste the snippet just before </body> in your HTML.
<script>
(function(w,d,s,o){
w.ChatChey=o;
var js=d.createElement(s);
js.src='https://chatchey.com/widget.js?p=YOUR_PROPERTY_ID';
d.head.appendChild(js);
})(window,document,'script',{});
</script>The chat widget appears in the bottom-right corner of your site immediately.
Customise the widget appearance from your dashboard without touching code.
Dashboard → Widget & Install → pick any hex color to match your brand.
Set the first message visitors see when the widget opens.
Choose bottom-right (default) or bottom-left.
Upload a logo or agent photo shown in the widget header.
Control the widget programmatically after the script loads.
// Open the chat widget
window.ChatChey.open();
// Close the chat widget
window.ChatChey.close();
// Pass visitor identity (for CRM enrichment)
window.ChatChey.identify({
name: 'Jane Doe',
email: 'jane@example.com',
});All incoming chats appear in your Dashboard Inbox in real time.
Filter by Open, Resolved, or view All conversations.
Save templates under Settings → Canned Responses for one-click replies.
Click ✓ Resolve to close a conversation and move it to the Resolved tab.
Download ChatChey Agent (iOS / Android) to manage chats on the go.
The AI agent answers visitor questions automatically using your website content.
Dashboard → AI Agent → toggle on and give consent.
Enter your URL and click Crawl — ChatChey indexes your content as the knowledge base.
Override the system prompt to set tone, restrictions, or brand voice.
When a visitor types a trigger word (e.g. 'human', 'agent') the conversation is routed to a live agent.
ChatChey is designed with privacy-first principles.
All chat data is stored in your dedicated PostgreSQL database. We never sell your data.
All traffic is TLS 1.3 encrypted end-to-end.
You can delete any contact or conversation from your dashboard at any time.
Agents can reset passwords via the email link on the login page.