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

# Ometria

> Create personalised experiences throughout the customer journey.

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>;

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

<ClassicCallout href="/knowledge/esp-crm/ometria/setup" linkLabel="How to set up Ometria">
  Clicking the Ometria card opens Classic, because credential setup still lives there.
</ClassicCallout>

## What It Does

Ometria receives referral contacts and opt-ins so you can personalise journeys with advocacy data, including coupon reminders and referral promotion.

Use it when Ometria is already your customer data and campaign platform.

## Where to Go Next

<CardGroup cols={2}>
  <Card title="How to set up Ometria" icon="envelope" href="/knowledge/esp-crm/ometria/setup">
    The canonical setup guide for Ometria.
  </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>
