# Scripts

If you’re using **Google Tag Manager** to manage tracking scripts, you can refer to this guide for proper setup:\
🔗 [Google Tag Manager Integration Guide](https://docs.flowappz.com/home/cookie-consent/google-tag-manager-integration)<br>

## Verify scripts

You can test whether cookie settings are being properly updated by following the steps outlined in our documentation here:\
🔗 [Cookie Consent Storing Guide](https://docs.flowappz.com/home/cookie-consent/cookie-consent-storing)

1. **Google Analytics (GA ID) Verification:**
   * Open your website in **Incognito Mode** and accept the cookies.
   * Use **Google Tag Assistant (Legacy)** or **Google Analytics Debugger** (Chrome extensions) to check if the GA tag is firing correctly.
   * Alternatively, go to **Google Analytics > Realtime Reports** and see if your visit is being tracked.
2. **Facebook Pixel (Pixel ID) Verification:**
   * Install the **Meta Pixel Helper** Chrome extension.
   * Open your site and perform actions that should trigger the pixel (e.g., visiting a page or clicking a button).
   * The extension will indicate whether the pixel is firing correctly and display event details.
3. **Zendesk Integration Verification:**
   * Add your **Zendesk Key** and **Category Consents** and press **Save Changes**&#x20;
   * **Trigger the Zendesk Script** by opening your site and performing relevant actions.
   * **Confirm Integration** – If successful, the **Zendesk Chat Box** will appear.
4. **TikTok Pixel (Pixel ID) Verification:**
   * Add your **TikTok Pixel ID** and **Category Consents** and press **Save Changes**&#x20;
   * Install the **TikTok Pixel Helper** Chrome extension.
   * Open your site and perform actions that should trigger the pixel (e.g., visiting a page or clicking a button).
   * The extension will indicate whether the pixel is firing correctly and display event details.
5. **LinkedIn Insight Tag Verification:**
   * Add your **LinkedIn Insight Tag ID** and **Category Consents** and press **Save Changes**&#x20;
   * Install the **Insight Tag Checker** Chrome extension.
   * Open your site and perform actions that should trigger the **LinkedIn Insight Tag** (e.g., visiting a page or clicking a button).
   * The extension will indicate whether the **LinkedIn Insight Tag** is firing correctly and display event details.


---

# 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.flowappz.com/home/cookie-consent/getting-started/scripts.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.
