# Devices Pairing

## What is Device Pairing in inabit?

Device pairing in inabit refers to the process of connecting a mobile device of a signer (or higher level) user to the inabit platform. This connection establishes a secure communication channel between the user's mobile device and the wallets enclave within the inabit platform. By pairing a device, we can securely identify and authenticate the user, ensuring that all interactions and transactions carried out via the mobile device are legitimate and protected.

### Why is Device Pairing Important?

Device pairing is crucial for several reasons:

* **Security**: It ensures a secure connection between the user's device and the inabit platform, protecting sensitive information and transactions.
* **Authentication**: It helps in verifying the identity of the user, preventing unauthorized access.
* **User Experience**: It streamlines the process of accessing inabit services, making it convenient for users to perform transactions directly from their mobile devices. Approvers can easily open their mobile app and decide if they wish to approve or reject a transaction by a simple click.

{% hint style="info" %}
Pairing a device in inabit can only be performed by "Approver" roles. (User roles with potential signing permissions).
{% endhint %}

## How to Pair Your Device

Follow these steps to pair your mobile device with the inabit platform:

#### Step 1: Install the inabit Mobile App

1. **Download the App**:
   * For iOS devices, visit the App Store.
   * For Android devices, visit the Google Play Store.
   * Search for "inabit" and download the app.
2. **Install the App**:
   * Follow the on-screen instructions to install the inabit app on your mobile device.

#### Step 2: Launch the inabit Mobile App

1. **Open the App**:
   * Locate the inabit app icon on your mobile device and tap to open it.
2. **Sign In with your preferred cloud of choice:**
   * Google Drive (iOS / Android)
   * iCloud (Exclusive to iOS)

#### Step 3: Initiate Device Pairing

1. **Navigate to Pairing Section**:
   * Once logged in, go to the "Settings" or "Account" section of the app.
   * Find and select the option for "Device Pairing" or "Pair Device."
2. **Scan the QR code to get the Pairing Code in the App:**
   * The inabit platform will generate a unique pairing code or QR code.

#### Step 4: Pair the Device with inabit Platform

1. **Log In to inabit Platform**:
   * On your computer or another device, log in to the inabit platform using your account credentials.
2. **Access Device Pairing Option**:
   * Navigate to your user and find the option of "Pair Device".
   * You will also have the option highlighted on any screen in the web platform, if you're in an approver-fitting role
3. **Enter Pairing Code From The App**:
   * Enter the pairing code generated by the mobile app.

#### Step 5: Confirm Pairing

1. **Verify Pairing / Pairing in Progress**:
   * A confirmation period will occur and you will need to wait with the screen opened on your mobile app

{% hint style="danger" %}
**WARNING**: Do not close the mobile application while device pairing is in progress!
{% endhint %}

1. **Successful Pairing**:
   * Once confirmed, your mobile device will be securely paired with the inabit platform.
   * You will be displayed with a green screen of "Pairing Completed" in the mobile app.
   * Once the screen is displayed, you will instantly be moved to the next step of your mobile app onboarding.

#### Step 6: Test the Pairing Connection:

1. **Test Functionality**:
   * Perform a test transaction or action within the inabit app to ensure the device pairing is working correctly.
   * You should be receiving an approval request for every transaction within a wallet's policy that you're a set approver of.

#### Troubleshooting

If you encounter any issues during the pairing process, consider the following tips:

* **Ensure Internet Connection**: Both your mobile device and computer should have a stable internet connection.
* **Update the App**: Make sure you have the latest version of the inabit app installed.
* **Restart Devices**: Sometimes, restarting your devices can resolve connectivity issues.
* **Contact Support**: If problems persist, contact inabit customer support for assistance.

### Summary

Device pairing is a vital security feature that enhances the safety and convenience of using the inabit platform. By following this guide, users can easily pair their mobile devices, ensuring a secure and seamless experience.

For any further assistance, please refer to the inabit support resources or contact our support team.

***

This guide should help your users understand and execute the device pairing process efficiently. If you have any additional information or specific requirements, feel free to provide them!


---

# 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.inabit.com/guides/devices-pairing.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.
