# Embed & Publish

Once trained and customized, publish the chatbot to your live Webflow site.

<figure><img src="/files/ijitcdPIc6aDaPcQ89uc" alt=""><figcaption></figcaption></figure>

## Enable the widget

1. Open the **Publish** tab.
2. Toggle the chatbot **on**.
3. Publish your Webflow site.

The chat widget appears in the bottom right corner of your site automatically — no custom code or embed setup required.

## Disable the widget

1. Open the **Publish** tab.
2. Toggle the chatbot **off**.
3. Refresh your site — the widget disappears instantly.

No code changes or redeployment needed.

***

<figure><img src="/files/fkMeJF6TnLGVeICCAKPn" alt=""><figcaption></figcaption></figure>

## What visitors see

* Chat widget in the bottom right corner of the page.
* Answers sourced directly from your trained content.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowappz.com/home/webflow-ai-chatbot/06.-embed-and-publish.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
