> For the complete documentation index, see [llms.txt](https://help.leadboxer.com/leadboxer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.leadboxer.com/leadboxer/integrations/website/wordpress-plug-in.md).

# WordPress plug-in

We have created a Wordpress Online Lead Generation plugin for easy installation of LeadBoxer on a Wordpress site.

Simply add the plugin to your Wordpress installation and we will start tracking all site activity and generating your Leads for you. Once installed, login and see your leads appear in the interface as the come to your website.

[See the Plugin on wordpress.org](https://wordpress.org/plugins/leadboxer/)

### Video Tutorial

{% embed url="<https://leadboxer.wistia.com/medias/4nxakyv5sw>" %}

### Installation

To install the plugin, either:

* Add the plug-in via your WordPress admin plugin section
* Upload the .zip file using the plugin installer
* SFTP the files over to your wp-content/plugins/ directory
* And activate it after successful installation.

### Configuration

To make the plugin work correctly, you need to enter your dataset ID that you received when you singed up for a (trial) account. Only enter your actual dataset number. Do not enter the words "dataset=" when you cut & paste.

You can set this setting under Settings -> LeadBoxer

![Wordpress Online Lead Generation plugin screenshot](https://raw.githubusercontent.com/leadboxer/docs/071195c46d5e4472c4a73ffc6b85d3f86fe77196/.gitbook/assets/LeadBoxer-Wordpress-lead-generation-settings.png)

Then, enter your [dataset ID](/leadboxer/fundamentals/elements/datasets.md#where-can-i-find-my-dataset-id) as you registered it with LeadBoxer.

![Wordpress Online Lead Generation plugin screenshot-2](https://raw.githubusercontent.com/leadboxer/docs/071195c46d5e4472c4a73ffc6b85d3f86fe77196/.gitbook/assets/LeadBoxer-Wordpress-lead-generation-dataset.png)

{% hint style="warning" %}
NOTE: just enter your dataset ID do not add "dataset="\
So, for example, this is incorrect: "dataset=123123123"\
Correct: "123123123"
{% endhint %}


---

# 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.leadboxer.com/leadboxer/integrations/website/wordpress-plug-in.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.
