> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/omnitron/orders/how-to-manage-cancellation-and-return-requests-in-omnitron.md).

# How to Manage Cancellation and Return Requests in Omnitron?

This tutorial provides step-by-step instructions for managing Cancellation/Return Requests in Omnitron.

## <mark style="color:red;">Step 1: Access to Omnitron​</mark> <a href="#step-1-access-to-omnitron" id="step-1-access-to-omnitron"></a>

* Get access to the Omnitron panel.
* Enter your Username and Password, and then click the **Sign In** button.\
  ![](/files/FQgto2ESMuyyETj02bTx)

## <mark style="color:red;">Step 2: Navigate to Cancellation/Return Requests Page​</mark> <a href="#step-2-navigate-to-cancellationreturn-requests-page" id="step-2-navigate-to-cancellationreturn-requests-page"></a>

* Follow the **Orders** sidebar and click the **Cancellation/Return Requests** page.<br>

  <figure><img src="/files/gcbwvlnY7q9XBahYW1rt" alt=""><figcaption></figcaption></figure>
* On the Cancellation/Return Requests page, the filter panel and the list of existing cancellation or return request lists are displayed.
* Users have the option to select the specific orders and perform the **Export to Excel with Selected Items** and **Export to CSV with Selected Items** actions.
* Cancellation/refund request list can be downloaded in XLS format through the **Download** button.<br>

  <figure><img src="/files/9eGElbTlqlMLBJ4PvCoY" alt=""><figcaption></figcaption></figure>
* To navigate to the Order Detail page, click on one of the selected Cancellation/Return Requests.<br>

  <figure><img src="/files/1t5kMT9mtx4i0E3V3fsb" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akinon.com/tutorials/omnitron/orders/how-to-manage-cancellation-and-return-requests-in-omnitron.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
