> For the complete documentation index, see [llms.txt](https://messagematch.gitbook.io/messagematch-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://messagematch.gitbook.io/messagematch-docs/getting-started/installation.md).

# Install: 3-Step Overview

After creating your account, proceed with the following steps.

## Step 1: [Copy Your MatchAgent Script](/messagematch-docs/getting-started/installation/1.-create-a-matchagent.md)

1. Log into your MessageMatch dashboard
2. Click "Create MatchAgent" or select an existing MatchAgent
3. Follow install instructions until the "Copy Script" button appears

## Step 2: [Paste the Script to Your Website](https://github.com/Technology-Fiancial-Solutions-LLC/messagematch/blob/master/docs/getting-started/installation/2.-platform-instructions)

Paste the copied script into your website's HTML. We recommend placing it in the HTML header, just before the closing tag (example below):

```html
<!-- Place this script before closing </body> tag -->
<script>
  window._evolveConfig = {
    widgetId: "your-widget-id",
    apiKey: "your-api-key"
  };
</script>
<script src="https://cdn.messagematch.ai/widget.main.js"></script>
</body>
```

Production uses **`https://cdn.messagematch.ai`**. Override with `NEXT_PUBLIC_WIDGET_CDN_URL` if you point the dashboard at another Worker host.

> Important: Always use the script from your dashboard—it contains your unique MatchAgent ID and API key!

### [Platform-Specific Guides](https://github.com/Technology-Fiancial-Solutions-LLC/messagematch/blob/master/docs/getting-started/installation/2.-platform-instructions)

If you're using a website builder or CMS and having a difficult time finding where to place the snippet code or how to tag page elements manually, check out our platform-specific installation guides:

* [**Wix Installation Guide**](/messagematch-docs/getting-started/installation/2.-platform-instructions/wix-installation.md) - Complete walkthrough for Wix sites (requires Wix Premium)
* More platform guides coming soon (Squarespace, WordPress, Webflow)

## Step 3: [Tag Content Elements](/messagematch-docs/getting-started/installation/basic-configuration.md)

This step can be completed either manually or with the assistance of our Chrome Extension, prompted in the onboarding steps. See the next pages for more detailed instructions on [this step](/messagematch-docs/getting-started/installation/basic-configuration.md#manual-installs).
