# 2. Platform Instructions

### [Wix Installation](/messagematch-docs/getting-started/installation/2.-platform-instructions/wix-installation.md)

### Google Pixel 'Hack'

Most all web builders have an integration that allows for a Google or Meta pixel to be added for tracking purposes. It is possible to install the MatchAgent on your page following generalized instructions for installing a Google Pixel that are commonly found online.&#x20;

It is also possible to install the MatchAgent by embedding the MatchAgent code directly into the Google Pixel; however, we recommend installing the MatchAgent code in place of where the Google Pixel would go if possible.

{% hint style="info" %}
Disclaimer: While we do our best to provide these detailed per-platform onboarding instructions, the dashboards and layouts of these various platforms are subject to change, such that our specific onboarding guidance may quickly become outdated. Please notify us if you notice any discrepancy so we can update our documents for the rest of the community at <admin@messagematch.com>
{% 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://messagematch.gitbook.io/messagematch-docs/getting-started/installation/2.-platform-instructions.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.
