# Install: 3-Step Overview

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

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://messagematch.gitbook.io/messagematch-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://evolvecopy.webadmin-503.workers.dev/widget.main.js"></script>
</body>
```

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

### [Platform-Specific Guides](https://messagematch.gitbook.io/messagematch-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**](https://messagematch.gitbook.io/messagematch-docs/getting-started/installation/2.-platform-instructions/wix-installation) - Complete walkthrough for Wix sites (requires Wix Premium)
* More platform guides coming soon (Squarespace, WordPress, Webflow)

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

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](https://messagematch.gitbook.io/messagematch-docs/getting-started/basic-configuration#manual-installs).
