# Login Screen

The first thing your app's users will see when they load your Noloco app will be the login screen, until they log in. Therefore, a crucial step in sharing your app is customizing the login screen.

You can do this from the **Login Screen** settings page or by clicking this link: <https://portals.noloco.io/~/_/settings/login-screen>

On this page, you can

* Change the login page title (Business only)
* Change the login page description (Business only)
* Change the login page logo

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

### Customizing the login screen title & description

{% hint style="info" %}
Customizing the login screen title and description is only available on the **Business** plan
{% endhint %}

On the **Business** plan, customizing the login screen's title and description can allow you to provide specific instructions to your app's users, and build better trust with them that the page they're on is the correct page.

### Customizing the login screen logo

As you saw in [Customizing App Logos](/settings/general-settings/custom-logos.md) you can customize the logo that appears on your app's login screen.

The login & email logo is used when you're on the Login page, the Registration page, the accept invitation page and the forgotten password flow.

These pages have a light background so you should use a logo which is darker. In the example below the logo used is darker than the one above.

It is also the logo used when sending emails from Workflows, account invitations, or for comment notifications.

We recommend using a logo that is 128px tall and less than 192px wide.


---

# 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://guides.noloco.io/settings/login-screen.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.
