> For the complete documentation index, see [llms.txt](https://manuais.starads.com.br/colecao-starter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuais.starads.com.br/colecao-starter/consideracoes-finais/ssl-certificado-de-seguranca.md).

# SSL - Certificado de Segurança

É necessário e de extrema importância que a sua loja possua o Certificado de Segurança SSL (Secure Socket Layer) no domínio principal de sua loja. Caso não conheça, segue um link de um artigo fornecido pela Tray referente a utilização de SSL: [**CERTIFICADO DE SEGURANÇA SSL - O QUE É? QUAIS BENEFÍCIOS?**](https://basedeconhecimento.tray.com.br/hc/pt-br/articles/6731630704027-Certificado-de-Seguran%C3%A7a-SSL-O-que-%C3%A9-Quais-benef%C3%ADcios-)

Se você não tem o SSL em sua loja, será necessário que o contrate, pois utilizamos tecnologias em nossos temas que necessitam para o seu pleno funcionamento da garantia de segurança que o certificado traz.

Além disso, no decorrer dos próximos meses, grandes navegadores como Google Chrome, Mozilla Firefox e Microsoft Edge começarão a bloquear páginas sem SSL, alertando a todos que tentarem acessar aquela página,que ela não é segura. Saiba mais sobre isso, clicando [**aqui**.](https://canaltech.com.br/navegadores/chrome-vai-adotar-https-como-padrao-no-acesso-a-sites-179657/)

A Tray já processa os pedidos em ambiente seguro com SSL, mesmo que o domínio personalizado não o possua. Repare que ao ir para a finalização do pedido, se o domínio da loja não possui SSL, o commercesuite.com.br é utilizado no lugar do domínio próprio. Isso garante que os dados de seus clientes trafeguem em um ambiente seguro.


---

# 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.starads.com.br/colecao-starter/consideracoes-finais/ssl-certificado-de-seguranca.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.
