Modules Explained

    ServiceNow ITSM Explained: Modules, Processes & How It Works

    A clear beginner's guide to ServiceNow ITSM — what it is, the core processes (Incident, Problem, Change, Request), and how the modules fit together.

    July 5, 2026 3 min read

    ITSM (IT Service Management) is the heart of the ServiceNow platform — it's where most organizations start, and what most ServiceNow jobs revolve around. If you're new to it, here's a plain-English map of what ITSM is and how its pieces fit together.

    What ITSM actually is

    ITSM is a set of processes for delivering and supporting IT services — think of it as the system that runs the IT help desk and everything behind it. When an employee's laptop breaks, requests new software, or reports an outage, ITSM is what routes, tracks, and resolves that work in a consistent, auditable way. ServiceNow's ITSM is built on ITIL best practices.

    The core ITSM processes

    Incident Management

    Restores normal service as fast as possible when something breaks. An incident is an unplanned interruption ("email is down"). The goal is speed of restoration, not root cause. Key concepts: priority (impact × urgency), assignment groups, SLAs, and resolution.

    Problem Management

    Finds and fixes the root cause behind incidents so they stop recurring. If the same "email is down" incident happens weekly, a problem record investigates why and drives a permanent fix. Incident = restore now; Problem = prevent recurrence.

    Change Management

    Controls changes to the IT environment to minimize risk. Before someone patches a server or deploys code, a change request captures what, when, the risk, the rollback plan, and the approvals. ServiceNow supports standard (pre-approved, low-risk), normal (assessed and approved), and emergency changes.

    Request Management (Service Catalog)

    Handles things people ask for — new software, hardware, access. Users order from the Service Catalog (like a shopping cart for IT), which generates a Request (REQ) with Requested Items (RITM) and Catalog Tasks (SCTASK) for fulfillers.

    How the modules relate

    Record typePrefixPurpose
    IncidentINCSomething is broken — restore service
    ProblemPRBInvestigate and remove root cause
    ChangeCHGPlan and approve a controlled change
    RequestREQ / RITM / SCTASKFulfill a user's ask from the catalog

    All of these extend a common Task table, which is why they share fields like assignment group, state, priority, and work notes. Understanding the Task table is the key to understanding ITSM.

    Supporting pieces you'll hear about

    • CMDB (Configuration Management Database) — the inventory of your IT assets (servers, apps, services) and how they relate. Incidents and changes link to CMDB Configuration Items (CIs).
    • Knowledge Management — articles that help agents and users self-serve.
    • SLAs — timers that track whether work is resolved within agreed targets.
    • Assignment rules & workflows — automation that routes and progresses records.

    How the pieces flow together

    A user reports email is down → an Incident is created and routed to the messaging team → they restore service. Because it's the third time this month, a Problem is opened to find the root cause → the fix requires a server patch, raised as a Change → after go-live, a Knowledge article is published so agents resolve it faster next time.

    That interplay — Incident, Problem, Change, Request, all riding on the Task table and linked to the CMDB — is ITSM.

    Where people get stuck

    ITSM looks simple in a demo but gets complex fast in a real instance: SLA definitions, assignment logic, approval workflows, catalog item variables, and integrations with monitoring tools all interact. Small misconfigurations (an SLA that never pauses, a catalog item that routes to the wrong group) cause big operational pain.

    Learning ITSM by doing

    The fastest way to learn ITSM is to work through real problems on a real instance with someone who's implemented it before — not just watch videos. If you're configuring ITSM at work and hitting walls, a specialist can pair with you on your actual instance and turn a week of guessing into an afternoon of progress.

    ServiceNow ITSMIT Service ManagementIncident ManagementChange ManagementProblem ManagementServiceNow modules

    More in Modules Explained