
sidebar.wechat

sidebar.feishu
sidebar.chooseYourWayToJoin

sidebar.scanToAddConsultant
How do you embed an AI analytics chat widget on your site? About six lines of code.

Sample HTML (the iframe is the embed):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Demo site</title>
</head>
<body>
<h1>Welcome! This page embeds the AskTable chat widget.</h1>
<!-- Replace iframe src with your chatId and Asker API key -->
<iframe
src="https://embed.asktable.com/?chatId={your_chat_id}&apiKey={your_api_key}"
width="50%"
height="600px"
frameborder="0">
</iframe>
</body>
</html>
You can embed not only SaaS AskTable but also self-hosted deployments and the free standalone build—into existing systems, with no extra restrictions.

Try it and tell us which systems you embed into—in the comments.
Scan to join the community chat:

sidebar.noProgrammingNeeded
sidebar.startFreeTrial