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

# Create a team workspace

> Create a Team Workspace on Replit, invite members during setup, and manage who has access to your team's projects.

By the end, you'll have a team workspace with members who can collaborate across every project inside it.

A **team workspace** lets a regular group — a startup team, a class, or a client project — work across multiple projects together. Members get access to all projects in the workspace, so you don't invite them one by one. The admin manages billing and settings centrally.

<Note>
  If you're not sure whether a team workspace is the right fit, see [Personal & Team Workspaces](/references/collaboration/team-workspaces) for the difference between the two, when to use each, and plan availability.
</Note>

## Create a team workspace

<Frame>
  <video autoPlay muted loop playsInline>
    <source src="https://cdn.replit.com/sanity/create_new_team_workspace.mp4" type="video/mp4" />
  </video>
</Frame>

<Steps>
  <Step title="Open workspace switcher">
    In the home page, click your workspace name in the top-left corner.
  </Step>

  <Step title="Create a new workspace">
    Select **Create workspace** and choose a name for your team workspace.
  </Step>

  <Step title="Invite members">
    Enter one or more email addresses (comma-separated) in the invite field. Invitees receive an invitation and gain access to all projects in the workspace once they accept.
  </Step>
</Steps>

## Manage members

If you didn't invite members during setup, or need to add more later, go to **Settings** in your team workspace and invite members by email or Replit username.

<Frame>
  <video autoPlay muted loop playsInline>
    <source src="https://cdn.replit.com/sanity/add_team_to_workspace_compressed.mp4" type="video/mp4" />
  </video>
</Frame>

From the **Settings** page you can also:

* **Remove members** to revoke their access to all workspace projects.
* **Transfer apps** from personal workspaces into the team workspace — see [Transfer app to teams](/teams/identity-and-access-management/transfer-app-to-teams).

For advanced identity management, role-based access, and group permissions, see [Pro and Enterprise](/category/teams).

## Next steps

<CardGroup cols={2}>
  <Card title="Invite teammates" icon="user-plus" href="/build/invite-teammates">
    Invite people to a specific project and build together with Agent.
  </Card>

  <Card title="Personal & Team Workspaces" icon="users" href="/references/collaboration/team-workspaces">
    Understand the difference, choose the right type, and review plan availability.
  </Card>

  <Card title="Pro and Enterprise" icon="building" href="/category/teams">
    Enterprise features: SSO/SAML, groups, permissions, and audit logs.
  </Card>
</CardGroup>
