> For the complete documentation index, see [llms.txt](https://docs.steadybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.steadybit.com/install-and-configure/manage-teams-and-users/permissions.md).

# Permissions

The roles in Steadybit are associated with permissions, which cannot be altered. See the table for the permissions:

## Install and Configure

| Permission/Role                                                              | Admin | Team Owner | Team Member | Any Authenticated User |
| ---------------------------------------------------------------------------- | ----- | ---------- | ----------- | ---------------------- |
| [Manage teams](/install-and-configure/manage-teams-and-users/teams.md)       | ✅[^1] | ☑️[^2]     | ❌           | ❌                      |
| [Manage users](/install-and-configure/manage-teams-and-users/users.md)       | ✅[^1] | ❌          | ❌           | ❌                      |
| [Add agents](/install-and-configure/install-agent.md)                        | ✅     | ❌          | ❌           | ❌                      |
| [Manage environments](/install-and-configure/manage-environments.md)         | ✅     | ❌          | ❌           | ❌                      |
| [View audit log](/integrate-with-steadybit/audit-log.md)                     | ✅     | ❌          | ❌           | ❌                      |
| [Database export](/troubleshooting/troubleshooting.md#database-export)       | ✅[^3] | ❌          | ❌           | ❌                      |
| [Manage access tokens](/integrate-with-steadybit/api.md#access-tokens)       | ✅     | ✅          | ❌           | ❌                      |
| [Manage integrations](/integrate-with-steadybit/integrate-with-steadybit.md) | ✅     | ✅          | ❌           | ❌                      |

## Prepare Rollout of Chaos Engineering

| Permission/Role                                                                      | Admin | Team Owner | Team Member | Any Authenticated User |
| ------------------------------------------------------------------------------------ | ----- | ---------- | ----------- | ---------------------- |
| [Manage services](/use-steadybit/services.md)                                        | ✅     | ✅          | ❌           | ❌                      |
| [Manage service profiles](/install-and-configure/manage-service-profiles.md)         | ✅     | ❌          | ❌           | ❌                      |
| [Manage experiment templates](/install-and-configure/manage-experiment-templates.md) | ✅     | ❌          | ❌           | ❌                      |
| [Manage properties](/install-and-configure/manage-properties.md)                     | ✅     | ❌          | ❌           | ❌                      |
| [Manage hubs](/integrate-with-steadybit/hubs.md)                                     | ✅     | ❌          | ❌           | ❌                      |

## Doing Chaos Engineering

| Permission/Role                                                                                                             | Admin | Team Owner | Team Member | Shared-with Team Member[^4] | Any Authenticated User |
| --------------------------------------------------------------------------------------------------------------------------- | ----- | ---------- | ----------- | --------------------------- | ---------------------- |
| [Work within services](/use-steadybit/services.md)                                                                          | ✅     | ✅          | ❌           | ❌                           | ❌                      |
| [Design experiments](/use-steadybit/experiments/design.md)                                                                  | ✅     | ✅          | ✅           | ❌                           | ❌                      |
| [Share Experiment](https://github.com/steadybit/docs-public/blob/main/use-steadybit/experiments/share-experiment/README.md) | ✅     | ✅          | ❌           | ❌                           | ❌                      |
| [Run](/use-steadybit/experiments/run.md), and [schedule experiments](/use-steadybit/experiments/schedule.md)                | ✅     | ✅          | ✅           | ✅                           | ❌                      |
| [Capture properties](/use-steadybit/experiments/properties.md)                                                              | ✅     | ✅          | ✅           | ☑️[^5]                      | ❌                      |
| [View experiments](/use-steadybit/experiments.md)                                                                           | ✅     | ✅          | ✅           | ✅                           | ✅                      |
| [Stop experiments](/use-steadybit/experiments.md)                                                                           | ✅     | ✅          | ✅           | ✅                           | ✅                      |
| Stop all experiments via [emergency stop](/use-steadybit/experiments/emergencystop.md)                                      | ✅     | ✅          | ✅           | ✅                           | ✅                      |

[^1]: Unless synced via [LDAP](/install-and-configure/install-on-prem-platform/ldap-integration.md)

[^2]: Team owners can [add/delete team members](/install-and-configure/manage-teams-and-users/teams.md#managing-team-members) and [delete teams](/install-and-configure/manage-teams-and-users/teams.md)

[^3]: Unless [disabled via configuration](/install-and-configure/install-on-prem-platform/advanced-configuration.md)

[^4]: A member of a team that an experiment has been [shared with](https://github.com/steadybit/docs-public/blob/main/use-steadybit/experiments/share-experiment/README.md)

[^5]: Properties for a run can be edited by shared-with team member; Properties for the design not
