No articles found for your search query. Please try a different search term.
🚀
Getting started with AI Assistent
Reading time: ~5 min · Beginners
▼
<h2>Welcome to AI Assistent</h2>
<p>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.</p>
<h3>Step 1: Create an account</h3>
<p>Go to <a href="/registreren">/register</a> 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.</p>
<div class="tip-box">💡 <strong>Tip:</strong> Choose a password of at least 12 characters. We recommend enabling two-factor authentication (2FA) immediately via <em>Settings → Security</em>.</div>
<h3>Step 2: Configure your first bot</h3>
<p>After logging in you will see the dashboard. Click <strong>"Create new bot"</strong>. Fill in:</p>
<ul>
<li><strong>Name:</strong> the name the bot uses to introduce itself to customers (e.g. "Emma" or "Assistant").</li>
<li><strong>Persona:</strong> a short description of the character and tone (e.g. friendly, professional, helpful).</li>
<li><strong>Greeting:</strong> the first sentence the bot sends when a customer opens the chat window (e.g. "Hello! How can I help you?").</li>
</ul>
<h3>Step 3: Copy and place the widget code</h3>
<p>In the portal go to <strong>Settings → Widget</strong>. Copy the generated snippet:</p>
<pre><code><script src="https://zelixai.ai/widget/{your-slug}/loader.js"></script></code></pre>
<p>Paste this snippet just before the <code></body></code> tag on every page of your website where you want to show the chat.</p>
<h3>Step 4: Have your first test conversation</h3>
<p>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 <strong>Conversations</strong> overview.</p>
<h3>Tips for a good bot persona</h3>
<ul>
<li>Keep the name recognisable and fitting for your brand.</li>
<li>Describe the tone in a maximum of 2 sentences: the AI automatically adapts its style accordingly.</li>
<li>Add specific knowledge via the <strong>Knowledge Base</strong> or by having your website crawled — the more context, the better the answers.</li>
<li>Test regularly with questions your customers ask and adjust the knowledge base based on the results.</li>
</ul>