> For the complete documentation index, see [llms.txt](https://docs.1kosmos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1kosmos.com/integrations/identity-verification/servicenow-identity-verification-for-account-management/installing-and-configuring-1kosmos-verify.md).

# Installing & configuring 1Kosmos-Verify

### Prerequisites <a href="#prerequisites-and-application-dependencies" id="prerequisites-and-application-dependencies"></a>

Before installing or configuring the 1Kosmos-Verify app, ensure the following prerequisites are met:

* Your organization has a 1Kosmos Tenant
* You have Admin permissions in ServiceNow and 1Kosmos.
* In ServiceNow, these tables require Read/Write access:
  * sys\_properties
  * incident
  * sys\_user

### Installing the 1Kosmos-Verify App <a href="#installing-1kosmos-verify-app" id="installing-1kosmos-verify-app"></a>

To install the 1Kosmos-Verify app in your ServiceNow instance, follow these steps:

1. Log in to the ServiceNow Store (store.servicenow\.com) with your 1Kosmos credentials so the app can be entitled to your organization.
2. In the store search bar, search for “1Kosmos-Verify” and open the app listing.
3. Click **Get** or **Request App** and follow the prompts to entitle the app to your organization’s ServiceNow instances.
4. Log in to the target ServiceNow instance as an admin.
5. From the left navigation pane, open **System Applications > My Company Applications** (or System Applications > All Available Applications > All) and use filters to show apps Not Installed.
6. Locate **1Kosmos-Verify** in the list.
7. Select the latest version of the app and click **Install**.

ServiceNow will automatically create the necessary application artifacts and properties during install.

### Configuring the 1Kosmos-Verify App <a href="#configuring-1kosmos-verify-app" id="configuring-1kosmos-verify-app"></a>

Once the installation is complete, follow these steps to configure the 1Kosmos-Verify app:

1. Navigate to \<your-servicenow-url>/sys\_properties\_list.do.
2. In the **System Properties** list, filter by **Application** and enter 1Kosmos-Verify. The filtered list will display all system properties related to the 1Kosmos-Verify app.
3. Update each property with the corresponding tenant-specific details provided by 1Kosmos Support.
   * Tenant DNS
   * Community Name
   * License Key
   * DVC ID
   * ECDSA Public/Private Key Pair
4. After updating each property, click **Save** to apply the changes.
5. Once configuration is complete, the app is ready to be used by Helpdesk Admins for:
   * User Account Recovery
   * Password Reset
   * New User Onboarding


---

# 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.1kosmos.com/integrations/identity-verification/servicenow-identity-verification-for-account-management/installing-and-configuring-1kosmos-verify.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.
