# Orders

The Orders page of your admin view gives you quick access to all of the orders your customers have purchased from you.&#x20;

### **View an Order**

To view a single order click **View** in the order list, which will take you to a details screen for that specific order.&#x20;

From this detail screen you can see the specific details, such as transaction information, what the customer purchased, the associated customer or guest email, and access to the Receipt.&#x20;

### Edit an Order

To modify a Order click the three dots next to View to bring up the Actions dropdown and then choose **Edit:**

![Edit a customer through the Actions dropdown.](/files/-LdKAQ07RXcYlVCGQKY7)

From here you may modify the associated customer or change the guest email on the order.

### Delete an Order

You may remove an order from the Actions dropdown in the index view by clicking **Destroy** or by pressing the **Delete Order** button on the single order view. Clicking either of these will present with you a confirmation prompt, preventing accidental deletions.&#x20;

{% hint style="danger" %}
Deleting an order is **irreversible!** Please be absolutely sure this is what you want to do before proceeding.
{% endhint %}

### Refunding Orders

Orders can be refunded by viewing the order in admin, and clicking the blue "refund" button at the top right.

![](/files/-Mf8FmN-zl6bXMcgLpBq)

Once presented with the form you can choose the amount to refund, add any notes, and additionally revoke access for any of the items within the order.

![](/files/-Mf8Fy33bSGSdpSsgQGo)

Once an order item access is revoked the customer will no longer have access to this product, and a label will appear as such after you've processed the refund.

![](/files/-Mf8G6eUL-Ogc0rbNfoO)


---

# 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.mavenseed.com/admin/orders.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.
