# Refund an Order

For whatever reason, you may need to refund the cost of an order to your customer, to do this:

1. Login to your freewebstore control panel.
2. Go to **Orders > List All Orders.**
3. Locate and **View** the order you wish to refund.
4. On the right of your screen will be a number of panels. Locate the panel labeled **Actions.**
5. Within the **Actions** panel, you will find an action that says "**Refund Order",** click this action.
6. A little window will then appear allowing you to choose how much you would like to refund your customer and allow you to add a message to your customer.&#x20;
7. Once you are happy with how much you are refunding and your PayPal reference message (if you write one), click **Refund.**

{% hint style="info" %}
&#x20;If the payment was made via PayPal, the refund button will appear in the PayPal panel located above the actions panel.
{% endhint %}


---

# 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://help.freewebstore.com/orders/your-orders/refund-an-order.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.
