# Developers

The Developers section allows you to view and manage API keys, webhooks, and logs. You'll need the Developer or Administrator role to access this section of the Digital River Dashboard.

| Feature                                                                            | Description                                                                                                                                                                                                                     |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [API keys](/digital-river-api/administration/dashboard/developers/api-keys.md)     | Your account provides separate keys for testing and for running live transactions. You can use these keys when sending API requests in either test or live mode. Resources in one mode cannot change resources in another mode. |
| [Webhooks](/digital-river-api/administration/dashboard/developers/webhooks.md)     | Digital River uses webhooks to notify your application (endpoint URL) when events occur. A webhook contains the event and timestamp for the event. You can use the Webhooks section to view, edit, create, and delete webhooks. |
| [API logs](/digital-river-api/administration/dashboard/developers/api-logs.md)     | The API logs display the API requests and responses showing the status, method, URL, message, and request time.                                                                                                                 |
| [Event logs](/digital-river-api/administration/dashboard/developers/event-logs.md) | The Event logs display the event type, event ID, and timestamp for the event.                                                                                                                                                   |


---

# 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/developers.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.
