# Live Chat Widgets

Live Chat widgets add a medium for your customers to contact you if/when they have a query about something on your store. This can be the difference between a customer buying something on your store or getting frustrated and looking elsewhere for a similar product.

To add a third-party chat widget such as Whatsapp, you will need to retrieve some code supplied by the third party. Once you have received the code needed to integrate the chat widget to your store:

1. Login to your Control Panel.
2. Go to the **Design > Theme Editor** section.
3. Click the **+Add** button at the top of the page and select **Section to Page** from the dropdown menu.
4. Then locate and select the **Banners** option in the side pane&#x6C;**.**
5. If you have more than one banner, you will need to select the **Footer** banner. If not, continue to the next step.
6. When the text editor appears, click **View** and then **<>Source Code** from the dropdown menu.
7. When the new window appears, underneath any content that already lives here, paste the third-party code.
8. **Save.**
9. Click **Save** again at the bottom of the side panel.

Once you are done, preview your store and see if the widget is now displayed there, normally appearing somewhere in the bottom right of your screen.

If you don't feel confident in carrying this out yourself, simply get in contact with our support team, paste the code you have been given into a support ticket and we will take care of the rest.


---

# 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.freewebstore.com/design/live-chat-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.
