> For the complete documentation index, see [llms.txt](https://ajuda.zdg.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.zdg.com.br/configuracao-superadmin/configuracoes.md).

# Configurações Superadmin

A seção de **Configurações** reúne os ajustes globais da instância feitos pelo Superadministrador: a identidade visual da plataforma, o servidor de e-mail para envios transacionais e o sistema de notificações internas para os usuários.

<figure><img src="/files/B1RzPD04BJ74Y8w74CTQ" alt="" width="375"><figcaption></figcaption></figure>

***

### [Customizar (White Label)](/configuracao-superadmin/configuracoes/customizar-white-label.md)

Personalização completa da identidade visual da plataforma. Permite aplicar logotipo, cores e nome de marca próprios em toda a interface — transformando o Z-PRO em um produto com a identidade do assinante ou revendedor. Os tenants (clientes) visualizarão apenas a marca definida aqui.

***

### [E-mail — SMTP](/configuracao-superadmin/configuracoes/e-mail-smtp-do-tenant.md)

Configuração do servidor de e-mail utilizado pela plataforma para envios transacionais automáticos. Necessário para que os usuários consigam recuperar a própria senha pelo sistema. Sem esta configuração, o fluxo de redefinição de senha não funcionará.

***

### [Notificações Internas](/configuracao-superadmin/configuracoes/notificacoes-internas.md)

Central de comunicados do Superadministrador para todos os usuários da plataforma. Permite enviar avisos, alertas e mensagens em tempo real, com monitoramento de entrega e leitura por usuário.


---

# 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://ajuda.zdg.com.br/configuracao-superadmin/configuracoes.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.
