> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/getting-started/installation/installing-on-wordpress.md).

# Installing on Wordpress

### How do I set it up?&#x20;

In-order to configure the chatbot on your Wordpress side, you can follow the following steps;&#x20;

* Open your Wordpress account and go to 'Plugins' & click 'Add New'\
  &#x20;
* Search for 'Support Hun' in the search bar and click 'Install' <br>
* Click 'Activate' from the same screen or navigate to your installed plugins & click 'Activate' <br>
* Once 'Activated', you will find 'Support Hun' on the Menu bar<br>
* Go to 'Channel Configuration -> Web -> Configuration' & copy the code snippet.&#x20;

{% hint style="info" %}
Make sure that you have added the same website domain address as your Wordpress websites in the input box\
\
If there is no domain or a different domain added, then the chat widget will not appear on your website even though you have added the code snippet
{% endhint %}

* Paste the 'Code Snippet' on the 'Wordpress' plugin & click 'Save'&#x20;

{% embed url="<https://youtu.be/wMmio2y4mHA>" %}

{% hint style="info" %}
Make sure the bot status is turned on. Once turned on, you will see the chat widget appear on your Wordpress website
{% 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:

```
GET https://help.supporthunt.com/getting-started/installation/installing-on-wordpress.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.
