# Device PIN Codes

## Create a PIN Code in MOTAR Devices Service

{% hint style="info" %}
After a device has been synced, the user will be required to input a PIN code every time the synced device is used. &#x20;

To sync a device, please reference instructions found at the link below.
{% endhint %}

{% content-ref url="/pages/OoEKEpvcgyXhsE5Ai7Kb" %}
[Device Syncing](/motar-core-services/intro-to-core-services/devices/device-syncing.md)
{% endcontent-ref %}

<figure><img src="/files/AI06G355TH5nhw2bOt7k" alt=""><figcaption></figcaption></figure>

Once a device has been synced, **Login** to the "MOTAR Devices" Service to create a PIN code. The page can be accessed using the link below or by **selecting** "Devices" from the MOTAR Services dropdown menu.

<figure><img src="/files/8Xh6xgHj0DupAnYc04PP" alt=""><figcaption></figcaption></figure>

**Click** the "Create / Change Pin" button. The user will be redirected to the Pin Code management page.

<figure><img src="/files/8WcTVRqvTpyjnudr9aEi" alt=""><figcaption></figcaption></figure>

**Enter** a unique 4-digit Pin Code into the text field. **Retype** the previously entered Pin Codeinto the second text field. **CLICK** the **"Set Pin"** button.

<figure><img src="/files/XsJiGNBDZSNtNpYtSqAR" alt="" width="470"><figcaption></figcaption></figure>

A confirmation modal will be displayed, confirming the PIN was successfully set.  **Click** the "Dismiss" button.

The PIN Code is now available for use in the synced device.

## Use a PIN Code in Devices

{% hint style="info" %}
The following steps use a VR Headset as a device example.
{% endhint %}

**Launch MOTAR** in the VR headset. The following modal will be displayed prompting the user to enter their four digit PIN code.

<figure><img src="/files/exdg1WADMg6M9oOVeFi0" alt="" width="563"><figcaption></figcaption></figure>

**Enter** the unique Pin Code previously created in the MOTAR Devices service.

**Click** the "Confirm User Pin" button.

{% hint style="info" %}
If the incorrect PIN Code is entered, an error message will be displayed. The user will need to reset the PIN Code in MOTAR Devices service. Please see below for required steps.
{% endhint %}

<figure><img src="/files/em8QBpEOVoQBfHhZ1mD8" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.motar.com/motar-core-services/intro-to-core-services/devices/device-pin-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
