# Returns

The **Returns** dashboard is where you can check all the returns that were created for the orders.

<figure><img src="/files/Du7GNUvSxwnZYOv5Yg1D" alt=""><figcaption></figcaption></figure>

### Returns list view

In the returns list view, you can check and filter the results by the available columns.

You can also change the default view by using the options available under the orchestration icon.

<div align="left"><img src="/files/FLMAtAm2uV1Mzjj8oVzX" alt=""></div>

{% hint style="info" %}
With the table orchestration, you can add custom columns to the list view, by adding **mixin** fields as columns.\
If you have already defined mixin schema for the entity, you'd be able to select the defined mixin fields to display them in the main view.

See example how to do it in the [Displaying mixins in entity list view](/ce/management-dashboard/settings/mixin-schemas.md#displaying-mixins-in-entity-list-view) documentation.
{% endhint %}

### Returns details

When you open a specific return view, you can check the details of a submitted return request.

<figure><img src="/files/WiEmT56LJR8NMEoq1w7I" alt=""><figcaption></figcaption></figure>

For each return, you can check the reason code with return details, created date, return expiry date, status of the return and the name of the person who submitted the return.

Whenever you work on the return, you can change the status to:

* **Pending**
* **Approved**
* **Rejected**
* **Closed**
* **Reviewed**


---

# 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://developer.emporix.io/ce/management-dashboard/orders-module/returns.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.
