# Account access

The account and role assigned to you determine your access to the Digital River Dashboard. Different roles have distinct permissions; your roles may differ if you hold multiple accounts. These assigned roles also dictate the initial page you see upon signing in.

## Initial page

Your user role for the selected account defines your landing page as follows:

| User Role                   | Landing Page                                                                                                    |
| --------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Administrator and Developer | [API keys](https://dashboard.digitalriver.com/apikeys) page                                                     |
| Customer Service            | [Orders ](https://docs.digitalriver.com/digital-river-api/administration/dashboard/order-management/orders)page |
| User Manager                | [Users and roles](https://dashboard.digitalriver.com/users) page                                                |
| Finance Manager             | [Payouts](https://dashboard.digitalriver.com/payouts) page                                                      |

For more information about roles, see [Users and roles](https://docs.digitalriver.com/digital-river-api/administration/dashboard/settings/users-and-roles).


---

# 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/account/account-access.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.
