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

# Overview

> When and how to use the additional Mention Me tags for Shopify -- referee, landing page, and dashboard -- outside of the Shopify App.

The [Mention Me Shopify App](/knowledge/shopify/app-installation) covers the most impactful referral touchpoints -- the post-purchase page, order status, and (on Shopify Plus) the checkout. The **additional tags** on this page live outside the app and cover the surfaces the app doesn't reach.

Use them when you want to:

* Promote referral on pages your Shopify App integration doesn't cover (cart, sidecart, `checkout.liquid`).
* Give customers a standalone **landing page** to share and redeem referrals without needing to buy first.
* Add a **referral dashboard** to a logged-in customer account page so referrers can track activity and share their offer.

<Info>These tags are complementary to the [Mention Me Shopify App](/knowledge/shopify/app-installation) -- always run them alongside it. They are **not** a replacement for the app; they cover surfaces the app doesn't reach.</Info>

## Available Tags

<CardGroup cols={1}>
  <Card title="Checkout & Sidecart Referee Tag" icon="cart-shopping" href="/knowledge/shopify/additional-tags/checkout">
    Add the "Been referred by a friend?" link to your cart, sidecart, or `checkout.liquid` (`checkout.liquid` is Shopify Plus only).
  </Card>

  <Card title="Landing Page Tag" icon="browser" href="/knowledge/shopify/additional-tags/landing-page">
    Create a standalone referral landing page so customers can engage with your referral program without a purchase.
  </Card>

  <Card title="Dashboard Tag" icon="gauge" href="/knowledge/shopify/additional-tags/dashboard">
    Add a referral dashboard to a customer account page so referrers can track rewards and share their offer.
  </Card>
</CardGroup>

## Before You Start

* Have your Mention Me **Partner Code** ready -- you'll replace `INSERT_PARTNERCODE` (or `PARTNERCODE`) in every snippet.
* Confirm your locale mapping between Shopify and Mention Me -- see [Shopify: Locales](/knowledge/shopify/locales).
* If you're on Shopify Plus and want the Referee experience inside checkout itself, prefer the [Checkout Extensibility App](/knowledge/shopify/app-installation) over `checkout.liquid`.
