# 1. Create a MatchAgent

In your dashboard, you'll find the 'Create MatchAgent' button in the upper right corner of the Overview and MatchAgent tabs. You'll then be guided to complete the following steps:

* Choose a Setup Method
  1. [Chrome Extension (recommended)](/messagematch-docs/getting-started/installation/basic-configuration.md#chrome-extension-recommended)
  2. [Manual Setup](/messagematch-docs/getting-started/installation/basic-configuration.md#manual-installs)
     1. **Domain Configuration:** Select the domain that you want associated with the MatchAgent
     2. **MatchAgent Name**: Appears in analytics and helps organize by site or campaign
* Install and Verify
  * Copy and Paste the MatchAgent code onto the website. Verify from the dashboard or,
  * **Test live with UTM parameters:** Add ?campaign=test or other UTM tags to your URL and see the AI in action.
* **MatchAgent Customization:** You'll then be prompted to proceed to the Manage MatchAgent tab for more detailed configurations.


---

# 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/1.-create-a-matchagent.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.
