> 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
