# Editor

O editor de temas é feito na estrutura HTML, podendo utilizar CSS, Javascript, entre outros e toda sua estrutura deve estar no arquivo **`settings.html`**. Veremos mais a seguir.

Sua exibição e componentes varia de acordo com o desejo e necessidade de cada loja.

<figure><img src="/files/TXYXHZ0jlpLVUdjjRkkH" alt=""><figcaption><p><strong>Exemplo do editor utilizado no tema Padrão 2.0</strong></p></figcaption></figure>

Para que seja habilitada a opção **Editar Tema** é necessária a existência de dois arquivos na pasta **`configs`** são eles:

* [S](/themes/construindo-seu-template/editor-do-tema/editor/settings.html.md)[ettings.html](/themes/construindo-seu-template/editor-do-tema/editor/settings.html.md)
* [Settings.json](/themes/construindo-seu-template/editor-do-tema/settings-json.md)


---

# 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/editor-do-tema/editor.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.
