ServiceNow Navigation Basics
ServiceNow has a consistent, browser-based interface that every user interacts with daily. Learning to navigate it efficiently saves time and reduces frustration. This topic walks through every major navigation element and explains what each one does.
The Main Interface Layout
When a user logs into ServiceNow, the screen divides into three main areas:
┌──────────────────────────────────────────────────────┐ │ TOP BANNER BAR │ │ [☰ Menu] [Search] [Settings] [Profile] [Help] │ ├──────────────┬───────────────────────────────────────┤ │ │ │ │ LEFT NAV │ MAIN CONTENT AREA │ │ PANEL │ │ │ │ (Lists, Forms, Dashboards show here) │ │ Applications│ │ │ Modules │ │ │ │ │ └──────────────┴───────────────────────────────────────┘
The Top Banner Bar
The top banner stays visible no matter which part of ServiceNow you open. It contains the tools you need most often.
The Application Menu (Hamburger Icon ☰)
Clicking the hamburger icon on the top left opens or collapses the left navigation panel. Use this to give the main content area more room when working on large forms.
Global Search Bar
The search bar at the top lets you search across all records in the system. Type an incident number, a user's name, or a keyword — ServiceNow returns matching results from every table. Typing INC0001234 directly jumps to that specific record.
Connect Chat
The chat icon opens an internal messaging tool. Team members communicate directly within ServiceNow without switching to email or another app.
System Settings Gear
The gear icon opens personal settings — theme color, compact list rows, accessibility options, and timezone preference. These settings apply only to your account and don't affect other users.
User Profile Menu
Clicking your name or avatar in the top right corner opens options to view your profile, change your password, impersonate another user (if you have admin rights), and log out.
The Left Navigation Panel
The left panel is the primary way users move between different areas of ServiceNow.
Filter Navigator
At the very top of the left panel sits the Filter Navigator — a small search box. Type any keyword here to filter the navigation menu in real time. Typing "incident" shows only incident-related modules instantly.
Filter Navigator Example: ───────────────────────────── Type: "incident" ───────────────────────────── Results shown: Incident > All Incident > Open Incident > Open - Unassigned Incident > Resolved ─────────────────────────────
Applications and Modules
Below the filter navigator, the left panel lists all applications your role gives you access to. Each application expands into modules. Clicking a module opens the corresponding list or form in the main content area.
Incident (Application) ├─ Create New ├─ All ├─ Open ├─ Open - Unassigned ├─ Resolved └─ Closed Service Catalog (Application) ├─ Browse Catalog └─ My Requests
Favorites (Star Icon)
Clicking the star next to any module adds it to your Favorites section at the top of the left panel. This creates shortcuts to pages you visit frequently, cutting navigation time significantly.
Tabs and Browser Navigation
ServiceNow supports multiple browser tabs. Administrators and developers often open several ServiceNow pages simultaneously — a form on one tab, a script editor on another, a list on a third. The browser's back button works within ServiceNow to return to the previous page.
Breadcrumb Trail
At the top of the main content area, ServiceNow shows a breadcrumb trail. This displays your navigation path and lets you jump back to any parent level with a single click.
Breadcrumb Example: Incident > All > INC0001234 ↑ ↑ ↑ Click to Click to Current go back go back page
The Service Portal vs. the Backend Interface
ServiceNow has two distinct interfaces:
Backend Interface (Classic UI)
This is the full-featured admin and agent interface. IT agents, developers, and administrators use this daily. It shows all tables, modules, scripts, and configuration options. Users with technical roles spend most of their time here.
Service Portal
The Service Portal is a simplified, modern-looking interface designed for end users — employees who submit requests but don't work on tickets. It has a consumer-app feel with a search bar, category tiles, and a "My Requests" section. Administrators customize the Service Portal's appearance to match the company's branding.
Keyboard Shortcuts
ServiceNow supports several keyboard shortcuts that speed up daily work:
- Ctrl + Alt + G — Jump to the Global Search bar
- Ctrl + Alt + F — Jump to the Filter Navigator
- Ctrl + S — Save the current form record
- Esc — Close a dialog or popup window
