> For the complete documentation index, see [llms.txt](https://trust.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trust.impact.com/transparency/model-card-partner-recommendation.md).

# Model Card Partner Recommendation

This model is an automated matchmaking tool that helps you discover new partners most likely to be productive for your program.

| **AI technology**  | impact.com Partner Recommendation Model            |
| ------------------ | -------------------------------------------------- |
| **Model type**     | Machine Learning (ranking & recommendation system) |
| **Provided by**    | impact.com                                         |
| **Classification** | Predictive AI                                      |

## Description

This is a proprietary machine-learning model developed by impact.com. It analyzes thousands of data points from across our partnership ecosystem to identify and recommend new partners who are most likely to be relevant and productive for your specific program.

## Intended use

**Primary use cases**

* Suggesting new traditional and influencer partners who haven't yet joined your program.
* Helping you discover opportunities filtered by country, industry, and promotional method.
* Accelerating program growth by surfacing high-potential partners.

**Out-of-scope uses**

* Treating recommendations as guarantees of future performance (they are suggestions).
* Using the tool as the sole factor in partnership decisions; human judgment remains essential.

## How we use your data

* **Training data.** The model is trained on aggregated, fully anonymized data from thousands of successful partnerships across the entire platform: non-personal signals such as partner attributes, historical performance trends, and program similarities.
* **Privacy-preserving design.** The model identifies platform-wide patterns of what makes a partnership succeed. It does not use or expose any other brand's or partner's private performance data to generate your recommendations. Your own data is used only to match you to those anonymized trends.

## Limitations & ethical considerations

* **Fairness.** Built on our Responsible-by-Design methodology, the model includes business rules to promote fairness (for example, verifying a partner's willingness to work with brands of different sizes), so partners have equitable opportunity to be discovered on their merits.
* **Feedback loop.** When you act on a recommendation (inviting, archiving, or declining a partner), you provide an implicit signal that helps refine future suggestions for your program.
* **Governance.** Use of this AI is governed by our internal AI governance framework and [responsible-by-design practices](/impact.com-ai-trust-center.md#responsible-by-design), which mandate Privacy, Fairness, Transparency, Accountability, Explainability, and Safety.

***

See also: [Model Card: Conversational AI →](/transparency/model-card-conversational-ai.md) and [Model Card: Newsletter Generation →](/transparency/model-card-newsletter-generation.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://trust.impact.com/transparency/model-card-partner-recommendation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
