Welcome to AI Assistent
In this article we walk through the first steps to get your AI chatbot online quickly. Within 15 minutes you will have a working bot on your website.
Step 1: Create an account
Go to /register and create an account with your email address and company name. You will immediately receive a confirmation email. Click the confirmation link to activate your account.
Step 2: Configure your first bot
After logging in you will see the dashboard. Click “Create new bot”. Fill in:
- Name: the name the bot uses to introduce itself to customers (e.g. “Emma” or “Assistant”).
- Persona: a short description of the character and tone (e.g. friendly, professional, helpful).
- Greeting: the first sentence the bot sends when a customer opens the chat window (e.g. “Hello! How can I help you?”).
Step 3: Copy and place the widget code
In the portal go to Settings → Widget. Copy the generated snippet:
<script src="https://interaip.ai/widget/{your-slug}/loader.js"></script>
Paste this snippet just before the </body> tag on every page of your website where you want to show the chat.
Step 4: Have your first test conversation
Open your website and click the chat button in the bottom right. Ask a test question. If the bot responds, the integration is working correctly. In the portal you will see the conversation appear immediately in the Conversations overview.
Tips for a good bot persona
- Keep the name recognisable and fitting for your brand.
- Describe the tone in a maximum of 2 sentences: the AI automatically adapts its style accordingly.
- Add specific knowledge via the Knowledge Base or by having your website crawled — the more context, the better the answers.
- Test regularly with questions your customers ask and adjust the knowledge base based on the results.