# Dashboard Roles

The Thryve Dashboard supports role-based access control to protect your production environment while enabling team collaboration. Access is managed through three roles: **admin, developer, and data analyst.**

## Available roles

### Admin

* Full access to all configuration and data in both staging and production environments

### Developer (staging only access)

* Access to configuration and data in staging environment only
* No access to production data or configuration changes

### Data Analyst (data only access)

* Can view and request data in both staging and production environments
* Cannot modify any configuration settings

## Role Permissions Breakdown

### Service Configurations

Applies to webhooks, data sources, and data types configuration pages

| Area                      | Action             | Admin | Developer | Data Analyst |
| ------------------------- | ------------------ | ----- | --------- | ------------ |
| **Staging App**           | View configuration | ✅     | ✅         | ✅            |
|                           | Edit configuration | ✅     | ✅         | ❌            |
| **Live App (Production)** | View configuration | ✅     | ✅         | ✅            |
|                           | Edit configuration | ✅     | ❌         | ❌            |

### Health Data Access

Applies to Review Users and Analyze User Data pages

| Area                      | Action              | Admin | Developer | Data Analyst |
| ------------------------- | ------------------- | ----- | --------- | ------------ |
| **Staging data**          | Request & view data | ✅     | ✅         | ✅            |
| **Live App (Production)** | Request & view data | ✅     | ❌         | ✅            |

{% hint style="info" %}
The first dashboard account automatically receives the admin role. For adding additional users with specific roles, please contact Thryve Support.
{% endhint %}


---

# 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.thryve.health/getting-started/use-the-thryve-dashboard/dashboard-roles.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.
