# Handling reversals

- [Return basics](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/returns.md): Learn how to manage returns coordinated by Digital River and third-parties.
- [Digital River coordinated returns](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/returns/digital-river-coordinated-returns.md): Learn how to manage returns when Digital River is your designated fulfillment coordinator
- [Third party coordinated returns](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/returns/creating-a-return.md): Learn how notify Digital River of returns when you have a third-party fulfiller.
- [Refund basics](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/refunds.md): Learn the basics of issuing refunds
- [Issuing refunds](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/refunds/issuing-refunds.md): Learn how to use the Refunds API to issue full and partial refunds
- [Refunding asynchronous payment methods](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/refunds/handling-refunds-for-asynchronous-payment-methods.md): Learn how to refund transactions that use delayed payment methods
- [Disputes and chargebacks](https://docs.digitalriver.com/digital-river-api/order-management/returns-and-refunds-1/disputes-and-chargebacks.md): Learn about the order dispute and chargeback process


---

# 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/order-management/returns-and-refunds-1.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.
