# Additional Docs

- [Enabling USB (and Wireless) Debugging](https://cellhasher.gitbook.io/docs/additional-docs/enabling-usb-and-wireless-debugging.md): To control your phones without using with their touch screen, you will need to enable USB Debugging, located in your devices developer settings. This guide instructs how to set it up.
- [Connection Modes: Wi-Fi and Ethernet](https://cellhasher.gitbook.io/docs/additional-docs/connection-modes-wi-fi-and-ethernet.md): Understand the difference in using USB (Wi-Fi) and OTG (Ethernet) modes.  This guide explains how each mode works, how to switch between them, and how to troubleshoot common connection issues.
- [Install Android ADB, Fastboot, and USB (Drivers Install)](https://cellhasher.gitbook.io/docs/additional-docs/install-android-adb-fastboot-and-usb-drivers-install.md): Instructions to set up everything you need on Windows to communicate with an Android phone for controlling, development, or debugging.
- [Proxy and WebRTC Settings](https://cellhasher.gitbook.io/docs/additional-docs/proxy-and-webrtc-settings.md)


---

# 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://cellhasher.gitbook.io/docs/additional-docs.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.
