> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/uncategorized/how-to-add-a-chat-widget-to-a-wordpress-site.md).

# How To Add a Chat Widget to a WordPress Site

Follow these steps to add a chat widget to a WordPress site:

**Step 1:** Log in to your WordPress site. Navigate to Plug-ins > Add New.

**Step 2:** Search for "Lead Connector" Click Install Now, then Activate.

**Step 3:** Once activated, you'll now see "Lead Connector" as a menu option on the left side of your dashboard.

**Step 4:** Click on Lead Connector to access the settings page.

**Step 5:** Back in our software, navigate to Settings > Business Info > Company Data, and copy your API key under "Company Data".

{% embed url="<https://lh3.googleusercontent.com/HRAAksQgw9w41QZAZQNz5T4toU4Il7wb_v6W20T6pSD6JLkDnBeOwIl-MoheGZN9hKKYOsfamTvxFXA_KsIlwlk33rxpmK970wh9hAzay8n4MkrffLYuDthTkEj5XUC2QXuedUg7By1-c2mEhoJw_TY>" %}

**Step 6:** Paste the API key from our software into the API Key field in WordPress.

{% embed url="<https://lh3.googleusercontent.com/nLjteYV9d713obm2PEy78ql2p_9VkF9m4NtzdgQoaI0hL_HpXp2kWS_pOSHQdCMGpxEUPQ-GOK3uN_oSFsmPv0sz7F7kyDmecF9mnhCZgOsVkJLGQu-zFZ1WEvFjhqGqvSzQgivf9ibRGe9wTa9o500>" %}

**Step 7:** Check the box to enable the widget. Confirm or edit your heading and subheading. Click Save.

**Step 8:** Open your WordPress site, and you should see the widget in the bottom right corner.

These chat widget communications will appear in your conversations tab of our software.

*Note: Check out our other article "How to Add a Chat Widget to Funnels and Websites" to learn how to customize and add a chat widget to funnel pages and websites built directly in \_\_CompnayName.*


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/uncategorized/how-to-add-a-chat-widget-to-a-wordpress-site.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.
