Quickstart
Get your first AI chatbot running in under 5 minutes.
Step 1: Create an Account
- Visit the platform and click Register
- Enter your email and password
Step 2: Create a Project
- From the dashboard, click New Project
- Give it a name (e.g., "Support Bot")
- Add your website domain to Allowed Origins (e.g.,
https://mysite.com)
Step 3: Upload Your Content
- Open your new project
- Click Add Source
- Upload a PDF or enter a URL
- Wait for the status to show Completed — your content is now indexed
Step 4: Get Your Credentials
- Go to Settings → API Keys in your project
- Click Create API Key and copy it (you'll only see it once)
- Note your Project ID from the project dashboard
Step 5: Embed the Widget
Add this snippet to your website, just before </body>:
<script
src="https://widget.contextly.live/embed.js"
data-token="YOUR_WIDGET_TOKEN"
data-project-id="YOUR_PROJECT_ID"
data-origin="https://yourwebsite.com"
async
></script>
To generate a widget token, see the Chat Widget guide.
Step 6: Chat!
Your chatbot is now live. Users can ask questions about your uploaded content and get AI-powered answers with citations.
What's Next?
- Projects — Managing content and knowledge bases
- Chat Widget — Customization and advanced embedding
- API Keys — Programmatic access