# Editor HTML

Use o Editor HTML para montar páginas com HTML próprio e inserir componentes prontos.

### Onde dá para editar HTML

Você só consegue editar o HTML em:

* **Home (`/`)**
* **Páginas novas** criadas em **Customizar layout**

Você **não** consegue editar o HTML de páginas já existentes do sistema. Nelas, use **JavaScript global** e **CSS global**.

### Como criar uma página e abrir o Editor HTML

{% stepper %}
{% step %}

### Abra o dashboard

Entre no dashboard da sua loja.
{% endstep %}

{% step %}

### Acesse “Customizar layout”

Clique em **Customizar layout** (ícone de pincel).
{% endstep %}

{% step %}

### Crie a página

Crie uma **nova página**. Depois, abra essa página para editar.
{% endstep %}

{% step %}

### Edite o HTML

Entre no **Editor HTML**. Cole seu HTML e/ou componentes.
{% endstep %}

{% step %}

### Salve e publique

Salve as alterações. Recarregue o site para validar.
{% endstep %}
{% endstepper %}

### Componentes prontos

Os componentes funcionam via `id` (você cola um `div` vazio).

Abrir lista completa: [Componentes](/docs/desenvolvedores/editor-html/componentes.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://ereemby.gitbook.io/docs/desenvolvedores/editor-html.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.
