# 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](https://docs.steadybit.com/install-and-configure/manage-teams-and-users/teams)       | ✅[^1] | ☑️[^2]     | ❌           | ❌                      |
| [Manage users](https://docs.steadybit.com/install-and-configure/manage-teams-and-users/users)       | ✅[^1] | ❌          | ❌           | ❌                      |
| [Add agents](https://docs.steadybit.com/install-and-configure/install-agent)                        | ✅     | ❌          | ❌           | ❌                      |
| [Manage environments](https://docs.steadybit.com/install-and-configure/manage-environments)         | ✅     | ❌          | ❌           | ❌                      |
| [View audit log](https://docs.steadybit.com/integrate-with-steadybit/audit-log)                     | ✅     | ❌          | ❌           | ❌                      |
| [Database export](https://docs.steadybit.com/troubleshooting/troubleshooting#database-export)       | ✅[^3] | ❌          | ❌           | ❌                      |
| [Manage access tokens](https://docs.steadybit.com/integrate-with-steadybit/api#access-tokens)       | ✅     | ✅          | ❌           | ❌                      |
| [Manage integrations](https://docs.steadybit.com/integrate-with-steadybit/integrate-with-steadybit) | ✅     | ✅          | ❌           | ❌                      |

## Prepare Rollout of Chaos Engineering

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

## Doing Chaos Engineering

| Permission/Role                                                                                                                                                                                                                   | Admin | Team Owner | Team Member | Any Authenticated User |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- | ---------- | ----------- | ---------------------- |
| [Work within services](https://docs.steadybit.com/use-steadybit/services)                                                                                                                                                         | ✅     | ✅          | ❌           | ❌                      |
| [Design](https://docs.steadybit.com/use-steadybit/experiments/design), [run](https://docs.steadybit.com/use-steadybit/experiments/run), and [schedule experiments](https://docs.steadybit.com/use-steadybit/experiments/schedule) | ✅     | ✅          | ✅           | ❌                      |
| [Capture properties](https://docs.steadybit.com/use-steadybit/experiments/properties)                                                                                                                                             | ✅     | ✅          | ✅           | ❌                      |
| [View experiments](https://docs.steadybit.com/use-steadybit/experiments)                                                                                                                                                          | ✅     | ✅          | ✅           | ✅                      |
| [Stop experiments](https://docs.steadybit.com/use-steadybit/experiments)                                                                                                                                                          | ✅     | ✅          | ✅           | ✅                      |
| Stop all experiments via [emergency stop](https://docs.steadybit.com/use-steadybit/experiments/emergencystop)                                                                                                                     | ✅     | ✅          | ✅           | ✅                      |

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

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.steadybit.com/install-and-configure/manage-teams-and-users/permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
