# Installation using Google Tag Manager

### How do I set it up using Google Tag Manager?&#x20;

To set it up on your website using Google Tag Manager, you can follow the following steps;&#x20;

* Go to 'Channel Configuration -> Web -> Configuration' <br>
* Enter the 'Website URL' <br>
* Copy the code snippet<br>
* Go to 'Tag Manager -> Workspace -> Tags' <br>
* Create 'New Custom HTML Tag' by clicking on 'New' <br>
* Paste the code snippet under 'Custom HTML' tag & set the trigger condition to 'All Page'&#x20;

{% hint style="info" %}
As per your preference, you can also set the trigger for only the pages that you want to show the bot on
{% endhint %}

* Give appropriate name and save the tag<br>
* Preview the 'Tag' through 'Debug' and hit 'Publish' once ready

{% hint style="info" %}
Now when the website loads, the chatbot will start showing up on all the pages defined in the trigger&#x20;
{% 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.swiftsell.biz/getting-started/installation/installation-on-website/installation-using-google-tag-manager.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.
