Quick Start Guide
Get AI-powered search running on your website in under 5 minutes.
Step 1: Create an Account
Sign up for a free account. No credit card required.
Step 2: Add Your Site
- Go to your Dashboard
- Click Add Site
- Enter your website URL (e.g.,
https://docs.example.com) - Give it a name (e.g., "Documentation")
- Click Create Site
Step 3: Start a Crawl
Click the Start Crawl button. Our crawler will:
- Discover all pages on your site
- Extract and clean the content
- Generate AI embeddings for semantic search
This usually takes 1-5 minutes for small sites, longer for larger ones.
Step 4: Embed the Widget
Once the crawl completes, add this code to your website:
<script
src="https://cdn.quantsearch.ai/v1/widget.js"
data-site-id="YOUR_SITE_ID"
async
></script> Replace YOUR_SITE_ID with your actual site ID (found in the dashboard).
Pro Tip
Users can press ⌘K (Mac) or Ctrl+K (Windows) to open the search widget.
That's It!
Your visitors can now search your site with AI-powered understanding. They'll get:
- Relevant results based on meaning, not just keywords
- AI-generated answers that summarize the content
- Source links to dive deeper
Next Steps
- Customize the widget - Change colors, position, and behavior
- Configure the crawler - Set up recurring crawls, exclude patterns
- Use the REST API - Build custom integrations