# Arquivo de configuração

Quando seu ambiente de desenvolvimento estiver sincronizado com um determinado tema na plataforma, você verá na pasta do tema no seu computador o arquivo ***config.json**.*

{% hint style="info" %}
*Para saber como configurar um tema acesse o link:* [*configure*](broken://pages/ZtOhRIXKo8PAGAB5BXDe#configure)
{% endhint %}

### *Conteúdo do `config.json​`*

O conteúdo do arquivo se parecerá com o código abaixo, mas com as informações da sua loja e do tema sincronizado.

<pre class="language-json"><code class="lang-json">{   
   "token": "1234|xp97sE3215t3st3s12343x3mp55",
<strong>   "theme_id": "123456",
</strong>   "preview_url": "https://demo.commercesuite.com.br/loja/loja.php?loja=12345&#x26;opencode_theme=123a4567",
   "debug": false
}
</code></pre>

### Informações e Cuidados com o arquivo

* Não modifique o conteúdo ou nome do arquivo para não perder a sincronização do seu ambiente de desenvolvimento com a plataforma.
* Este arquivo é localizado na pasta raiz do seu tema.
* O arquivo só existirá no seu computador, portanto não é visível na plataforma.
* No caso de perder o acesso das chaves inseridas no arquivo ou precisar modificar o id do tema, exclua o arquivo e faça uma nova configuração usando o comando **`tray configure`** no terminal.


---

# 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/arquivo-de-configuracao.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.
