# How to register android device?

Device registration is a process that links your Android device to SimplifyQA to enable automation on those android devices.

In this section, we'll guide you on how to register the android device.

**Steps to Register Your Android Device**

* Login to SimplifyQA application.
* Ensure that all the settings as guided in previous section is enabled before registering
* Navigate to the **Profile -> Settings -> Configuration -> Android Registration** section.

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

* Here, you will find a list of all registered and unregistered devices.
* Identify the device which is connected to your machine and click 'Register' button to register your device. Rename the device name(if required) for better identification of the devices in future.

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

* Navigate to Wizard icon in SimplifyQA to ensure that the device is displayed in the dropdown.

<details>

<summary>Why is my android device not getting displayed in SimplifyQA?</summary>

You android might not be getting displayed in SimplifyQA because of one of the below reasons:

* Connectivity issue: Ensure the USB cable connecting your device to the machine is securely plugged in. A loose connection may prevent the device from being detected in SimplifyQA. Check the USB cable for any damage or wear. If the cable is faulty, it could interfere with the device's connection to SimplifyQA.
* Device not registered: You may have connected the device, but it might not be registered in SimplifyQA. Please ensure that the Android device is properly [registered](/simplifyqa-installation-and-setup/setup-android-device.md) within the SimplifyQA platform.
* Developer Settings: Ensure that the Android device is properly set up with the required settings for automation.. Check out '[Setup Android Device for Automation](broken://pages/8tRqxACMas7jcDuEjnv8)'.

</details>


---

# 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.simplifyqa.ai/simplifyqa-installation-and-setup/setup-android-device/how-to-register-android-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.
