Quickstart
From zero to a bot answering customers on your site — about five minutes.
1. Create your account
Sign up at mongpt-cms-dev.pages.dev with Google or email. Every new account starts on a 7-day Growth trial — no credit card.
2. Teach it your content
Go to Knowledge Base → Add source and paste your website URL. MonGPT discovers your pages, crawls them, and builds a searchable index. You can also upload PDFs and Word docs, add YouTube videos, write exact Q&A pairs, or paste raw text.
Watch the status column — documents move from queued to processing to ready. Fresh content takes a minute or two to become searchable.
3. Try it
Open Playground and ask your bot something only your website would know. If the answer is wrong or missing, add a Custom Response in the Knowledge Base — an exact Q&A pair always wins.
4. Make it yours
Under Widget, set the bot name, colors, welcome message, and quick prompts, with a live preview. Under Bot settings, pick the reply language, persona, and what the bot should say when it doesn’t know.
5. Put it on your site
Copy the snippet from Install and paste it before your closing </body> tag:
<script src="https://pub-d34db5f4b686455e8a40dfc61dfe0c0e.r2.dev/mongpt-widget.iife.js"></script>
<script>
MonGPT.init({ tenantId: 'YOUR_TENANT_ID' });
</script>On WordPress? Use the free plugin instead. Want the chat embedded inside a page rather than floating? See the Install guide.
6. Lock it down
In Settings → Allowed domains, list the domains allowed to embed your bot. Until you do, anyone who copies your snippet can consume your quota.
What next
Something unclear? Tell us.
Start free trial