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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snarkify.io/serverless-gpu-proving/snakrify-cli/team-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
