Awentail


A
W
E

Getting Started

Welcome to Awentail! This guide will walk you through setting up your first AI assistant — from account registration to embedding on your website.

Create an account

  1. Go to app.awentail.com/login
  2. Sign up with email or use Google Sign-In for one-click login
  3. You’ll land on your Dashboard — your hub for everything Awentail

The free plan gives you 1 AI assistant and 100 conversations per month. No credit card required.

Awentail Dashboard

Set up your first assistant

Click “New assistant” on the Dashboard or Assistants page. You’ll go through the Assistant Setup Wizard — a quick 3-step process.

Assistant setup

Step 1: Name and personality

You are a helpful customer support agent for Acme Corp.
Answer questions about our products and pricing.
Be friendly and concise.

Step 2: Knowledge base

Upload your documents to give the assistant context:

The assistant uses this content to answer questions accurately using RAG (Retrieval-Augmented Generation).

Step 3: Widget settings

Customize the look of the chat widget on your site:

Embed on your website

After setting up the assistant, go to the Widget tab and copy the embed code:

<script
  src="https://app.awentail.com/widget.js"
  data-bot-id="your-bot-id"
  defer>
</script>

Paste it before the closing </body> tag on any page. That’s it — your assistant is live!

What’s next?