# USB Ethernet (OTG)

The following items are included with the WLAN Pi Pro:

* Braided USB-C / C cable
* USB-C / A adaptor

### Get Connected

1. Connect to WLAN Pi OTG USB port (top)
2. FPMS will display your WLAN Pi hostname and IP
3. Open up your browser of choice and navigate to

   ```
   http://wlanpi-xxx.local
   ```

   \
   Alternatively you can use the link local IP address\\

   ```
   http://169.254.42.1
   ```

{% hint style="info" %}
This`169.254.42.1` IP address will be the same every time

This is a statically configured link local IP address
{% endhint %}


---

# 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://userguide.wlanpi.com/hardware/wlan-pi-pro-eos/getting-started/usb-ethernet-otg.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.
