AskTable
sidebar.freeTrial

Embed AskTable Chat in Your Website

AskTable Team
AskTable Team 2025-03-02

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

Embed preview

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.

Multiple deployment modes

Try it and tell us which systems you embed into—in the comments.

Scan to join the community chat:

Community QR

cta.readyToSimplify

sidebar.noProgrammingNeededsidebar.startFreeTrial

cta.noCreditCard
cta.quickStart
cta.dbSupport