> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/admin/pt-br/settings/service-preferences/login-page-settings.md).

# Configurações da página de login

Além do [Branding options](/docs/admin/pt-br/settings/branding-options.md), existem outras opções disponíveis para personalizar sua página de login.

<figure><img src="/files/3ab77a68181580a725849c4149f6e61dc6b5f248" alt="Login page settings" width="415"><figcaption><p>Configurações da página de login</p></figcaption></figure>

## Permitir que usuários criem contas

Se esta opção estiver habilitada, os usuários poderão criar novas contas tanto na interface quanto nos aplicativos móveis. Um botão de cadastro aparecerá na interface. Se esta opção estiver desabilitada, a criação de usuários será possível através do Painel de Admin ou da API do Painel de Admin.

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

## Mostrar botões de download dos aplicativos móveis

Habilitar esta opção adiciona botões de download dos aplicativos móveis à página de login. Ao clicá-los, será exibido um código QR para uma instalação rápida e fácil do aplicativo.

<figure><img src="/files/e96efc14cac63bd1cd01345c6f01eaa472dd1ff9" alt="Mobile app download buttons" width="297"><figcaption><p>Botões de download do aplicativo móvel</p></figcaption></figure>

## Credenciais do usuário de demonstração

Insira o login e a senha que deseja usar para uma conta de demonstração para apresentar seu produto aos clientes. Para mais informações, veja [Conta de usuário de demonstração](/docs/admin/pt-br/settings/service-preferences/demo-user-account.md).


---

# 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://navixy.com/docs/admin/pt-br/settings/service-preferences/login-page-settings.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.
