> For the complete documentation index, see [llms.txt](https://docs.ins-pi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ins-pi.com/command/get-the-app/installation.md).

# Installation & Setup

YouDesign Command is quick and easy to install. This guide walks you through the process of setting up YouDesign Command in your ServiceNow environment.

{% hint style="info" %}
**ServiceNow HI-Account required**

This document is written primarily for ServiceNow administrators who want to install YouDesign Command and configure it for ServiceNow users.
{% endhint %}

The installation of the YouDesign Command application needs to be performed by your ServiceNow admin and takes around 10-15 minutes. It is a complete hands-free installation and needs to be performed on all non-production instances (for example, sandbox, development, test, training, pre-production) and the production instance.

After successfully purchasing the YouDesign Command application licenses will be automatically assigned by ServiceNow to your organization's ServiceNow instances but need to be entitled first.

{% hint style="success" %}
Commercial On-premise Customer?

[Here are the instructions](https://store.servicenow.com/sn_appstore_store.do#!/store/help?article=KB0030222) for on-premise customers.
{% endhint %}

## Entitlement

To receive entitlement, go to the app details page on the store.

* Login with your HI credentials. Please contact your company HI admin if you do not have credentials.
* Click on **Complete Purchase**.
* You will be presented with the contract details.
* Accept the Site Terms of Use checkbox and click on the **Complete Purchase** button.
* Your app will then be entitled to install on your ServiceNow instances.

## Installation Instructions

Login to the ServiceNow instance on which you want to install the app.

1. Navigate to System Applications > All Available Applications > **All**.
2. Filter for All Available Applications and select **All**.
3. Search for YouDesign Command and select **Install**.
4. Ensure the Load demo data checkbox is checked to ensure YouDesign Command installs with demo data.
5. From the installation pop-up, select **Install**.

{% hint style="warning" %}

### High-Frequency Scheduled Jobs

Command includes the following high-frequency scheduled jobs to support Data Quality and Lifecycle synchronization:

* `PERIODIC: YCM DQ Update Data Quality When Scope Changes`
* `PERIODIC: YCM DQ Create Data Quality from Recently Created Scoped Fields`
* `PERIODIC: YCM DQ Update Data Quality for Recently Created/Updated CIs`
* `PERIODIC: YCM LC Set Lifecycle Stage on Definition Change`
* `IGNORE: YCM DQ Create Data Quality for CIs Created in Last 15 Minutes`

These jobs include conditions to process only the required records, such as records marked for synchronization or recently changed lifecycle definitions. If the related Data Quality or Lifecycle configuration is not used, the jobs are expected to find no matching records and complete quickly.

Administrators should still review these jobs after installation and tune or deactivate them based on customer data volume and operational requirements. The legacy `IGNORE` job is inactive by default and should remain inactive unless explicitly required.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ins-pi.com/command/get-the-app/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
