# Roles

In the Digital River Dashboard, roles define the level of access and permissions granted to users. By assigning specific roles, you can control which features and functionalities each user can access, ensuring they have the necessary permissions to perform their tasks effectively. Below, we outline the available roles and their respective access rights within the Digital River system.

* **Administrator**: Enables complete access.
* **User manager**: Enables management of [user accounts and roles](/digital-river-api/administration/dashboard/settings/users-and-roles.md).
* **Developer**: Enables access to [API keys](/digital-river-api/administration/dashboard/developers/api-keys.md), [webhooks](/digital-river-api/administration/dashboard/developers/webhooks.md), [API logs](/digital-river-api/administration/dashboard/developers/api-logs.md), and [event logs](/digital-river-api/administration/dashboard/developers/event-logs.md).
* **Customer service**: Enables [management of orders, returns, and refunds](/digital-river-api/administration/dashboard/order-management/orders.md), including checkouts, subscriptions, Prebuilt Checkout sessions and links, and customers and products associated with Prebuilt Checkout links.
* **Finance Manager**: Enables management of finance and order screens.<br>


---

# 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.digitalriver.com/digital-river-api/administration/dashboard/settings/users-and-roles/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.
