# AccountToAccountMatch

API Name: `GradientWorks__AccountToAccountMatch`

Provides information about Accounts that match an Account as a result of executing [Match Account to Account](/kb/automation-builder-kit-abk/actions/matching/matchaccounttoaccountaction.md).

## Properties

| Name      | Type                                                                                    | Description                                                                                                  |
| --------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| account   | Account                                                                                 | The Account that was matched                                                                                 |
| bestMatch | Account                                                                                 | The Account (if any) that best matches the account                                                           |
| count     | Integer                                                                                 | The number of matches. This will be 0 if there are no matches.                                               |
| matches   | List<[AccountMatchResult](/kb/automation-builder-kit-abk/models/accountmatchresult.md)> | All the matching accounts in order of relevance. The first item in this list will correspond to `bestMatch`. |


---

# 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://docs.gradient.works/kb/automation-builder-kit-abk/models/accounttoaccountmatch.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.
