# Flags

Existem algumas flags que podemos usar para testar funcionamentos específicos da loja. Abaixo veremos algumas e como utilizá-las.

Lembrando que as flags devem ser acrescentadas ao final da url.

Caso já possua algum parâmetro na url com o *`?`*, o mesmo deve ser acrescentado com o *`&`* ao invés do *`?`*

**Exemplos:**

[https://loja.commercesuite.com.br?layoutOff=1](https://loja.commercesuite.com.br/?layoutOff=1)

<https://loja.commercesuite.com.br/loja/busca.php?loja=XXXXXX&palavra_busca=produto&layoutOff=1>

<table><thead><tr><th width="219.23313076778408">Flags</th><th width="224">Uso</th><th width="297.74782229897437">Característica</th></tr></thead><tbody><tr><td><code>layoutOff</code></td><td><code>?layoutOff=1</code></td><td>Exibe a loja com o tema padrão da plataforma, sem nenhuma personalização</td></tr><tr><td><code>jsOff</code></td><td><code>?jsOff=1</code></td><td>Desativa os JS externos, deixando somente os da plataforma e do tema</td></tr><tr><td><code>coreWebVitals</code></td><td><code>?coreWebVitals=1</code></td><td>Habilita todas as otimizações para o Core Web Vitals já implementadas</td></tr><tr><td><code>fbConversionsDebug</code></td><td><code>?fbConversionsDebug=1</code></td><td>Exibe um debug com as informações do pixel e eventos enviados ao facebook</td></tr><tr><td><code>nocache</code></td><td><code>?nocache=1</code></td><td>Exibe a loja sem os caches da plataforma</td></tr><tr><td><code>?v=xxx</code></td><td><code>?v=123</code></td><td>Exibe a loja sem os caches da plataforma.<br>OBS: os números podem ser aleatórios e sem limite máximo</td></tr></tbody></table>


---

# 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://partners.tray.com.br/themes/construindo-seu-template/visao-geral/flags.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.
