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

# How to Set Your Referral Domain

> Choose the subdomain customers use to reach your referral pages.

export const AdminOnly = () => <Info>
    This page is visible to organisation <strong>admins</strong> only. If you
    see <strong>You do not have permission to view this page</strong>, ask an
    admin to make the change, or to invite you with the Admin role.
  </Info>;

<AdminOnly />

Open **Settings > Domain** to choose the subdomain customers use to reach your referral pages, for example `your-brand.mention-me.com`.

<Frame caption="The Domain page, with the subdomain field and availability status.">
  <img
    src="https://mintcdn.com/mentionme/kgVB-NOv7qaOtEjq/images/knowledge-app/settings/brand/domain.png?fit=max&auto=format&n=kgVB-NOv7qaOtEjq&q=85&s=8c6cbb2a128e94712905fbf9712d5ea1"
    alt="Domain settings showing the subdomain input ending in
mention-me.com"
    width="1586"
    height="814"
    data-path="images/knowledge-app/settings/brand/domain.png"
  />
</Frame>

<Warning>
  Changing the subdomain breaks existing referral links already shared with
  customers. Only change it if you are sure you need to.
</Warning>

The value must be 1-30 characters: lowercase letters, numbers, and hyphens, ending with a letter or number. Status badges include **Not set**, **Checking availability...**, **Available**, **Unavailable**, and **Saved**.

<Steps>
  <Step title="Open Domain">Go to **Settings > Domain**.</Step>

  <Step title="Enter the Subdomain">
    Type the subdomain in the field. The suffix `.mention-me.com` is added for
    you.
  </Step>

  <Step title="Confirm">
    Click **Save Changes**. Confirm in the dialog by typing the current
    subdomain, then click **Set subdomain** or **Change subdomain**.
  </Step>
</Steps>

This is the customer-facing referral host. It is separate from the workspace slug on **Settings > General**, which only affects `app.mention-me.com/...` URLs.

## See Also

<CardGroup cols={2}>
  <Card title="How to Update Organisation General Settings" icon="building" href="/knowledge-app/settings/organisation/general">
    Change the workspace slug used in the app URL.
  </Card>

  <Card title="How to Set Your Reply-To Email" icon="envelope" href="/knowledge-app/settings/brand/email">
    Set where replies to referral emails are delivered.
  </Card>
</CardGroup>
