> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/widget.md).

# Widget

## **Managing Widgets in Reekolect**

### **What is a Widget?**

A **widget** is a chat interface that can be embedded on websites, advertisements, blogs, or promotional content to seamlessly direct users to your chatbot. Reekolect allows you to create multiple widgets through a simple setup process.

### **How to Manage a Widget**

#### **1. Accessing the Widget Settings**

1. **Log in** to your Reekolect account.
2. **Create or select** a chatbot for WhatsApp, Instagram, Facebook, or Telegram.
3. Navigate to **Automation Settings** for the selected bot.
4. Click on the **Widgets** section to configure and manage widgets.

*Note: This guide focuses on WhatsApp widgets, but the process is similar for other platforms.*

### **2. Configuring Widget Settings**

Reekolect provides three primary customization options for widgets:

1. **Link Configuration**
2. **Chatbot Icon Customization**
3. **QR Code Generation**

#### **A. Link Configuration**

* Click **Link** to access the customization settings.
* Modify the **pre-populated message** that accompanies the widget link.
* Click **Update Widget** to save changes.
* Use **Copy WA Link** to share the widget link.
* Once shared, users clicking the link will be redirected to chat with your bot.

#### **B. Chatbot Icon Customization**

* Click **Chatbot Icon** to adjust its settings.
* Copy and insert the **chatbot icon code** into your website header to integrate the widget.
* Customize the icon’s **size, displayed text, positioning, and placement** using dropdown options.
* Click **Update Widget** to apply the changes.

#### **C. QR Code Generation**

* Click **QR Code** to configure its settings.
* Edit the **pre-populated message** that appears when users scan the QR code.
* Click **Download QR Code** to save and share it with customers.
* Users scanning the QR code will be redirected to chat with your chatbot.
* Click **Update Widget** to finalize modifications.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/widget.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
