Get started
Build your first agent in 5 minutes
From demo to publish: the shortest path to getting your AI agent live on your site.
This guide takes you from zero to an AI agent live on your site. Three phases: try, register, publish. No code.
1. Try the free demo
Go to the IperChat homepage and paste your site URL (e.g. www.yoursite.com) into the “Create my agent” field. The analysis starts automatically.
In about 30 seconds three things happen:
- Site scan — IperChat downloads the public pages and extracts text, contacts, and tone of voice.
- Brand detection — colors, logo, and visual identity are inferred from the pages.
- Agent configuration — custom instructions are generated for your sector.
When the analysis finishes, you see a preview of your site with the widget embedded. Click it and try asking the questions your customers would ask.
2. Create your account
Once convinced, click “Activate your agent” — the button is always visible in the top right during the preview.
- Enter your work email (this will also be your username).
- You’ll receive a 6-digit code by email (check spam if it doesn’t arrive within a minute).
- Enter it to confirm. There’s no password to choose.
Your dedicated space — the tenant — is created automatically, with all the demo settings already applied. Nothing to redo.
3. Open the panel and publish
After verification you’re taken to the onboarding, where you pick a plan (the 14-day free trial doesn’t require a card) and then to the ops panel (admin.iperchat.ai).
In the “Documentation” section (side menu → Agents group) you’ll find the snippet ready to copy, with your Tenant ID already filled in:
<script
src="https://widget.iperchat.ai/iperchat.iife.js"
data-iperchat-auto-init
data-tenant-id="YOUR_TENANT_ID"
data-position="bottom-right"
></script>
Paste it into your site before the </body> tag. Reload the page: the chat button appears in the bottom right.
What’s next
The agent generated by the demo is a starting point. To make it truly yours:
- Upload your materials (price lists, FAQs, manuals) — see Knowledge base.
- Adapt the style to your colors and tone — see Widget customization.
- Enable AI features — see Calendar and booking.
For WordPress there’s a dedicated plugin: see WordPress integration.