> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trustpilot

> Combine reviews and referrals to activate advocates when they are most likely to share.

export const ClassicCallout = ({children, href, linkLabel = "Open the Classic guide"}) => <Info>
    <strong>This finishes in Classic.</strong>
    {children ? <> {children}</> : null}
    {href ? <>
        {" "}
        For the setup steps, see <a href={href}>{linkLabel}</a>.
      </> : null}
  </Info>;

Trustpilot appears in **Settings > Integrations** under Reviews. Clicking the card opens Classic, where credentials and mapping still live.

<ClassicCallout href="/knowledge/integrations/reviews-rewards/trustpilot" linkLabel="Trustpilot">
  Clicking the Trustpilot card opens Classic, because credential setup still lives there.
</ClassicCallout>

## What It Does

Trustpilot sends review data into Mention Me so you can invite promoters to refer while the review is still fresh.

You need Trustpilot API access, which sits on Enterprise or as a Connect add-on on Premium or Advanced. If you run more than one Mention Me merchant account, set this up on each one.

## Where to Go Next

<CardGroup cols={2}>
  <Card title="Trustpilot" icon="star" href="/knowledge/integrations/reviews-rewards/trustpilot">
    The canonical setup guide for Trustpilot.
  </Card>

  <Card title="Integrations" icon="puzzle-piece" href="/knowledge-app/integrations/overview">
    The directory this card lives in, including how the Classic round-trip works.
  </Card>
</CardGroup>
