# Close/Re-open an Order

To close an order for any reason:

1. Login to your freewebstore control panel.
2. Go to **Orders > List All Orders.**
3. **View** the order you wish to close.
4. On the right of your screen will be a number of panels. Locate the panel labeled **Order \[ORDER NO]**.
5. You will notice that in this panel is a green button with the text [**Open** ](/orders/your-orders/order-status-information.md#open-orders)inside, click/hover this button and select [**Close**](/orders/your-orders/order-status-information.md#closed-orders)**.**
6. **Save.**

In order to re-open a previously closed order, simply follow the instructions above, but this time the button will be black with the text [**Closed**](/orders/your-orders/order-status-information.md#closed-orders). Simply click/hover the button and select [**Open** ](/orders/your-orders/order-status-information.md#open-orders)this will re-open the order.


---

# 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/close-re-open-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.
