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

# Workspaces

> Learn how Workspaces on Replit organize your projects, teammates, settings, and billing — and when to use a Personal Workspace versus a Team Workspace.

## What is a Workspace?

A Workspace is a collaborative space on Replit that brings together your projects, teammates, settings, and billing. Every Replit account has a Personal Workspace for your own projects, and paid plans let you create Team Workspaces for shared projects.

| Feature          | Personal Workspace                       | Team Workspace                                      |
| ---------------- | ---------------------------------------- | --------------------------------------------------- |
| **Best for**     | Solo work or sharing individual projects | Teams, startups, classrooms, and client projects    |
| **Access model** | You invite guests to individual projects | Members get access to all projects in the Workspace |
| **Billing**      | Your account                             | Pooled credits from the admin's account on Pro      |

## Personal Workspace

Your Personal Workspace is where your own projects live. You're the sole admin. Other people can access specific projects when you invite them as project-level guests, but they don't get broad access to everything in the Workspace.

## Team Workspaces

Team Workspaces let a group collaborate across multiple projects. Members get access to all projects in the Workspace, so you don't have to invite them one by one. The admin manages billing and settings centrally.

See [Team workspaces](/core-concepts/workspaces/team-workspaces) for setup instructions, member management, and availability details.

## Next steps

<CardGroup cols={2}>
  <Card title="Team workspaces" icon="users" href="/core-concepts/workspaces/team-workspaces">
    Create a Team Workspace, invite members, and manage access.
  </Card>

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