Quickstart
Create your AskAIs workspace, add the chat to your website and test a real conversation.
1. Create your AskAIs workspace
Create an account or sign in to your existing workspace. AskAIs is hosted on askais.com, so there is nothing to install on your own servers.
2. Create a website inbox
Open Settings → Inboxes, enter a name, choose the channel Web (browser widget) and click Create inbox. The inbox list shows its App ID. The App ID is public and safe to put in your HTML.
Right after you create the inbox, a dialog shows its secret key once. Keep it on your server and never put it in a page or an app. You only need it later, to sign the identity of signed-in visitors.
3. Add the widget
Paste this before </body> on every page where the chat should appear, and replace YOUR_APP_ID with your App ID:
<script src="https://askais.com/widget.js"
data-app-id="YOUR_APP_ID"
data-base-url="https://askais.com"
async></script>Keep data-base-url. The script runs on your domain, so without it the widget would look for its server on your site instead of askais.com.
4. Prepare replies and test
Set up your assistant under AI Agent and add website pages, files or Q&A under Training, then wait until processing has finished. Send a test question from your website, open the conversation in the Inbox and check both the AI reply and a reply from your team.