> For the complete documentation index, see [llms.txt](https://manuais.sete.digital/pagina-inicial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuais.sete.digital/pagina-inicial/colecao-maxxy/painel-do-tema/layout/categorias-e-busca.md).

# Categorias e busca

Esse grupo permite configurar a exibição de alguns elementos tanto nas páginas de categorias quanto na página de resultados da busca.

**Exibir filtro lateral**: habilita ou desabilita a barra lateral com os filtros disponíveis.

**Exibir filtros fechados**: caso sua loja tenha muitas opções dentro dos filtros pode ser que a página fique muito extensa. Habilitando essa opção os filtro virão fechados e o cliente poderá clicar para expandir e visualizar as opções.

**Exibir quantidade nos itens do filtro**: caso habilitado cada opção do filtro irá mostrar a quantidade de produtos que serão exibidos pelo filtro.

**Como deseja aplicar o filtro?**: altera como os filtros serão aplicados. Você poderá configurar de duas maneiras:

* **Aplicar filtros ao selecionar um item**: nessa opção quando o cliente clicar sobre uma opção do filtro ele será aplicado automaticamente e a página será recarregada com os produtos relativos ao filtro.
* **Aplicar filtro ao clicar no botão filtrar**: os filtros selecionados somente serão aplicados quando o cliente clicar no botão filtrar localizado no fim da barra lateral de filtros.


---

# 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://manuais.sete.digital/pagina-inicial/colecao-maxxy/painel-do-tema/layout/categorias-e-busca.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.
