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

# Native App Integration

> Options for integrating Mention Me into your iOS or Android mobile application

## Overview

Just like on the web, a typical in-app referral programme requires 4 actions:

1. Promote referral to customers who are happy to share (and give them options for sharing)
2. Allow name sharing in the app for new customers referred by word of mouth
3. Track orders so we can close the loop on referred friends' purchases and reward referrers accordingly
4. (Optional) Show existing referrers a referral dashboard so they can track their shares and rewards

## Integration Options

We offer 3 different options for integrating Mention Me in your app:

<CardGroup cols={1}>
  <Card title="Entry Point API (Recommended)" icon="mobile" href="/api-reference/entry-point-api/overview">
    Link to web views hosted by Mention Me. Preferred by most brands — requires significantly less custom development and gives you full control over the customer journey and A/B testing features via the Mention Me platform, while making it easy to add buttons and links to your app.
  </Card>

  <Card title="Consumer API" icon="puzzle-piece" href="/api-reference/consumer-api/overview">
    Build the entire referral journey natively into your app, using content produced via the Mention Me platform. Normally used by clients after they've implemented their referral programme and learned what works, as it requires significant custom development effort. We have SDKs to help.
  </Card>

  <Card title="JavaScript Tags" icon="code" href="/developer-docs/integration/overview">
    The easiest option if you have a web-based app and can use JavaScript tags within it.
  </Card>
</CardGroup>
