Getting Started
Get your AI assistant live in five steps.
This guide walks you through registration, two-factor authentication setup, and getting your first AI-powered chat widget live on your website.
Step 1: Register your account
Start by creating your InnConnect account on the login page.
- Go to innconnect.io and click Inloggen (Login) in the top menu.
- Switch to the Register tab.
- Fill in the registration form:
Field Description Website Name A human-readable label for your website (e.g. "My Shop", "Support Portal"). Website URL The full URL of your website (e.g. https://www.example.com). Must be a valid URL. Your Name Your full name as the account administrator. Email Your email address. Used for login and account notifications. Password Choose a strong password (minimum 8 characters). Confirm Password Re-enter your password to confirm. - Click Register. You are automatically logged in and your first site is created from the website details you provided.
Screenshot: Login page with the Register tab active, showing the registration form fields
Step 2: Set up Two-Factor Authentication
Immediately after registration, you are redirected to the mandatory two-factor authentication (2FA) setup. This protects your account from unauthorized access.
- Open your authenticator app (Google Authenticator, Authy, Microsoft Authenticator, or any TOTP-compatible app) and scan the QR code displayed on screen.
- Enter the 6-digit verification code from the app to confirm the setup.
- Save your 8 recovery codes in a secure location (password manager or printed copy). Each code can only be used once.
- Click Complete Setup. You are taken to your dashboard.
Screenshot: 2FA setup page with QR code and verification input
Step 3: Take the guided tour
docs.getting_started.step3_intro
The guided tour covers:
- Sites — managing your websites and chat widget configurations
- Users — inviting team members and assigning roles
- Knowledge Base — creating and organising articles for your AI assistant
- Subscription — viewing your plan, credit balance, and billing
- Settings — configuring security policies, preferences, and integrations
- Dashboard — monitoring active sessions, escalations, and performance metrics
The tour is the quickest way to familiarise yourself with the portal. It highlights each feature with a short explanation and moves through the sidebar in order.
Screenshot: Guided tour overlay highlighting the sidebar navigation and feature explanations
Step 4: Build your Knowledge Base
docs.getting_started.step4_intro
Option A: Add articles manually
- Go to Knowledge Base in the sidebar.
- Click New Article.
- Enter a clear, descriptive title — this is used by the semantic search to match customer questions.
- Write or paste the answer in the content field. Plain text, headings, lists, and links are all supported.
- Assign the article to a category (create one if needed).
- Click Publish.
Screenshot: Knowledge Base article editor with title, content, and category fields
Option B: Use the AI Wizard
The AI Wizard can draft articles automatically by analysing your website or any other URL.
- Open Knowledge Base → AI Wizard.
- Enter one or more URLs from your website, choose topics to research, or upload PDF files.
- Click Research. The wizard fetches and analyses the content, then proposes topics.
- Review each draft. Edit titles, adjust answers, and remove anything that is not relevant.
- Click Add to Knowledge Base for the articles you want to keep.
Screenshot: AI Wizard research results showing generated draft articles with edit and add actions
After adding your first batch of articles, test the assistant by opening your site's chat preview to verify the AI responds correctly.
Step 5: Install the chat widget
docs.getting_started.step5_intro
- Go to Sites in the sidebar, then click on your site.
- Copy the embed code displayed on the site detail page. It looks like this:
<!-- InnConnect Chat Widget -->
<script>
window.InnConnectConfig = {
apiUrl: 'https://innconnect.io/api',
apiKey: 'YOUR_API_KEY_HERE',
primaryColor: '#E85D04',
position: 'bottom-right'
};
</script>
<script src="https://innconnect.io/widget/innconnect-widget.js" defer></script>
- Paste both script blocks just before the closing
</body>tag on every page where you want the widget to appear. - If your website uses a CMS (WordPress, Joomla, Shopify), place the snippet in your theme's footer template.
- Load your website in a browser. The chat launcher icon should appear in the bottom-right corner.
Adding more sites
Your first site was created during registration. To add more sites (e.g. for different brands or domains), go to Sites → Add Site. Each site gets its own Knowledge Base, API key, and widget configuration.
What's next?
Your AI assistant is live. Here are the areas worth exploring next to get the most out of InnConnect:
Knowledge Base
Categories, data classification, semantic search tuning, and the AI Wizard in depth.
Chat Widget
Appearance customisation, escalation triggers, operating hours, and the widget API.
User Management & RBAC
All seven roles, the full permission matrix, per-site scoping, and user lifecycle management.
Commerce
Credit packages, Stripe checkout, products, orders, and appointment scheduling.
Security
2FA enforcement, session policies, rate limiting, content sanitisation, and SSRF protection.
Compliance
GDPR data subject rights, ISO 27001 controls, NEN 7510, BIO, NIS2, DORA, and EU AI Act.