Docs & install
Everything you need to install Askly, connect a provider, index your site, and make it your own. Start with one line of code.
Quick start
Drop the script tag into your site's HTML. The assistant appears in a safe inactive state until you publish your theme and index — then it comes alive, on-brand, everywhere.
Paste one line. The assistant appears, already dressed in your brand.
<script
src="https://askly.auraone.ai/widget.js"
data-askly-site="site_public_key"
data-askly-api="https://askly.auraone.ai"
async
></script>Guides
The script tag, the advanced config, the React package, and the programmatic API — every way to put Askly on your site.
docs/WIDGET_EMBED.md
Connect a provider in minutes. How keys are encrypted, scoped, tested, and kept off the browser. BYOK vs managed inference.
docs/PROVIDER_GATEWAY.md
How Askly discovers your sitemap, fetches and extracts pages, chunks content, and publishes immutable index versions. Phase 1 vs Phase 2.
docs/CRAWLER_INDEXING.md
Presets, the universal token contract, auto-extraction from your site, the visual editor, and publishing without a redeploy.
docs/THEME_EDITOR.md
Sitemap Assistant, Knowledge RAG, and Agents — what each phase includes, and how Askly grows with you.
docs/ASKLY_PRODUCT_REQUIREMENTS.md §4.3
Tenant isolation, key encryption, retention, PII redaction, rate limits, and CSP guidance for a clean install.
docs/SECURITY_MODEL.md
Verify your install
Open your browser console on any page with the snippet. If Askly is live, its programmatic API is on the window object — ready to drive.
// Is Askly loaded?
typeof window.Askly; // "object"
// Open it
window.Askly.open();
// Ask it
window.Askly.ask("What does this page cover?");Need a hand?
Install, providers, and indexing all leave clear logs, so issues are fast to debug. When you want a human, we're a message away.
Give every page an assistant that knows your site and speaks in your brand. Start free — see it answer for itself.