Getting Started¶
This guide walks you through creating your account, setting up your first digital assistant, and sharing it with your team.
1. Create your account¶
- Go to dap.kabware.co.uk/signup and choose a Standard or Professional plan when you are ready to start a paid pilot or rollout.
- Enter your organisation name, your name, and email address.
- Complete the checkout process via Stripe.
- Check your email for a welcome message with your login details.
Guided pilot first
If you want a guided two-week proof of value before subscribing, contact us before signing up. After a successful pilot, you can move onto the monthly subscription plan that fits the rollout.
2. Sign in to the admin dashboard¶
Kabware uses passwordless authentication — no passwords to remember.
- Navigate to your organisation's admin login link (provided in your welcome email).
- Enter your email address.
- Check your inbox for a one-time code (OTP).
- Enter the code to sign in.
The OTP is valid for 10 minutes. If it expires, request a new one.
3. Create your first assistant¶
Once signed in to the admin dashboard:
- Click Digital Assistants in the sidebar.
- Click Create New Assistant.
- Fill in the basics:
- Name — A friendly name for your assistant (e.g., "HR Helper").
- Slug — A URL-safe identifier used in the chat link.
- Purpose / Guidance — Instructions that tell the AI how to behave. Be specific about tone, scope, and any restrictions.
- Choose the AI model (if your plan allows model selection).
- Click Save.
Upload knowledge files (optional)¶
To give your assistant domain-specific knowledge:
- Open your assistant's settings.
- Go to the Files tab.
- Upload documents (PDF, DOCX, TXT, etc.).
- The platform indexes your files into a vector store so the assistant can reference them in conversations.
4. Share with your team¶
Your assistant is available at a unique chat URL:
https://<your-domain>/login/<org-slug>/<assistant-slug>
Share this link with team members. They'll sign in with their email + OTP, just like you did.
Guest access
Assistants can optionally allow guest access — users can chat without signing in. This is useful for public-facing assistants like customer support bots.
5. Next steps¶
- Configure your assistant — Fine-tune model settings, upload more files, and customise the chat experience.
- Manage users — Invite team members and assign roles.
- Understand billing — Monitor token usage and manage your subscription.