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

# Team Workspaces

> Organize projects and members into focused team workspaces

# Team Workspaces

Team workspaces let you group projects and members into focused units within your organization — like departments, squads, or product areas.

<Tip>
  For a visual guide on how workspaces, projects, and portfolio view fit together, see [Organizing Work](/user-guide/organizing-work).
</Tip>

<Note>
  Team Workspaces require the **Team Collaboration** feature flag to be enabled. Available on Pro plans and above.
</Note>

## Creating a Workspace

1. Go to **Teams** (`/admin/teams`)
2. Click **Create Team**
3. Enter a name, optional description, and choose a color
4. The workspace is created and ready for members

## Workspace Features

### Members

Add existing organization members to a workspace. Each workspace shows:

* Member count
* Associated projects
* Creation date

### Projects

Projects can be associated with a workspace, making it easy to see all work for a specific team or product area.

### Archive

Workspaces that are no longer active can be archived:

* Archived workspaces are hidden by default
* Use the **Include Archived** toggle to view them
* Archived workspaces retain all their data and can be restored

## Workspace Detail Page

Click on a workspace to see its detail page (`/admin/teams/[teamId]`):

* View and manage workspace members
* See all associated projects
* Edit workspace name, description, and color
* Archive or delete the workspace

## Permissions

| Action             | Owner | Admin | Member | Viewer |
| ------------------ | ----- | ----- | ------ | ------ |
| Create workspace   | Yes   | Yes   | No     | No     |
| Edit workspace     | Yes   | Yes   | No     | No     |
| Add/remove members | Yes   | Yes   | No     | No     |
| View workspace     | Yes   | Yes   | Yes    | Yes    |
| Archive workspace  | Yes   | Yes   | No     | No     |
| Delete workspace   | Yes   | Yes   | No     | No     |
