> 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/es/settings/service-preferences/login-page-settings.md).

# Ajustes de la página de inicio de sesión

Además de las [Branding options](/docs/admin/es/settings/branding-options.md), hay otras opciones disponibles para personalizar su página de inicio de sesión.

<figure><img src="/files/84e0a5848a5b83073d3d6a497e8cd95b04a42f0e" alt="Login page settings" width="415"><figcaption><p>Configuración de la página de inicio de sesión</p></figcaption></figure>

## Permitir a los usuarios crear cuentas

Si esta opción está habilitada, los usuarios pueden crear nuevas cuentas tanto desde la interfaz como desde las aplicaciones móviles. Aparecerá un botón de registro en la interfaz. Si esta opción está deshabilitada, la creación de usuarios será posible a través del Admin Panel o del Admin Panel API.

<figure><img src="/files/748daba3f014e09077384406228b0daf5e732cc4" alt=""><figcaption></figcaption></figure>

## Mostrar botones de descarga de las apps móviles

Activar esta opción añade botones de descarga de la app móvil en la página de inicio de sesión. Al hacer clic en ellos se muestra un código QR para una instalación rápida y sencilla de la app.

<figure><img src="/files/1a0088d1e164391f6ab112ef6ca685ce699a0b05" alt="Mobile app download buttons" width="297"><figcaption><p>Botones de descarga de la app móvil</p></figcaption></figure>

## Credenciales de usuario demo

Introduzca el usuario y la contraseña que desea usar para una cuenta demo para mostrar su producto a los clientes. Para más información, consulte [Cuenta de usuario demo](/docs/admin/es/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/es/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.
