Skip to page content
Docs
Make Agent Fast documentation

Imweb

Install with Imweb's code-insertion setting for the head or the end of the body.

At a glance

Install with Imweb's code-insertion setting for the head or the end of the body.

Embed install pathLoader on your site talks to the hosted agent runtime
Your websiteHTML / appLoader scriptembed.jsWidget UIChat / voiceAgent

Imweb (아임웹) is a Korean website builder used by many small shops and studios. Install the launcher with Imweb's own code-insertion setting. There is no Make Agent Fast application in an Imweb catalog. Menu names here are as of 2026-09; if a label moved, look for the setting by what it does rather than by its exact path.

Add the loader#

  1. In the Make Agent Fast dashboard, publish the site, turn Enable embedding on, and allowlist every origin Imweb serves — your custom domain and the free imweb.me address if you still use it.
  2. Open site settings and find the code-insertion area: the fields that add markup to the <head> of every page or to the end of the body. Availability depends on your Imweb plan.
  3. Paste the generated snippet into the head field. The loader is async, so head and body-end both work.
  4. Save and apply the change to the live site, then reload the storefront in a fresh tab.
<script src="https://makeagent.fast/embed.js?v=20260728-widget-v2"
        data-agent="YOUR_SITE_SLUG"
        async></script>

If you cannot find that setting, paste the snippet in your theme's footer block instead: an HTML widget placed in a footer section runs on every page that uses that section.

Verify#

  1. Open the published URL in a private window, not the Imweb editor. Editor and preview modes can suppress injected scripts.
  2. Confirm the address bar origin is the one you allowlisted, including www if the domain redirects to it.
  3. Confirm embed.js returns 200 in the Network panel and one data-maf-embed="YOUR_SITE_SLUG" element exists.
  4. Ask a realistic question and confirm the message appears in Conversations.

Troubleshooting#

SymptomLikely causeFix
Nothing loads on the custom domainOnly the imweb.me address was allowlistedAdd the exact custom-domain origin as well
Launcher appears twiceThe snippet is both in the head field and in a footer HTML widgetKeep one copy, in the head field
Launcher overlaps a floating shop buttonTwo fixed elements share the same cornerChange the launcher corner with data-position

If the shop uses a consent banner or a script blocker, categorize the embed under your consent policy and load it accordingly. Security and CSP lists the origins to allow.