> For the complete documentation index, see [llms.txt](https://cellhasher.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/devices.md).

# Devices

***

<figure><img src="/files/5J2amYaRiniEO9su2M8o" alt=""><figcaption></figcaption></figure>

### What You See Here

Each device card displays critical information about every connected Android device:

***

### Bulk Management Tools

At the top of the page, you’ll find a set of controls that allow you to manage multiple devices at once:

| **Button**                      | **Function**                                                                      |
| ------------------------------- | --------------------------------------------------------------------------------- |
| **Scan Ports**                  | Scans for all connected devices (USB, Wi-Fi, or Ethernet).                        |
| **Refresh**                     | Refreshes all connected devices and updates status info.                          |
| **Connect Device**              | Manually connect a specific device by ID or IP.                                   |
| **Export CSV**                  | Export all device data (IDs, tags, models, etc.) into a `.csv` file.              |
| **Sleep / Mute**                | Send sleep or mute commands to selected devices.                                  |
| **Wireless Debugging Connect**  | Connect devices over Wi-Fi mode using TCP/IP debugging.                           |
| **LAN Connect**                 | Switch connected devices to Ethernet (OTG) mode for remote, cable-free operation. |
| **Collapse All / Deselect All** | Simplify the view by collapsing or clearing selected devices.                     |

***

### Connection Types

Devices can connect through a few different modes, shown by the icons next to the device ID.

* 🔗 **Direct Connection** — Fastest, direct data transfer to the host PC.&#x20;
* **🛜 Network Connection** — Requires TCP/IP setup; can be used over Wi-Fi or Ethernet.

For detailed information go to [Connection Modes: Wi-Fi and Ethernet](/docs/additional-docs/connection-modes-wi-fi-and-ethernet.md)

***

### Sorting, Searching, and Selecting

You can easily organize or manage large numbers of devices using built-in sorting and filtering:

* **Search Bar** — Search by device name, brand, model, or ID.
* **Sort Dropdown** — Sort devices by Android version, tag, or ID.
* **Show per page** — Choose how many devices display per page (e.g., 10, 20, 50).
* **Select / Deselect All** — Quickly select every visible device for group actions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/devices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
