# Install Website Chat Widget on Joomla

Adding a web chat widget on your Joomla website is a quick and easy process. It does not require any coding skills or technical knowledge.

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/ss2oxgc0gz/1663710896240/joomla-logo-sv.png" alt="joomla logo"><figcaption></figcaption></figure>

#### Setting Up for Installation <a href="#setting_up_for_installation" id="setting_up_for_installation"></a>

In order to install a web chat widget on Joomla, you will need the following:

* Access to your Joomla admin panel.
* A code snippet for your web chat widget.

If you don't have a code snippet already, you will generate one when creating an IS-Messenger [Website Chat Widget](/ismessenger/messaging-channels/website-chat-widget.md) or using the [Facebook Chat Plugin](/ismessenger/messaging-channels/facebook-messenger/facebook-chat-plugin.md) for [Facebook Messenger](/ismessenger/messaging-channels/facebook-messenger.md).

{% hint style="success" %}
If you have the channels already connected on the IS-Messengero platform and you need to retrieve the generated code snippet, follow the [instructions here](/ismessenger/messaging-channels/website-chat-widget.md).
{% endhint %}

#### Installing on Joomla <a href="#installing_on_joomla" id="installing_on_joomla"></a>

**Step 1: Log in to Joomla**

Log in to your Joomla admin panel and click on "**System**" on the navigation bar.

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/ss2oxgc0gz/1663711000425/installing-on-joomla.png" alt="Joomla Admin Panel System Page"><figcaption></figcaption></figure>

**Step 2: Find the current site template**

Navigate to the Template section. Click on the site template and select the current template.

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/ss2oxgc0gz/1663711064882/installing-on-joomla-2.png" alt="joomla find current site template"><figcaption></figcaption></figure>

**Step 3: Paste the Script**

Copy your plugin script from the IS-Messenger platform. On the left panel of the Template Page, click the **index.php** section and paste the chat plugin script before `</head>` tag.

Once you have pasted the script into the appropriate section, press the **Save** button.

**Done!**

Open the website and check out the chat plugin. You will find it in the bottom-right corner. Now your website visitors can chat effortlessly with you. If you used the code snippets generated from the IS-Messenger platform, you will be able to manage the conversations and update the appearance of the widget from the Platform.

{% hint style="success" %}
The chat widget is now active on your website!
{% endhint %}


---

# 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.is-messenger.com/ismessenger/workspace-setting/growth-widgets/install-website-chat-widget-on-joomla.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.
