# Registering a cloud connected device

### Step 1 - Prepare <a href="#step-1-prepare" id="step-1-prepare"></a>

Please review the specification of your device and collect the following information before initiating the setup process.

1. Model of your device for example `Ingenico Lane/7000`
2. Serial Number - Usually printed on the back of the device
3. Connectivity type - Wired (Ethernet) or WiFi

### Step 2 - Connect Your Device <a href="#step-2-connect-your-device" id="step-2-connect-your-device"></a>

Connect your device to power outlet (or fully charge if it is a battery powered device ). Once the device is on, then connect to internet via ethernet port or WiFi network.

{% hint style="info" %}
Your network should have open access to internet for device to function properly.
{% endhint %}

#### Steps to connect to WiFi

1. Power on and wait for it to display "disconnected"&#x20;
2. Enter "0001" to reveal "admin menu"&#x20;
3. From the admin menu select "WiFi parameters"&#x20;
   * Select "scan networks"&#x20;
   * Choose your network&#x20;
   * Enter password if prompted, and press green button&#x20;
   * Keep pressing "yellow" button until land back to "admin menu"&#x20;
4. From the admin menu select "Communication Type"&#x20;
   * Select WiFi and press green button&#x20;
   * Keep pressing "yellow" button until land back to "admin menu"&#x20;
5. Restart the device&#x20;
   * Press and Hold "# + yellow" buttons together&#x20;
   * Device will restart&#x20;
6. Once restarted if everything was setup correctly you should see registration code.

{% hint style="warning" %}
If your device does not display `Unregistered` with a `Rotating Code` value upon boot-up, it is likely that the network you are connecting to is somehow blocking outside access to the internet.
{% endhint %}

### Step 3 - Activate Your Device <a href="#step-3-activate-your-device" id="step-3-activate-your-device"></a>

Please contact your support team to activate the device and provide the information you collected in Step 1 and Step 2:

1. Model
2. Serial Number
3. Rotating Code on the device screen.

The team will notify you when your device is active. Once you see the welcome screen with device name on the screen, you can start using [**Device Sale**](https://docs.payengine.co/payengine-api-reference/transactions/devicesale) and [**Management**](https://docs.payengine.co/payengine-api-reference/device-management/list-all-devices) APIs.


---

# 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.payengine.co/developer-docs/processing-payments/registering-a-cloud-connected-device.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.
