---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/platform-user-interface

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Welcome pages

# Welcome pages {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

The welcome page contains instructions and any important information you would like to
convey to your customers each time they log in to use the system.  
The base system login page content is customizable by the administrator of the system.  
Nota:  
This information is only relevant for instances using Core UI instead of the Next Experience. For information about similar options available for Next Experience, see [Configure login theming in Next Experience](https://servicenow-prod.fluidtopics.net/8Bmdbl6CSuR3mH3Kh7ccag "Customize Next Experience login illustrations and welcome text to provide a login experience that reflects your branding.").

## Welcome page sections {#c_WelcomePageContent__section_f2h_ptw_j1b}

Welcome pages can contain different sections, including:

* Welcome: General information
* Using:Some tips and tricks for using the system
* Login: Login information
* Demonstration: Information about logging in to a base system demo system
* More Information: A link to the ServiceNow documentation
{#c_WelcomePageContent__ul_tcj_xtw_j1b}

View, create, and configure the welcome page sections by navigating to System UIWelcome Page Content. You can edit any item by clicking its short description. Sections that are
not needed can be removed.  
{#c_WelcomePageContent__table_o1b_c4c_mdb__entry__2}

| Field | Description |
|-|-|
| Short Description | A description of the section. |
| Active | Mark the section active to display it on the welcome page. Inactive sections are not visible. |
| Display order | A number representing the order in which sections are displayed. Lower numbered sections are displayed above higher numbered sections. |
| Application | The application to which the section belongs. |
| Language | The section appears when the logged in users language matches this value. If no user is logged in, the guest user's language preference is used. |
| Condition | The section appears on the welcome page when the script in this field evaluates to true. |
| Published | The published date of the section. |
| Text | The content of the section. |
[Tabela 1. Welcome page section fields]

{#c_WelcomePageContent__table_o1b_c4c_mdb}

## Create company-specific welcome page content {#ariaid-title2}

You can create company-specific welcome page content.

### Antes de Iniciar

Role required: admin

### Procedimento

1. Navigate to AllSystem UIWelcome Page Content.
2. To create a new section, click New.
3. Enter the following in the Condition field, where Company is the name of the company whose users see this section.  

       gs.getUser().getCompanyRecord().name.toString() == "Company"

4. Complete the form.
5. Click Submit.

