IT CanvassTalk to an advisor
Getting started ยท LessonBy , ServiceNow Architect ยท Updated

Get a free developer instance

The single most effective thing you can do while learning ServiceNow is get your own instance to build on and break. A Personal Developer Instance (PDI) is a free, full-admin ServiceNow instance from developer.servicenow.com, the sandbox behind every lesson on this site. This page covers what you get, how to request one, the hibernation rules that catch everyone out, and the habits that keep your work safe.

Quick answer

The single most effective thing you can do while learning ServiceNow is get your own instance to build on and break. A Personal Developer Instance (PDI) is a free, full-admin ServiceNow instance from developer.servicenow.com, the sandbox behind every lesson on this site.

Key takeaways
  • What a PDI gives you
  • Request one, step by step
  • Hibernation & reclamation, the gotcha
  • Protecting your work
  • What to build first

What a PDI gives you

  • A complete instance with the admin role, configure anything, activate plugins, install Store apps.
  • A recent family release (you can usually choose it when requesting), so you can study against the version you will be tested or hired on.
  • Enough capacity to practise every core topic: tables, ACLs, flows, scripts, integrations.
  • Sample data (the "ITSM" demo data) you can load to have realistic incidents and users to work with.

Request one, step by step

1
Create a free account at developer.servicenow.com and sign in.
2
From your profile menu choose Request Instance and pick a release family.
3
Wait about a minute for provisioning, then note the instance URL, admin username and password.
4
Log in, then (optionally) load demo data via the instance-management page for realistic records.
5
Start building, everything on this site is designed to be reproduced here.

Hibernation & reclamation, the gotcha

A PDI hibernates after ~10 days of inactivity (you wake it with one click from the developer site), and is reclaimed, wiped and returned to the pool, if left idle beyond the limit. Reclamation takes your work with it. Log in regularly, and export anything important so you can reload it into a fresh instance.

Protecting your work

Treat the PDI as disposable and keep your build portable:

  • Do experimental work inside a scoped application or a dedicated update set so it can be exported and re-imported.
  • Export update sets / scoped apps as XML to your machine periodically.
  • Match the release family to whatever you are studying or targeting for certification.
  • Do not store anything you cannot afford to lose only on the PDI.

What to build first

A good learning path on a fresh PDI: create a custom table, put a few fields and a form on it, add a data policy and a business rule, wire a flow, expose it through a catalog item, and secure it with ACLs. That single exercise touches most of the CSA blueprint.

Common mistakes

  • Letting the instance hibernate and be reclaimed, losing everything unexported.
  • Building in the Global scope so nothing is portable.
  • Requesting a release family that does not match your certification target.
  • Never loading demo data, so there is nothing realistic to practise against.

Practice challenge

3 questions
Q1What does PDI stand for?

Personal Developer Instance

A PDI is your own full copy of the platform.

Q2A PDI costs...

Nothing, it is free

The Developer Program provides it at no cost.

Q3To stop a PDI being reclaimed you should...

Log in regularly

Idle instances are put to sleep and can be reclaimed.

Frequently asked questions

What does the term Get a free developer instance refer to in ServiceNow?
The single most effective thing you can do while learning ServiceNow is get your own instance to build on and break. A Personal Developer Instance (PDI) is a free, full-admin ServiceNow instance from developer. servicenow. com, the sandbox behind every lesson on this site.
What is involved in setting up Get a free developer instance?
A complete instance with the admin role, configure anything, activate plugins, install Store apps. A recent family release (you can usually choose it when requesting), so you can study against the version you will be tested or hired on.
What is another point to note about Get a free developer instance?
A good learning path on a fresh PDI: create a custom table, put a few fields and a form on it, add a data policy and a business rule, wire a flow, expose it through a catalog item, and secure it with ACLs.
What tends to go wrong with Get a free developer instance?
Letting the instance hibernate and be reclaimed, losing everything unexported. Building in the Global scope so nothing is portable. Requesting a release family that does not match your certification target.

Want this taught live, with job support?

ServiceNow Training is delivered live by working practitioners, with certification prep and placement support.

See ServiceNow Training โ†’