> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clarky.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspace Settings

> Configure your workspace

## Workspace Information

<ParamField path="name" type="string" required>
  Your workspace display name
</ParamField>

<ParamField path="slug" type="string" required>
  URL-friendly identifier (appears in dashboard URLs)
</ParamField>

## Updating Workspace

Changes to workspace name and slug:

<Steps>
  <Step title="Navigate to Settings > Workspace">
    Access workspace configuration
  </Step>

  <Step title="Update Fields">
    Modify name or slug as needed
  </Step>

  <Step title="Save Changes">
    Changes apply immediately
  </Step>
</Steps>

<Warning>
  Changing your workspace slug will update your dashboard URLs. Update any bookmarks accordingly.
</Warning>

## Workspace Members

View all team members with access to this workspace. To manage members, go to **Settings > Users**.

<Card title="Manage Users" icon="users" href="/features/settings/users">
  Add or remove team members
</Card>
