Quick Start

Get an AI chatbot embedded on your site in under 5 minutes.

  1. 1

    Create an account

    Sign up free - no credit card required. You get 1 chatbot, 100 messages/month, and 50 pages.

  2. 2

    Create a chatbot

    From the dashboard, click "New chatbot". Give it a name and an optional system prompt.

  3. 3

    Upload your docs

    Navigate to the Documents tab. Drag-and-drop a PDF, Markdown, HTML, or text file - or paste a URL. We extract, chunk, and index the content on the Cloudflare edge.

  4. 4

    Copy the embed code

    Go to the Overview tab and copy the one-line script snippet. Paste it anywhere in your site's HTML before the closing </body> tag.

  5. 5

    Ask questions

    The chat widget loads instantly. Visitors ask questions, get streaming answers grounded in your docs, with clickable source citations.

Embed code

The snippet is a single script tag. Place it before the closing </body> tag:

<script src="https://widget.askembed.com/widget.js" data-bot-id="bot_xxx" async></script>

FAQ

What file types are supported?
PDF, Markdown, HTML, and plain text. The max upload size is 10MB per file.
How does the "I don't know" fallback work?
If the top retrieved chunk scores below a confidence threshold, the bot refuses to answer rather than hallucinate. This prevents misinformation.
Is my data isolated?
Yes. Each chatbot has its own Vectorize index namespace. Documents and conversations are scoped per-bot and ownership-checked on every request.
Can I customize the widget?
Yes - theme color, position (left/right), welcome message, and input placeholder are configurable per-bot in Settings.