---
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


---

# Service Portal core concepts

# Service Portal core concepts {#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

Service Portal contains two parts:
a framework and a portal. The framework is composed of a set of APIs, Angular services,
directives, and tools that help to build portals. The portal is a group of pages linked by page
IDs.  
Figura 1. Service Portal overview diagram

After you enter a URL, the framework uses the suffix and picks the
appropriate portal to determine the theme and configurations. Then it loads the configured default portal home page unless the URL has a specified ID.

Each widget added to a page becomes its own instance. A widget instance is basically the application of a widget in a page. Because widgets are reusable and can appear on different pages to do different things, a widget on a page
is referred to as a Widget Instance. The page loads with content represented by widgets.

Widget instances get their logic from the base widget template, client scripts, server scripts,
and depending on the widget, CSS.

