> For the complete documentation index, see [llms.txt](https://docs.gradient.works/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gradient.works/kb/automation-builder-kit-abk/models/accounttoaccountmatch.md).

# 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`. |
