Back to Home
Askora Documentation
Welcome to the developer and integration docs. Here you'll find tutorials on embedding scripts, cleaning crawled text sources, and training your chatbots.
1. Widget Embed Script
To go live on your website, copy the script tag from your chatbot's dashboard and paste it before the closing `</body>` tag of your site's HTML layout:
<script
src="https://askora.cloud/widget.js"
data-bot-id="YOUR_BOT_ID">
</script>
2. Syncing Knowledge Base
Askora can ingest multiple datasources. Go to **Dashboard > Bots > Data Sources** to add links or upload PDFs. Ensure files are text-accessible and under 10MB.
- HTML Web Crawls
- PDF Document Uploads
- Custom FAQ Sheets
Need Custom Integration?
For API access, custom RAG integrations, or on-premise local Ollama host deployments, please check our Contact Support Page to talk to our solutions engineers directly.
