> 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/leadtoaccountmatch.md).

# LeadToAccountMatch

API Name: `GradientWorks__LeadToAccountMatch`

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

## Properties

| Name      | Type                                                                                    | Description                                                                                                  |
| --------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| bestMatch | Account                                                                                 | The Account (if any) that best matches the lead                                                              |
| count     | Integer                                                                                 | The number of matches. This will be 0 if there are no matches.                                               |
| lead      | Lead                                                                                    | The Lead that was matched                                                                                    |
| 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`. |
