Quickstart
Sign up, train a chatbot on your site, test it, and install it. Five steps, roughly five minutes of your attention plus crawl time.
The five steps
New accounts land in Launch Studio, a guided version of exactly these steps. You can leave it at any point and finish from the main dashboard.
Create your account
Register with email and password, or continue with Google, at app.oyechats.com/register. Verify your email address. Unverified accounts cannot train or publish a chatbot.
Create a chatbot
Give it a name. This is what visitors see in the widget header. You can change it, its colours and its avatar later.
Train it
Enter your website URL. OyeChats discovers the pages it can reach, shows you the list, and lets you deselect anything you do not want indexed before the crawl runs. You can also upload files instead of, or in addition to, crawling.
Test it
Ask it the questions your customers actually ask. Preview conversations from the dashboard do not consume chat credits, up to 50 preview messages per chatbot per day.
Install it
Copy the embed snippet and paste it into your site before the closing
</body>tag. The dashboard detects the first real page load and marks the chatbot as live.
The embed snippet
Your dashboard shows the snippet with your own bot key filled in. It looks like this:
<!-- OyeChats -->
<script
src="https://cdn.oyechats.com/oyechats-widget.js"
data-bot-key="YOUR_BOT_KEY"
></script>
<a
href="https://www.oyechats.com/?ref=YOUR_BOT_KEY&utm_source=widget&utm_medium=referral"
rel="nofollow"
style="font-size:11px;color:inherit;opacity:0.7;text-decoration:none"
>Powered by OyeChats</a><a> is the attribution link. It sits in your page's HTML so search engines and AI assistants can read it. The badge inside the widget only renders after a visitor opens the chat, so crawlers never see it. Plans that include white-label branding emit a snippet without this line. See Branding.Confirming it works
- Load your page in a normal browser tab (not a preview iframe) and look for the launcher in the bottom-right corner.
- Open your browser console. Messages from the widget are prefixed
[OyeChats]. - Back in the dashboard, the chatbot's status shows as installed once the widget has bootstrapped from your real domain at least once.
If the launcher does not appear, work through Troubleshooting. The two usual causes are a script tag placed outside <body> and a domain allowlist that does not include the site you are testing on.
Something here wrong or missing? Tell us and name this page. We will fix it.