> For the complete documentation index, see [llms.txt](https://partners.tray.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partners.tray.com.br/themes/homologacao/requerimentos/compatibilidade-com-navegadores.md).

# Compatibilidade com navegadores

Todos os temas desenvolvidos precisam garantir a mesma experiencia para os lojistas e seus clientes independente do navegador utilizado, devendo suportar os maiores navegadores da atualidade.

#### Requerimentos para navegadores desktops <a href="#docs-internal-guid-415ef99a-7fff-bdbb-c9a9-2d33906d852d" id="docs-internal-guid-415ef99a-7fff-bdbb-c9a9-2d33906d852d"></a>

O layout, a experiência de navegação e as ações de compra do tema devem ser compatíveis com os seguintes navegadores e versões para computadores:

* Firefox - duas últimas grandes versões para PC e Mac;
* Chrome - duas últimas grandes versões para PC e Mac;
* Edge - duas últimas grandes versões para PC e Mac;
* Safari - duas últimas grandes versões para Mac.

#### Requerimentos para navegadores de dispositivos móveis <a href="#docs-internal-guid-78ac8f00-7fff-5f47-d6d8-debffd392411" id="docs-internal-guid-78ac8f00-7fff-5f47-d6d8-debffd392411"></a>

O layout, a experiência de navegação e as ações de compra do tema devem ser compatíveis com os seguintes navegadores e versões para dispositivos móveis:

* Mobile Safari - duas últimas grandes versões para iOS;
* Chrome Mobile - duas últimas grandes versões para Android e iOS.


---

# 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://partners.tray.com.br/themes/homologacao/requerimentos/compatibilidade-com-navegadores.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.
