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
- Log in to your dashboard
- Click on "New Bot"
- Fill in the basic information:
- Name: Give your bot a descriptive name
- Description: Explain what your bot does
- Category: Support, sales, documentation, etc.
- 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
- Go to the "Knowledge Base" tab
- Click "Upload Document"
- Select your files (PDF, DOCX, TXT)
- Wait for processing to complete
Option B: Create Articles
- Go to the "Knowledge Base" tab
- Click "New Article"
- Write your content using the editor
- 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:
- The widget should appear in the corner of your page
- Click to open the chat
- Ask a question related to your content
- Verify the response is relevant