# Key Terms

| Term          | Definition                                                                       |
| ------------- | -------------------------------------------------------------------------------- |
| MatchAgent    | The script installed on your site that powers campaign-specific personalization  |
| UTM           | URL tags (e.g., `utm_source=google`) that identify where a visitor came from     |
| CampaignMatch | When UTM rules match and mapped page elements are automatically swapped          |
| Rematch       | A built-in split test that rotates up to 5 copy variants within a CampaignMatch  |
| Variant       | One version of copy within a Rematch (A–E)                                       |
| View          | Any page load where the MatchAgent is present                                    |
| Eligible View | A View where the visitor's UTMs qualify them for personalization                 |
| Referrer      | The domain a visitor came from — used as an optional qualifier alongside UTMs    |
| Conversion    | A tracked action (button click, form success) tied to a CampaignMatch or variant |


---

# 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/readme/key-terms.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.
