Quick Start
Get your AI agent live in under 5 minutes. No code needed for this guide.
Step-by-step setup
Create your first Agent
From the Dashboard, click "Create Agent". Give it a name (e.g. "Support Bot") and a system prompt. Click Create.
Write a system prompt
The system prompt is the personality and instructions your bot follows. Be specific about what it should and shouldn't do.
You are a friendly support assistant for Acme Inc.
Your job is to help customers with:
- Product questions
- Order status (ask for order ID)
- Returns and refunds policy
Always respond in a polite, helpful tone.
If you don't know the answer, say "Let me connect
you with our team" and collect their email.Add your knowledge
Go to the Knowledge Base tab. Upload a PDF, paste your website URL, or type content directly. Doupple reads and indexes everything automatically.
Click or drag a PDF to upload
Max file size per plan
Preview & test your agent
Click the Preview tab. A live chat window opens — talk to your bot, check the answers, and tweak the prompt or add more knowledge until it feels right.
Support Bot
● Online
Deploy to your website
Go to the Deploy tab. Copy the one-line script and paste it before the </body> tag on your website.
<!-- Doupple Widget -->
<script
src="https://app.doupple.com/widget.js"
data-agent-id="YOUR_AGENT_ID"
defer
></script>On this page