What is ServiceNow?
ServiceNow is a cloud platform for building and running digital workflows, the systems that move a request, an incident, a case or an approval from "raised" to "done", across the people and systems involved. It began in 2004 as an IT help-desk tool and has grown into a general-purpose Platform-as-a-Service that thousands of enterprises use as the connective tissue between departments. To understand it you need four ideas: the platform-vs-products split, the single-instance architecture, the data-driven workflow model, and the release cadence.

ServiceNow is a cloud platform for building and running digital workflows, the systems that move a request, an incident, a case or an approval from "raised" to "done", across the people and systems involved.
- 1. Platform versus products
- 2. Instances, not shared tenancy
- 3. Everything is a record on a table
- 4. Family releases
- Who works on the platform
1. Platform versus products
This is the distinction everything else hangs on. The Now Platform is the engine, one database, one workflow/flow engine, one security model (roles + ACLs), one UI framework, one integration layer. The products are pre-built applications that run on that engine.
Because every product sits on the same foundation, an incident, an HR case and a security finding are all just records on tables that behave consistently, and you can build your own applications right beside them in App Engine.
3. Everything is a record on a table
The mental model that unlocks the platform: there is no special storage anywhere. An incident is a row in incident. A user is a row in sys_user. A UI policy, a business rule, even a form layout, all are records in system tables. Learn the data model once and every module becomes a variation on the same pattern: filter a list, open a record on a form, change fields, and the platform reacts via automation.
sys_script. That is why configuration can travel between instances in an update set, it is just rows.4. Family releases
ServiceNow ships two major family releases a year, named alphabetically after cities, Tokyo, Utah, Vancouver, Washington DC, Xanadu, Yokohama, Zurich. Each adds features and carries its own upgrade path and certification-maintenance cycle. Between families, ServiceNow ships patches and store-app updates. Knowing which family an instance runs on matters, because features and even UI differ between them.
Who works on the platform
See the certification path for how these roles map to exams.
Common misconceptions
- "It is just a ticketing tool." It started there; today it runs HR, customer service, security ops, risk and bespoke apps on one platform.
- "It is multi-tenant like a Salesforce org." No, isolated instances per customer, with a dev-test-prod pipeline.
- "You have to code everything." Most delivery is configuration and low-code (Flow Designer, App Engine); scripting fills the gaps.
- "Upgrades happen automatically and invisibly." Each customer schedules and tests family upgrades on their own instances.
Practice challenge
3 questionsQ1In ServiceNow, an item of work is stored as a...
Record in a table
Everything in ServiceNow is a record in a table you can query and automate.
Q2Why can work move between IT, HR and CSM easily?
They share one platform and database
A single shared database is the platform's core advantage.
Q3Which product is the best starting point for beginners?
ITSM
ITSM (incidents, problems, changes) is the foundation everything else builds on.
Frequently asked questions
What does the term What is ServiceNow? refer to in ServiceNow?
What automates What is ServiceNow? in Flow Designer?
What is worth remembering about What is ServiceNow? in practice?
Want this taught live, with job support?
ServiceNow Training is delivered live by working practitioners, with certification prep and placement support.
See ServiceNow Training โ