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

# Teammates

> Invite teammates to collaborate. Member, Admin, Owner roles. Multi-agent for parallel work.

Invite teammates to your organization so they can collaborate on apps.

<div className="screenshot ocean">
  <img src="https://mintcdn.com/zeus-0f6dadbf/K8_RCaEW__ZwN5hW/images/org/teammates.png?fit=max&auto=format&n=K8_RCaEW__ZwN5hW&q=85&s=5585a9d5eebbed61957ff74ed9e54785" alt="Teammates management" width="2394" height="1078" data-path="images/org/teammates.png" />
</div>

### How do I invite a teammate?

1. Go to **Organization → Teammates**
2. Enter their email address
3. Choose a role
4. Click **Send Invite**

They'll receive an email to join your organization.

### How do teammates collaborate on the same app?

<Card title="Multi-agent" icon="rocket" horizontal href="/ai/multi-agent" arrow>
  Collaborate on the same app by running multiple agents at the same time
</Card>

### What roles are available?

<div className="screenshot mint">
  <img src="https://mintcdn.com/zeus-0f6dadbf/K8_RCaEW__ZwN5hW/images/org/teammates-roles.png?fit=max&auto=format&n=K8_RCaEW__ZwN5hW&q=85&s=0fb0634b49e8fbe6d45f0cf2ddfdbe0d" alt="Teammate roles" style={{ maxWidth: "350px" }} width="564" height="400" data-path="images/org/teammates-roles.png" />
</div>

| Role   | Can do                                       |
| ------ | -------------------------------------------- |
| Member | View and edit apps                           |
| Admin  | Everything + manage team + billing           |
| Owner  | Everything + transfer or delete organization |

### How do I remove a teammate?

1. Find the teammate in the list
2. Click the menu (...)
3. Select **Remove**

They lose access immediately.

### How many teammates can I have?

Free plans are limited to 1 teammate. Pro and Business plans can currently have unlimited.

### Additional FAQ

<AccordionGroup>
  <Accordion title="Can teammates have different permissions per app?">
    Currently, roles apply across all apps in the organization. Per-app permissions are on the roadmap.
  </Accordion>

  <Accordion title="What happens to pending invites?">
    Pending invites appear in the Teammates section. You can cancel them if needed.
  </Accordion>

  <Accordion title="Can a teammate be in multiple organizations?">
    Yes. Users can belong to multiple organizations and switch between them using the organization switcher.
  </Accordion>
</AccordionGroup>
