# Order management

The Order management section allows administrators and developers to handle customer orders efficiently. This section lets you view detailed orders, manage returns and refunds, streamline the checkout process, and access comprehensive order timelines.

You'll need the Administrator or Developer role to access the Order management section.

| Feature                                                                                                            | Description                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Orders](/digital-river-api/administration/dashboard/order-management/orders.md)                                   | The Orders list displays all [orders](https://docs.digitalriver.com/digital-river-api-reference/2020-12-17/orders). You can view order details, manage returns and refunds, and view an order's timeline. |
| [Checkouts](/digital-river-api/administration/dashboard/order-management/checkouts.md)                             | The Checkouts list displays all [checkouts](https://docs.digitalriver.com/digital-river-api-reference/2021-12-13/checkouts). You can use it to view order details.                                        |
| [Prebuilt Checkout links](/digital-river-api/administration/dashboard/order-management/prebuilt-checkout-links.md) | Prebuilt Checkout links streamline the checkout process for administrators and customer service representatives.                                                                                          |


---

# 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/order-management.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.
