# Changing the next order number

There are many reasons why you may need to change your order numbers and where they start from. You might change it for organizational reasons such as putting the year before the order number (eg, 202201) so that you can locate all of the orders from that year easily.&#x20;

### How do I change the order number for my next order?

To change the order number for your next order:

1. Log in to your control panel.
2. Go to the **Orders > List All Orders** section.
3. Open the **Page View** dropdown found toward the top-right of your screen.
4. Right at the bottom of the panel that opens up is a section labeled **Next Order Number.** Here, you will see what your next order number currently is and a button underneath. Click the **Update** button.
5. A pop-up will appear, in this pop-up, you will notice a text field. Enter the required number you wish your next order to be.
6. When you are happy, click **Save.**

Your next order will then start at the number you have specified and saved and your orders will then be numbered sequentially, eg, 202201, 202202, 202203, etc.


---

# 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/changing-the-next-order-number.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.
