> ## 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 Edit Default Copy

> Open programme copy and tag copy. Editing still finishes in Classic.

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

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

<Note>
  **Early access.** Default copy is rolling out gradually. If you do not see
  **Settings > Default copy**, it is not enabled for your workspace yet.
</Note>

<AdminOnly />

Open **Settings > Default copy** to reach the wording campaigns inherit, and the wording in the Mention Me UI your tags show.

<Frame caption="The Default copy page, with Programme copy and Copy for your tags cards.">
  <img
    src="https://mintcdn.com/mentionme/kgVB-NOv7qaOtEjq/images/knowledge-app/settings/programme/default-copy.png?fit=max&auto=format&n=kgVB-NOv7qaOtEjq&q=85&s=3552a15bfd82cdd975d1a3fe606d6a9a"
    alt="Default copy settings with two cards that link out to
Classic"
    width="2560"
    height="1394"
    data-path="images/knowledge-app/settings/programme/default-copy.png"
  />
</Frame>

<ClassicCallout>
  Both cards open Mention Me Classic. There is no editor for this copy on
  app.mention-me.com yet. For the Classic guide, see [Managing
  Copy](/knowledge/referral/design/managing-copy).
</ClassicCallout>

## Open Programme Copy

Programme copy is the wording campaigns, emails, and dashboards inherit unless a campaign overrides it.

<Steps>
  <Step title="Open Default Copy">Go to **Settings > Default copy**.</Step>

  <Step title="Go to Classic">
    On **Programme copy**, click **Take me to classic**.
  </Step>
</Steps>

## Open Copy for Your Tags

Tag copy is the wording in the Mention Me UI your tags show, such as checkout prompts and share buttons.

<Steps>
  <Step title="Open Tag Copy">
    On **Copy for your tags**, click **Take me to classic**.
  </Step>
</Steps>

## See Also

<CardGroup cols={2}>
  <Card title="How to Manage Branding" icon="palette" href="/knowledge-app/settings/brand/branding">
    Themes and fonts that sit alongside default copy.
  </Card>

  <Card title="Managing Copy" icon="text" href="/knowledge/referral/design/managing-copy">
    Classic documentation for programme and journey copy.
  </Card>
</CardGroup>
