# Why are stock numbers sorted alphabetically rather than numerically?

Imonggo sorts product stock numbers alphabetically and not numerically, since it allows users to use a mix of alphabets and digits for the stock number. Thru the alphabetical sorting, you might see stock numbers sorted as 1, 10, 11, 12, 13, 2, etc.

If you are using numerical stock numbers and want them nicely sorted consecutively, you may add leading zeros to your stock number. For example, 001, 002, 003, 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://imonggo.gitbook.io/imonggo-help-center/frequently-asked-questions/why-are-stock-numbers-sorted-alphabetically-rather-than-numerically.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.
