# Framer

## Step 1: Copy the code snippet

* Goto Settings > Web > Installation
* Enter the domain where you want to launch your chatbot
* Copy the "Widget installation code"

<figure><img src="/files/1hsHi5uGOId5mj081nAw" alt=""><figcaption></figcaption></figure>

## Step 2: Add the code on Framer

### Installing on all pages

1. Open your website project on Framer
2. Goto Settings > Site Settings > General
3. Scroll down to "Custom code" and paste the code under "Start of \<body> tag".
4. Click "Save" to apply the changes
5. "Publish" your site to view the bot on your webpage

<figure><img src="/files/9cu2AxfbY6EXxbiOzbWW" alt=""><figcaption></figcaption></figure>

### Installing on selected pages

* Open your website project on Framer
* Goto Settings > Page settings > select the page
* Scroll down to "Custom code" and paste the code under "Start of \<body> tag".
* Click "Save" to apply the changes
* "Publish" your site to view the bot on your webpage

<figure><img src="/files/1EyFzLenRZVN3CcYeZsN" alt=""><figcaption></figcaption></figure>


---

# 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://help.wotnot.io/deploy/publishing-agents/website/framer.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.
