ServiceNow Platform Overview
ServiceNow is built on a single, unified platform called the Now Platform. Everything inside ServiceNow — apps, workflows, data, reports, and automation — lives on this one platform. Understanding its structure helps you navigate and build on it confidently.
The Now Platform: One Foundation, Many Applications
Imagine a large apartment building. The building's structure, electrical wiring, plumbing, and security system form the foundation. Each apartment on top uses that foundation. Some apartments are for IT teams, some for HR, some for finance. They all share the same building but serve different purposes.
ServiceNow works the same way. The Now Platform is the building. Applications like ITSM (IT Service Management), HRSD (HR Service Delivery), and CSM (Customer Service Management) are the apartments.
┌─────────────────────────────────────────────┐ │ NOW PLATFORM (Foundation) │ │ │ │ ┌────────┐ ┌────────┐ ┌────────┐ ┌──────┐ │ │ │ ITSM │ │ HRSD │ │ CSM │ │ ITOM │ │ │ └────────┘ └────────┘ └────────┘ └──────┘ │ │ │ │ Database │ Workflow │ Security │ Reporting │ └─────────────────────────────────────────────┘
Core Components of the Now Platform
1. Database Layer
ServiceNow stores all its data in tables. Every incident, request, user, and configuration item lives in a database table. You access and manage this data directly through the platform — no separate database software needed.
2. Application Layer
Applications are sets of tables, forms, workflows, and scripts that handle a specific business process. ServiceNow ships with many out-of-the-box applications. Companies also build custom applications for their unique needs.
3. Workflow and Automation Layer
This layer runs automation behind the scenes. When an incident is created, the workflow layer automatically assigns it to the right team, sends an email notification, and starts counting SLA time. No human triggers these actions manually.
4. Integration Layer
ServiceNow connects to external systems like Active Directory, Jira, Slack, and SAP. The integration layer handles these connections using APIs and built-in tools like Integration Hub.
5. User Interface Layer
Users interact with ServiceNow through web-based interfaces. There are two main interfaces — the backend admin interface and the Service Portal, which is a self-service front end for employees.
Key ServiceNow Application Suites
IT Service Management (ITSM)
ITSM covers the core IT help desk functions. It includes incident management, problem management, change management, and service catalog. This is the most widely deployed suite and the starting point for most ServiceNow implementations.
IT Operations Management (ITOM)
ITOM monitors and manages IT infrastructure — servers, networks, cloud resources. It keeps track of what hardware and software a company owns and whether those systems are healthy.
HR Service Delivery (HRSD)
HRSD lets employees submit HR requests digitally. Onboarding a new employee, updating personal information, applying for leave — all go through HRSD workflows instead of paper forms or email.
Customer Service Management (CSM)
CSM handles customer-facing service requests. Companies that provide support to external customers use CSM to track cases, manage agents, and measure resolution times.
Security Operations (SecOps)
SecOps helps security teams respond to threats and vulnerabilities. When a security scanner finds a weakness in a company's system, SecOps creates a ticket and tracks the fix automatically.
How Releases Work
ServiceNow releases new platform versions twice a year. Each release gets a city name. Examples include Tokyo, Utah, Vancouver, Washington, and Xanadu. Every release brings new features, improved performance, and updated applications.
Release Timeline (example): ────────────────────────────────────────── 2022: Tokyo → San Diego 2023: Utah → Vancouver 2024: Washington → Xanadu ──────────────────────────────────────────
Companies decide when to upgrade to the latest release. Most enterprises stay one or two releases behind to ensure stability.
ServiceNow Licensing
ServiceNow sells licenses based on the number of users and the applications a company deploys. Fulfiller licenses (for agents who work on tickets) cost more than requester licenses (for employees who only submit requests). This licensing model means different users have access to different parts of the platform.
The ServiceNow Store
The ServiceNow Store is a marketplace where third-party vendors publish apps built on the Now Platform. Companies purchase and install these apps to extend their ServiceNow instance with specialized functionality — similar to how a phone app store works.
