> For the complete documentation index, see [llms.txt](https://ajuda.toplojas.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.toplojas.com.br/produtos/ordenacao-personalizada-de-produtos.md).

# Ordenação Personalizada de Produtos

Por padrão, o sistema ordena os produtos por "**Ordem de Cadastro + Produtos com estoque primeiro**", porem, podemos *customizar a ordem de cada produto* através de uma configuração especial disponível no sistema.

### Ativando Ordenação Personalizada

Para isto, clique em "**Sistema -> Configurações Gerais -> Controle**":

![](/files/-MZoiIkC5lwdcTJqmUOS)

Localizei a configuração "**Utilizar Ordem Personalizada?**" e marque "**Sim**":

![](/files/-MZoiKtDfPe7Uix7bbpQ)

Clique em "**Salvar**" no final da Janela:

![](/files/-MZoiN4J6xGGcWW-Z6sE)

Neste momento, a loja ira ordenar os produtos por ordem **MANUAL**, onde em ***cada produto*** iremos definir sua ordenação.

### Configurando a Ordem de cada Produto

Clique em "**Produtos -> Listagem de Produtos**":

![](/files/-MZoiOmtgv5G7fGXlJAc)

Note que agora existe uma nova coluna chamada "**Ordem**":

![](/files/-MZoiQnVwykWLKA0syjE)

Preencha a Ordem desejada e clique em "**OK**":<br>

![](/files/-MZoiSecv0MJC1a8m2QI)

{% hint style="info" %}
A ordenação começa por **0 (zero)**, com isto, caso tenha produtos com a ordem zero estes departamentos serão exibidos primeiro
{% endhint %}

{% hint style="warning" %}
**ATENÇÃO:**\
\
Apenas ative esta ordenação caso for realmente utiliza.

Ativar a ordenação personalizada e não preencher a ordem nos produtos pode afetar a paginação de produtos na loja.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ajuda.toplojas.com.br/produtos/ordenacao-personalizada-de-produtos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
