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

# Team Collaboration

> Invite teammates to your organization and collaborate around shared production configs while keeping development environments private.

GoDizzy supports organizations with shared production access and private per-user development environments.

## Invite teammates

<Steps>
  <Step title="Open Team">
    Go to **Team** in the dashboard.
  </Step>

  <Step title="Enter email addresses">
    Add one or more teammate email addresses.
  </Step>

  <Step title="Send invitations">
    GoDizzy sends invitation emails. Existing members are not duplicated, and pending invites can be resent.
  </Step>
</Steps>

## Access model

* **Production** is shared with organization members.
* **Development** is private to its creator.
* There are currently no separate role tiers documented in the product code for standard shared-environment access.

<Note>
  Development isolation is one of the core safety properties in GoDizzy: teammates cannot see or edit one another's development environments.
</Note>

## Seat limits

The enforced seat limits in code are:

| Plan       | Seats                           |
| ---------- | ------------------------------- |
| Free       | 1                               |
| Pro        | 5                               |
| Enterprise | Contract / effectively high cap |

When an invite would exceed the seat limit, GoDizzy blocks it and prompts for an upgrade path.

## Useful collaboration patterns

<AccordionGroup>
  <Accordion title="Personal development, shared production">
    Build in your own development environment, then copy the collection into production when you want teammates or live traffic to use it.
  </Accordion>

  <Accordion title="Rollback after a bad shared change">
    Use version history on the affected production rule to revert safely without rebuilding the entire collection.
  </Accordion>
</AccordionGroup>
