# Widgets

Customize WhatsApp widget that looks captivating on your website, so when a user sees it, they are persuaded to click and engage in real-time communication.

## Launcher Icon

Choose how you want your WhatsApp widget icon to look on your website.

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

## Configure Launcher

Modify your WhatsApp widget with background color, text color, spacing and a lot more to make it perfectly align with your website.

{% content-ref url="/pages/vsG58c01umBNZ9heS1fA" %}
[Configure Launcher](/chatman-enterprise-whatsapp-platform/chatman-functions/widgets/configure-launcher.md)
{% endcontent-ref %}

## Link Your Message

The main aim of linking messages is to add visitors as a contact on WhatsApp by linking your WhatsApp QR code. Choose a message which you want the visitor to get redirected with, say 'hello, what services you're providing?'

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

## Copy & Paste Widget Code

Code that helps you display WhatsApp widget on your website. Just copy the code and paste it in the HTML, preferably before the closing body tag (/ body>) on each page of your website.

{% code fullWidth="true" %}

```html
<script
	id="makerobos_widget_script" 
	type="text/javascript" 
	data-link="105784655816503" 
	src="https://link.makerobos.com/dev_chatmanwidget">
</script>
```

{% endcode %}


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/widgets.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.
