LanguageENES
Webflow

Add AI chat to a Webflow site

Your CMS collections, kept in step

Webflow CMS items become documents in a knowledge base and stay in step with your site. The widget goes in through Webflow's custom code, so nothing about your build changes.

What it does

Field mapping you control

We list the collection's fields and ask what each one is: title, body, slug, last updated. Only the body is required, and unmapped fields are ignored.

Updated on publish

We register a webhook on the collection. Publishing, changing or deleting an item updates its document, usually within a few seconds.

The webhook is a trigger, not the content

We always re-fetch from the API, so a malformed payload can never corrupt what your assistant knows.

How to connect it

Read the full guide
  1. 1

    Generate a Site API token

    Webflow, Site settings, Apps and integrations, API access. It needs read access to CMS items.

  2. 2

    Connect it

    Integrations, Webflow, paste the token. We verify it before storing it, so a typo is caught here rather than at the first sync.

  3. 3

    Pick the site and collection

    Then map the fields. Auto-mapping suggests the obvious ones and you correct the rest.

  4. 4

    Paste the widget script

    Webflow, Site settings, Custom code, before the closing body tag.

Questions people ask

Does it work with several collections?

Yes. Connect each collection you want; they can write into the same knowledge base or into different ones.

What happens to an item deleted in Webflow?

It is removed from the knowledge base, and a full sync also prunes anything that disappeared while the webhook was down.

Do I need Webflow's Business plan?

You need a plan that allows custom code and API access. The CMS API is what we read; nothing else is required on their side.

What teams use it for

Put your knowledge to work today

Free for 14 days. No card, and nothing to install on your site.