Quick Start Guide
Follow these five steps to go from zero to a live AI chatbot on your website.
Step 1 -- Sign Up
- Go to useconviro.com/signup.
- Enter your name, email, and a password (or sign in with Google).
- Verify your email address via the link we send you.
- You will land on the Dashboard with a guided onboarding wizard.
Step 2 -- Create Your First Chatbot
- Navigate to Dashboard -> Assistants.
- Click Create Bot.
- Fill in:
- Bot Name -- e.g. "Customer Support Bot"
- AI Mode -- choose Fast for the quickest setup
- Company Name & Description -- helps the AI understand your business context
- System Prompt -- provide instructions such as tone of voice, topics to avoid, etc.
- Click Save.
Step 3 -- Add Knowledge Base Content
- Navigate to Dashboard -> Knowledge Base.
- Click Add Source and choose a method:
- Text -- paste FAQs, product info, or policy text directly
- URL -- enter a web page URL and Conviro will crawl & import it
- PDF -- upload a PDF file (max 10 MB per file)
- Markdown / TXT -- upload one or more .md or .txt files
- Each source is automatically chunked, embedded, and indexed for RAG retrieval.
> Tip: Start with your top 20 most-asked questions in FAQ format for the best results.
Step 4 -- Install the Widget
- Go to Dashboard -> Assistants -> Your Bot -> Embed Code tab.
- Copy the snippet:
<script src="https://cdn.conviro.io/widget/widget.iife.js"></script>
<script>
cw('init', { publicKey: 'pk_YOUR_PUBLIC_KEY' });
</script>
- Paste it before the \</body\> tag on your website.
- See the Widget Installation article for platform-specific guides (WordPress, Shopify, Wix, etc.).
Step 5 -- Go Live!
- Set the bot status to Active on the Assistants page.
- Open your website in a new tab -- you should see the chat bubble.
- Monitor conversations in real time from Dashboard -> Live Inbox.
Congratulations -- your AI chatbot is live!