# Connect wirelessly

1. Find the IP address of the terminal at **Settings** > **About POS** > **Status** > **IP address**.

2. Connect to the terminal by its IP address:

   ```
   $ adb connect device_ip_address

   ```

3. Confirm that your host computer is connected to the target terminal:

```sh
// after run adb connect, result is:
connected to device_ip_address:55555
```

<pre class="language-sh"><code class="lang-sh"><strong>// or use the follow command to confirm again:
</strong><strong>$ adb devices
</strong>List of devices attached
device_ip_address:5555 device
</code></pre>

Your device is now connected to `adb`.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/connect-wirelessly.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.
