Quickstart

This guide walks you through everything you need to go from zero to a working AI assistant. The whole process takes about 5 minutes.

Prerequisite

All you need is a HaveAI account. If you don't have one yet, you can create it for free from the sign-up page.
1

Create your account

Fill in the sign-up form and verify your email. After logging in, a short setup wizard greets you.

2

Enter your company info

In the setup wizard, enter your company name, industry and a short description. This helps your assistant respond on-brand. You can update it later from AI Training β†’ Brand Information.

3

Add knowledge to your assistant

For your assistant to answer accurately, add at least a little knowledge. The fastest ways:

  • Add FAQs: Enter your 5–10 most common questions and answers
  • or upload a document: Upload an existing PDF/Word guide
  • or crawl your website: Import your existing content automatically
4

Connect a channel

Bring your assistant to your customers. The quickest option is adding the widget to your site. The widget runs as an iframe:

HTML
<iframe
  src="https://haveai.io/widget/YOUR_WIDGET_TOKEN"
  width="380"
  height="560"
  frameborder="0"
></iframe>

The Chat Widget β†’ Installation section in the panel generates a personalized, copy-paste ready code that shows a floating chat button in the corner of your site. To connect Telegram or WhatsApp, see Integrations.

5

Test and go live

Use the AI Test screen in the panel to ask your assistant questions and check its answers. Once you're happy, your channel is already live β€” customers can start writing.

Tip: start narrow

Don't try to add all your content at once. Start with the most common questions, then use the Knowledge Gaps report to fill in missing topics over time.

Next Steps

Was this page helpful?