One snippet, pasted before </body>. Works on any site, any host.
FoxChat adds an AI chat bubble named the FoxChat AI Operator (you name it yourself) to your site. Your AI operator reads your published pages and answers visitor questions automatically. This is the universal install: if you can edit your site's HTML — whether it is a hand-built static site, a templated framework, or a shared layout file — you can add your AI operator with a single line. The snippet uses defer, so it loads after your page renders and never slows it down. Add it once in a shared layout and it appears on every page.
Replace YOUR_SITE_ID with the ID from your FoxChat dashboard.
Open your site's main HTML file in a code editor. If your site uses a shared layout, header, or include file (one template that wraps every page), open that instead — editing it once covers the whole site.
Paste the snippet on its own line just before the closing </body> tag. Putting it at the end of the body is what lets it load without blocking your content.
Save the file and upload or deploy it the way you normally do. Open your live site in a fresh tab and your AI operator bubble appears in the corner within a second or two.
Open the browser console (F12) and look for errors. Make sure the snippet is inside the body, the site ID is correct, and that your latest changes actually deployed. Clear any CDN or browser cache and hard-reload.
Move the bubble to the opposite corner from your FoxChat dashboard — no code change needed.
Delete the snippet line from your HTML (or shared layout) and redeploy.
Compare plans on the pricing page.