> 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/painel-do-tema/minha-loja.md).

# Minha loja

Na aba ***Minha Loja***, você poderá ter acesso ao link que direciona para o local onde é feito o upload do logotipo de sua loja direto no painel da plataforma. Também nesta aba, é possível adicionar os links para suas redes sociais que serão exibidas na loja.&#x20;

<figure><img src="/files/NluSYpd5RT8vmAMYlnIw" alt=""><figcaption></figcaption></figure>

### Logo

Faça o upload da logo da sua empresa para exibição no tema. Recomendamos colocar uma imagem que tenha um bom contraste com o fundo, para que seja de fácil visualização.

{% hint style="info" %}
O tamanho recomendado para a logo é de 200x60 px e o tamanho não poderá ultrapassar 350kb.
{% endhint %}

{% hint style="danger" %}

### **Atenção!**

Não insira imagens que contenham espaço, letras maiúsculas, caracteres especiais ou hífen, pois esses caracteres fazem com que as imagens não sejam carregadas corretamente na plataforma. Caso tenha dúvida de como nomear sua logo, utilize [**esta ferramenta**](https://textedit.tools/slugify) para gerar um nome compatível com a plataforma.
{% endhint %}

### Redes Sociais

Neste grupo você poderá informar as redes sociais da sua loja. Caso não queira utilizar alguma das opções abaixo, basta deixar o campo sem preencher e ele não será exibido na loja. Lembre-se de colocar a URL completa do perfil na rede social, uma vez que o tema não realiza nenhum tipo de tratamento nesses dados. Exemplo: <mark style="color:blue;"><https://www.instagram.com/usuario></mark>

* **Facebook**
* **Twitter**
* **Instagram**
* **Youtube**
* **Linkedin**
* **Spotify**
* **Pinterest**


---

# 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/painel-do-tema/minha-loja.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.
