> For the complete documentation index, see [llms.txt](https://docs.motar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motar.com/motar-core-services/intro-to-core-services/devices/device-pin-codes.md).

# 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
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.motar.com/motar-core-services/intro-to-core-services/devices/device-pin-codes.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.
