DocsGetting StartedQuick Start

Quick Start Guide

Get your AI agent up and running in less than 5 minutes. No complex backend setup required.

1Get your Chatbot ID

Sign up for an account at intochat.ai. Once logged in, navigate to Settings > Developers to find your unique Chatbot ID.

chatbot_id: CHATBOT_ID

2Add the Script

Paste the following code snippet just before the closing </body> tag of your website.

<script src="https://www.intochat.ai/api/embed.js"
  data-chatbot-id="YOUR_CHATBOT_ID">
</script>

3Verify

Once installed, you should see the chat bubble appear in the bottom right corner of your website immediately.