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

# Teams

> Manage teams, invite members, and control access.

Teams are the organizational unit in InstaPods. Pods and billing are scoped to teams, not individual users.

## Your Teams

Navigate to **Teams** in the sidebar to see all teams you belong to. Every user has at least one team created at signup.

## Creating a Team

1. Go to the **Teams** page
2. Click **Create Team**
3. Enter a team name
4. Your new team is created and you become its owner

## Inviting Members

1. Go to your team's detail page
2. Click **Invite Member**
3. Enter the email address of the person you want to invite
4. They'll receive an email invitation with a link to join

Invitations can be managed (viewed and deleted) from the team detail page.

## Team Switching

If you belong to multiple teams, switch between them using the team switcher in the sidebar. The dashboard, pods, and billing all reflect the currently active team.

You can also switch via the CLI:

```bash theme={null}
# Teams are managed through the dashboard
# The CLI uses the team associated with your session
```

## Team Roles

| Role       | Permissions                                       |
| ---------- | ------------------------------------------------- |
| **Owner**  | Full access, manage members, billing, delete team |
| **Member** | Manage pods, view billing                         |

## Deleting a Team

Only the team owner can delete a team. All pods within the team must be deleted first.

<Warning>
  Deleting a team cancels the associated subscription and removes all member access.
</Warning>
