Getting Started
Go from zero to a live AI chatbot in under 5 minutes.
Quick Start
Create your account
Go to askorac.com/signup and create a free account with your email. No credit card required. You get 50 free messages per month to test everything.
Create a project
Click New Project from the dashboard. Give it a name (e.g., “Marketing Site”) and optionally enter your domain. Choose an industry template for pre-configured AI instructions, or start blank.
Each project is one chatbot trained on one set of content. SaaS companies typically create two projects: one for the marketing site and one for in-app support.
Add training sources
Go to the Sources tab. You have three options:
Upload Files — drag and drop PDFs, TXT, DOCX, or MD files. Great for product manuals, internal docs, and knowledge bases.
Add URL — paste specific page URLs for targeted training.
Crawl Site — enter your domain and Orac automatically discovers all pages via sitemap.xml, crawls them, and builds your knowledge base. This is the recommended method for most sites. Crawl limits: Free 500 pages, Pro 5,000, Business 25,000.
Wait for processing
Orac extracts text from your content, splits it into chunks, and creates vector embeddings. You'll see each source change from Processing to Ready. A typical 100-page site takes 2-3 minutes.
Customize your widget
Go to the Customize tab to set your brand color, welcome message, suggested questions, and widget position (left or right). Preview changes in real-time on the right side.
Embed on your site
Go to the Embed tab, copy the script tag, and paste it before the closing </body> tag on your website. The widget appears immediately.
<!-- Add before </body> -->
<script
src="https://askorac.com/widget.js"
data-orac-id="your-project-id"
data-orac-theme="auto"
defer
></script>What happens next
Once embedded, visitors can ask questions and Orac answers from your content with source citations. You can monitor conversations, view analytics, and see knowledge gaps in the Intelligence tab.
Orac automatically re-crawls your site every 24 hours to stay current. New pages are added, updated pages are re-embedded, and deleted pages are removed — no manual intervention needed.