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

# Team Configs

> How shared team configurations work.

Team configs work the same as personal configs, but they're shared across all team members.

## Pushing to a team

```bash theme={null}
lazy push --team my-team
lazy push --team my-team --tool cursor
```

Only **owners** and **admins** can push to team configs.

## Pulling from a team

```bash theme={null}
lazy pull --team my-team
lazy pull --team my-team --tool cursor
```

Any team member can pull team configs.

## Version history

Team configs on the **Team plan** keep up to **100 versions** per config. You can view the version history and rollback from the dashboard.

## Deleting team configs

Only **owners** and **admins** can delete team configs, from the dashboard or via the API.
