Introduction to the ServiceNow UI
Every online platform or website you visit has a user interface. It is the first impression an online platform makes on its users. A simple, seamless, and easy-to-understand user interface is the ideal feature of any Good User interface. Platforms can experiment with their interfaces to make them more interactive and appealing to users.
In this chapter, we will understand the ServiceNow User interface and its different components. We will highlight user profiles, management, and the various activities associated with them.
What is User Interface (UI)?
After logging in, the first screen you see is the ServiceNow User Interface. It is clean, structured, and designed for productivity. The interface is designed in a way that makes it easy to use and discover different components of the platform, like:
Banner Frame
The top bar includes the logo, user profile, global search, and contextual help. The user profile helps you manage your profile and set preferences, and global search lets you look for records, people, and articles in the ServiceNow instance.
All menu
It is the map of your instances. It includes tabs such as the favourites section, where you can access your most-used modules or applications, and the History tab, which lets you view recently visited modules and records. It also includes the Workspace tab, which provides access to a specialized high-productivity interface.
Content Frame (Main Window)
This is where most of your work occurs; dashboards, forms, lists, and workflows are displayed here. In the largest areas of the ServiceNow user interface, you do all your work.
Filter Navigator
This is your menu for accessing all apps, modules, and custom items. The navigator helps you find incidents in content frames, apps, modules, and custom items. Using the ServiceNow Global search, you can find specific records faster rather than scrolling through hundreds of records.

This layout allows users to move seamlessly across features without getting lost.
User Profile
In ServiceNow, any person who can log in to the system—whether an employee submitting requests, an IT agent closing incidents, or an admin setting up modules—is considered a user. Each individual who logs on to the platform needs a user record that determines who they are, what they can do, and how the system will respond to them.
User information is stored in the sys_user table and underpins permissions, task allocation, and identity across the platform.

Basic Configuration
In ServiceNow, the profile option under system administrator provides valuable information like:
- User ID – the login name
- Email – for notification and workflow communication
- Name – shown throughout records, tasks, and approvals
- Active status – governs log-in access
- Roles – specifies what the user can see
- Groups – determines team membership and inherited permissions
- Department, Manager, and Location – for organizational layout
Users can be added directly (as local user accounts) or via SSO, LDAP, or third-party connections. After creation, the user record becomes the identity used for tasks ranging from raising tickets to approving changes.
Settings (Available Component)
ServiceNow settings include user-configurable options, primarily accessible from the profile menu, as well as additional system-level settings managed by administrators. These are used to customize the interface, notifications, display, themes, and accessibility.
- Display: It helps manage time and date formats, time zones, list preferences, and other user-level display settings.
- Theme: Allows users to switch between available themes, such as light and dark modes, based on the enabled UI experience.
- Accessibility: Provides accessibility options, including keyboard navigation support, colour contrast enhancements, chart patterns, and reduced motion settings, where supported.
- Notifications: Allows users to manage notification preferences, including email and in-platform alerts, with mobile push notifications supported via the ServiceNow mobile app.
- Debugging: Debugging tools such as page inspection and script testing are available to administrators and developers, not as standard user settings.
- Language & Region: Managing UI language to improve local user understanding.
- User Experience: User experience settings focus on improving interface usability and consistency rather than switching between different UI frameworks.
What’s Next?
The next section discusses the importance of the Global Search and Connect sidebar for navigating the ServiceNow interface.
Next Topic