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

# Introduction to Team Management in ChatSyncs

> How multiple people can share one ChatSyncs account safely, each with their own login and their own limits on what they can do.

**Team Management** is how more than one person works inside a single ChatSyncs account — each
with their own login, and each limited to only what their job needs.

It has two parts, and they work together:

* **Team Roles** — a permission package that decides *what* a person is allowed to do. Built in
  [How to Set Up User Roles and Permissions](/learn/chatsyncs-team-management/set-up-user-roles-and-permissions-in-chatsyncs).
* **Team Members** — the actual people, each given a login and assigned one Team Role. Built in
  [How to Add and Manage Team Members](/learn/chatsyncs-team-management/add-and-manage-team-members-in-chatsyncs).

**Example:** A clothing store creates two roles first — **Customer Support** (Live Chat and
Subscribers only) and **Marketing** (Broadcast and Templates only). Then it creates two team
members: Priya gets the Customer Support role, Arjun gets the Marketing role. Both log in with
their own email and password, but Priya only sees Live Chat and Subscribers, while Arjun only
sees Broadcast and Templates.

<Frame>
  <img src="https://mintcdn.com/chatsyncs/HNsP4MLygnS_qtAH/images/learn/manage-team-members/step-01-user-manager-list.png?fit=max&auto=format&n=HNsP4MLygnS_qtAH&q=85&s=6d25723b32c051d2dc07805e225e1853" alt="Team member list in User Manager" width="1254" height="528" data-path="images/learn/manage-team-members/step-01-user-manager-list.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="How to Set Up User Roles and Permissions" icon="user-lock" href="/learn/chatsyncs-team-management/set-up-user-roles-and-permissions-in-chatsyncs">
    Define what each role is allowed to do, feature by feature.
  </Card>

  <Card title="How to Add and Manage Team Members" icon="users-gear" href="/learn/chatsyncs-team-management/add-and-manage-team-members-in-chatsyncs">
    Create the actual people, and assign each one a role.
  </Card>
</CardGroup>

## Do this in order

<Steps>
  <Step title="Create the Team Role first">
    Go to [How to Set Up User Roles and Permissions](/learn/chatsyncs-team-management/set-up-user-roles-and-permissions-in-chatsyncs) and define what it
    can access — e.g. `Admin`, `Customer Support`, `Marketing`.
  </Step>

  <Step title="Then create the team member">
    Go to [How to Add and Manage Team Members](/learn/chatsyncs-team-management/add-and-manage-team-members-in-chatsyncs), fill in their
    details, and assign the role you just created.
  </Step>

  <Step title="Share their login">
    Give the employee their email and password. They'll only see the modules their assigned
    role allows.
  </Step>
</Steps>

<Tip>
  Create the role before the team member — a role has to already exist to be assigned during
  team member creation.
</Tip>

## Frequently asked

<AccordionGroup>
  <Accordion title="What's the difference between a Team Role and a Team Member?">
    A **Team Role** is a permission package — the rules. A **Team Member** is an actual person
    with a login, assigned one of those roles.
  </Accordion>

  <Accordion title="Do I need to create a role before adding a team member?">
    Yes — roles are assigned at the moment a team member is created, so the role needs to exist
    first.
  </Accordion>

  <Accordion title="Can two team members share the same role?">
    Yes — as many team members as needed can be assigned the same Team Role, e.g. three support
    agents all on the Customer Support role.
  </Accordion>

  <Accordion title="Where do I remove someone's access?">
    In [How to Add and Manage Team Members](/learn/chatsyncs-team-management/add-and-manage-team-members-in-chatsyncs) — either delete their
    account or set their status to disabled to revoke access while keeping their history.
  </Accordion>
</AccordionGroup>
