Quickstart Guide
Welcome to ZPK Digital! This guide covers everything you need to know to initialize your AI agent, train it on your data, and embed it onto your live website in under 5 minutes.
Create Your Workspace
First, you must log in to your dashboard and create a new bot instance. Navigate to the Workspaces tab and click "Create New Element". Name your bot and select its primary language.
New accounts automatically start on the 14-day Pro Trial tier. You may create up to 2 agents during this trial.
Provide Training Data
An AI is only as smart as the context you provide. Go to your bot's Data Sources section. You have two primary ways to train the model:
- Website URL (Recommended): Enter your sitemap XML or direct URL. Our engine will crawl up to 500 pages per minute.
- Manual Text / Files: Upload PDFs, Docs, or copy-paste plain text for internal company policies.
If your AI is producing hallucinations, ensure you've set the "Strictness Level" in settings to "High - Only use provided knowledge".
Embed the Widget
Once training is complete, the final step is pasting the embed script into your website's HTML payload. You should put this script right before the closing </body> tag.
<!-- ZPK Digital Widget -->
<script
src="https://cdn.zpkdigital.com/widget/v2/chat.min.js"
data-zpk-token="YOUR_PUBLIC_API_TOKEN"
async>
</script>
Replace YOUR_PUBLIC_API_TOKEN with the token found under the API / Deployment tab in your dashboard.