AskIA

Quick Start

Create and deploy your first AI assistant in under 5 minutes.

This guide assumes you've already installed AskIA. If not, check the installation guide.

Step 1: Create an Account

If you don't have an account yet, sign up for free:

Step 2: Create Your First Bot

  1. Log in to your dashboard
  2. Click on "New Bot"
  3. Fill in the basic information:
    • Name: Give your bot a descriptive name
    • Description: Explain what your bot does
    • Category: Support, sales, documentation, etc.
  4. Click "Create"
Congratulations! Your bot is created. Note down its ID, you'll need it for integration.

Step 3: Add Content

Your bot needs content to answer questions. You have two options:

Option A: Upload Documents

  1. Go to the "Knowledge Base" tab
  2. Click "Upload Document"
  3. Select your files (PDF, DOCX, TXT)
  4. Wait for processing to complete

Option B: Create Articles

  1. Go to the "Knowledge Base" tab
  2. Click "New Article"
  3. Write your content using the editor
  4. Click "Publish"
The more relevant content you add, the better your bot's responses will be!

Step 4: Customize (Optional)

Customize your bot to match your brand:

  • Appearance: Colors, logo, theme
  • Prompt: Customize your bot's personality and tone
  • Position: Where the widget appears on your site

Step 5: Embed on Your Website

Copy this code and paste it before the closing </body> tag of your website:

index.html
<script src="askia-pcg.vercel.app/api/widget/embed.js?botId=YOUR_BOT_ID"></script>
Don't forget to replace YOUR_BOT_ID with your actual bot ID!

Step 6: Test

Reload your website and test your bot:

  1. The widget should appear in the corner of your page
  2. Click to open the chat
  3. Ask a question related to your content
  4. Verify the response is relevant

You're done!

Your AI assistant is now live and ready to help your users.

Next Steps

AskIA - AI Assistant Platform