# Key features

## All-in-one API administrative tool

Digital River Dashboard is an administrative tool for testing, managing, and monitoring a Digital River API integration. Users may administer API keys, set up webhooks, view order data, and view financial reports in one easy-to-use interface.

## Test accounts

You can use a test account to test an integration without affecting Digital River data. A test account allows you to access and test the [Dashboard ](https://dashboard.digitalriver.com/login)and Digital River API.

Want to test the Digital River API? [Create a free test account](https://dashboard.digitalriver.com/signup). For more information, see the [Getting started guide](/digital-river-api/quick-start-guide.md).

## Test and production environments

The Digital River Dashboard provides common workflows for reports, integration tools, and settings that you can use to manage your business. You can use the Test / Production toggle to view data from either the test or production environment. Digital River uses unique API keys to distinguish between the test and production environments. Only paid accounts can use the production environment.

## Reporting

You can create reports for payouts, sales summaries, and sales summary details from the [Finance ](/digital-river-api/administration/dashboard/finance.md)section. The Filter feature allows you to set the parameters for your report. After creating the report, export it to CSV or JSON.

{% hint style="info" %}
**Example**: You can create a payouts report for January and then export that report as a CSV or JSON file.
{% endhint %}

## Orders

The [Order management](/digital-river-api/administration/dashboard/order-management.md) section allows you to manage your customers' orders. The [Orders ](/digital-river-api/administration/dashboard/order-management/orders.md)page lets you view order details, manage returns and refunds, and view an order's timeline. The [Checkouts ](/digital-river-api/administration/dashboard/order-management/checkouts.md)page displays all checkouts and allows you to view order details.

## Integration

You can manage your integration with the Digital River API from the [Developers ](/digital-river-api/administration/dashboard/developers.md)section. The Developers section provides the following integration tools:

* [API keys](/digital-river-api/administration/dashboard/developers/api-keys.md)–You can view your API keys. You can also manage restricted keys for specific resource types and assign the appropriate permissions for those resource types.
* [Webhooks](/digital-river-api/administration/dashboard/developers/webhooks.md)–You can create and manage your webhooks.
* [API logs](/digital-river-api/administration/dashboard/developers/api-logs.md) and [Event logs](/digital-river-api/administration/dashboard/developers/event-logs.md)–These logs provide the means to monitor the performance and health of your integration.

## Settings

You can manage users and roles associated with your account from [Settings](/digital-river-api/administration/dashboard/settings.md).


---

# 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/key-features.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.
