Installation and Setup
You are the admin installing the Blueprints application on a ServiceNow instance for the first time. This takes six steps. All of them happen inside ServiceNow. Everything stays inside your ServiceNow instance, and you don't need any new infrastructure.
Scoped ServiceNow application. All runtime, all data, all APIs stay inside your instance.
Before you begin
You need:
a Now Support (HI) account linked to your organization
the admin role on the target ServiceNow instance
network access to
store.servicenow.comfrom your browser
If you do not have a Now Support account, ask your organization's ServiceNow Administrator to add your email address to the company's Now Support profile.
Step 1: Find the app on the ServiceNow Store
Go to store.servicenow.com
Use the search bar to search for YouDesign Blueprints
Select the app from the results to open the product page
Tip: You can also filter the Store by provider, release version, category, or price using the left-side filter panel.
Step 2: Request the app
On the product page:
Click the Request App button on the right side of the page
The request is sent to the app vendor for review
You receive an approval notification email, typically within one business day
What happens behind the scenes: The vendor reviews the request and confirms your organization's access. This is a one-time step per organization.
Step 3: Get the app entitlement
After your request is approved:
Return to the YouDesign Blueprints product page on the ServiceNow Store
The button now shows Get instead of Request App
Click Get
A dialog appears asking you to choose an entitlement scope:
All instances: entitles every ServiceNow instance in your organization (recommended)
Selected instances: entitles only the instances you choose
Click OK to confirm
Accept the ServiceNow Store agreement if prompted
Step 4: Install on your ServiceNow instance
Log in to your target ServiceNow instance with admin credentials
Navigate to System Applications > All Available Applications > All
Search for YouDesign Blueprints
Click Install
The app installs automatically. Once complete, it is ready to configure.
Tip for newer instances (Vancouver+): You can also use the Application Manager inside Admin Center for a consolidated view of all available and installed apps.
Step 5: Verify the installation
After installation, confirm that:
Step 6: Assign roles to users
YouDesign Blueprints uses four scoped roles:
Blueprint Template Editor
x_inpi_ydbp.blueprint_template_editor
Create and manage templates, full blueprint access
Blueprint Editor
x_inpi_ydbp.blueprint_editor
Create and edit blueprints
Blueprint Committer
x_inpi_ydbp.blueprint_commit
Review and publish approved changes
Blueprint Viewer
x_inpi_ydbp.blueprint_viewer
Read-only access to blueprints
Assign roles to a group (recommended)
Assigning roles to groups is more scalable and easier to audit than assigning to individual users.
Navigate to User Administration > Groups
Select the target group or create a new one
Open the group record
Scroll to the Roles related list tab
Click Edit
In the Collection list, search for
x_inpi_ydbpSelect the appropriate role and move it to the Roles list using the arrow button
Click Save, then Update the group record
Any user added to this group automatically inherits the assigned roles.
Assign a role to an individual user
Navigate to User Administration > Users
Search for and open the user record
Scroll to the Roles related list tab
Click Edit
Search for roles starting with
x_inpi_ydbpSelect the role and move it to the Roles list
Click Save, then Update the user record
Role assignment best practices
Assign roles to groups, not individuals
Easier to manage, audit, and scale as your team grows
Follow least-privilege
Only give users the minimum role needed for their job
Start with Blueprint Viewer
For users who only need to review blueprints, Blueprint Viewer is the safest starting point
Separate editing from committing
Let editors build and committers approve. This supports controlled change workflows
For a detailed breakdown of what each role can do, see Roles and Permissions.
Post-installation checklist
Use this checklist to confirm a successful setup:
Updating the app
When a new version of YouDesign Blueprints is available:
You receive a notification email from the ServiceNow Store
Log in to your instance as admin
Navigate to System Applications > All Available Applications > All
Find YouDesign Blueprints and click Update
Tip: Always test updates on a sub-production instance before applying them to production.
Troubleshooting
App not visible in All Available Applications
Confirm the entitlement was completed on the Store and that you are logged in as admin
Users cannot see the app
Confirm at least one x_inpi_ydbp role is assigned to the user or their group
Install button is greyed out
Check that you have the admin role and that your instance is entitled
Users see wrong actions
Review the role assignment. Missing or extra permissions usually explain UI differences
For architecture and data handling details, see ServiceNow Administration and Security and Data Handling.
Last updated