> ## 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 Update Organisation General Settings

> Change the workspace name, URL slug, and homepage for your organisation.

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 > General** to update the workspace name, the slug in your app URL, and the homepage Mention Me uses for campaign call-to-action links.

<Frame caption="The organisation General page, with workspace name, slug, and homepage cards.">
  <img
    src="https://mintcdn.com/mentionme/kgVB-NOv7qaOtEjq/images/knowledge-app/settings/organisation/general.png?fit=max&auto=format&n=kgVB-NOv7qaOtEjq&q=85&s=3945c343a9b1a874424fa02027ab1755"
    alt="Organisation General settings showing name, slug, and homepage
fields"
    width="2652"
    height="1928"
    data-path="images/knowledge-app/settings/organisation/general.png"
  />
</Frame>

## Change the Workspace Name

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

  <Step title="Edit the Name">
    In **Workspace Name**, type the name people should see for this
    organisation. Maximum 100 characters.
  </Step>

  <Step title="Save">Click **Save Changes**.</Step>
</Steps>

## Change the Workspace Slug

The slug is the last part of `app.mention-me.com/your-slug`. Use lowercase letters, numbers, and dashes only, up to 50 characters.

<Warning>
  Changing the slug breaks existing bookmarks and any SFTP integration that uses
  the current URL. Only change it if you are sure you need to.
</Warning>

<Steps>
  <Step title="Edit the Slug">In **Workspace Slug**, type the new slug.</Step>

  <Step title="Confirm">
    Click **Save Changes**. In **Change workspace slug?**, type the current slug
    to confirm, then click **Change slug**.
  </Step>
</Steps>

## Set the Homepage URL

Campaign call-to-action URLs use this address unless a campaign sets its own.

<Steps>
  <Step title="Enter the Homepage">
    In **Homepage URL**, enter the full address, including `https://`. Maximum
    1000 characters.
  </Step>

  <Step title="Save">Click **Save Changes**.</Step>
</Steps>

## Delete the Workspace

**Delete Workspace** permanently removes the workspace, its custom domain, and all associated data. You must type the organisation name to confirm. This cannot be undone.

## See Also

<CardGroup cols={2}>
  <Card title="How to Manage Organisation Members" icon="users" href="/knowledge-app/settings/organisation/members">
    Invite colleagues and set roles for this workspace.
  </Card>

  <Card title="How to Set Your Referral Domain" icon="globe" href="/knowledge-app/settings/brand/domain">
    Change the subdomain customers use for referral links.
  </Card>
</CardGroup>
