> For the complete documentation index, see [llms.txt](https://docs.snarkify.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snarkify.io/serverless-gpu-proving/snakrify-cli/team-management.md).

# Team Management

## List teams

To view the teams available for interaction via Snarkify CLI, execute the command:

```
snarkify team list
```

This command displays all the teams you're a part of, with the current active team highlighted. This active team is where all services and tasks are created and queried.

## Switch team

To switch to a different team, use the command:

```
snarkify team switch
```

Upon running this, you'll be prompted to choose a new active team.
