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

# Team members in Telemetry Pipeline

To add new team members to a project in Chronosphere Telemetry Pipeline, you can
[send email invitations](/ingest/pipeline/administer/team/invite-members)
or configure [single sign-on](/ingest/pipeline/administer/team/sso).

<Note>
  Teams and [roles](#roles) are managed at the project level. If you're part of multiple
  projects in Telemetry Pipeline, adding or configuring a team member in one project
  won't affect your other projects.
</Note>

## Roles

Telemetry Pipeline offers several role types, each with a different set of permissions
for reading, updating, creating, and deleting Telemetry Pipeline resources.
These resources include any pipelines, Core Instances, plugins, processing
rules, fleets, agents, and members associated with a project.

The following table shows the different permissions available to each role:

|        | Viewer                                     | Team                                       | Manager                                    | Admin                                      |
| ------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| Read   | <Icon icon="circle-check" color="green" /> | <Icon icon="circle-check" color="green" /> | <Icon icon="circle-check" color="green" /> | <Icon icon="circle-check" color="green" /> |
| Update | <Icon icon="ban" color="red" />            | <Icon icon="circle-check" color="green" /> | <Icon icon="circle-check" color="green" /> | <Icon icon="circle-check" color="green" /> |
| Create | <Icon icon="ban" color="red" />            | <Icon icon="ban" color="red" />            | <Icon icon="circle-check" color="green" /> | <Icon icon="circle-check" color="green" /> |
| Delete | <Icon icon="ban" color="red" />            | <Icon icon="ban" color="red" />            | <Icon icon="ban" color="red" />            | <Icon icon="circle-check" color="green" /> |
