# Cellhasher Control

- [Set-Up (Download)](https://cellhasher.gitbook.io/docs/cellhasher-control/set-up-download.md): Follow the steps below to download Cellhasher Control. Please be aware Cellhasher Control is currently in beta, with frequent new versions and improvements.
- [Tabs Walkthrough](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough.md)
- [Devices](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/devices.md): Learn how to monitor hardware details, manage connections, reboot or mirror devices, and perform simple operations across all your phones, tablets, and other devices.
- [Network](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/network.md): Read here on how to connect your devices to your local network . This feature is ideal for quickly handling multiple devices onto the same or multiple networks.
- [Battery](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/battery.md): Use this page to spoof battery values and manage power-related behavior for your devices.
- [Mirror](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/mirror.md): Learn how to view and interact with multiple Android devices in real time directly inside Cellhasher Control.
- [Automation](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/automation.md): Cellhasher offers a no-code automated flow builder. Learn here how to run commands, taps, swipes, installations, and more across single or multiple phones at once.
- [Miner](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/miner.md): The Miner tab is build for simple execution to mine using your devices. You can install, configure, and launch various miners on multiple devices at once, using a clean UI.
- [Package Manager](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/package-manager.md): View, manage, and uninstall apps across all connected devices. You can see every installed package (system, user, root) and perform single or bulk operations for cleaner, faster device management.
- [Scripts](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/scripts.md): Create, manage, and run automation scripts across all your devices — from simple shell commands to advanced multi-device Python logic.
- [Terminal](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/terminal.md): The Terminal tab lets you execute commands directly on your connected devices — either through ADB or Fastboot, depending on what mode the devices are currently in.
- [Index](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/indextab.md): The Index Page serves as your master reference hub for ADB, Fastboot, Heimdall, and Keycode commands. It’s provided to make command discovery, reference, and management easier.
- [AI (LLMs)](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/ai-llms.md)
- [Settings](https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/settings.md): This guide shows how to configure paths for system tools, ADB key management, optional Python setup, even export/import utilities for saving your configurations.
- [Installing](https://cellhasher.gitbook.io/docs/cellhasher-control/installing.md)
- [Debugging](https://cellhasher.gitbook.io/docs/cellhasher-control/index.md)
- [Linux](https://cellhasher.gitbook.io/docs/cellhasher-control/index/linux.md)
- [macOS](https://cellhasher.gitbook.io/docs/cellhasher-control/index/mac.md)
- [Windows](https://cellhasher.gitbook.io/docs/cellhasher-control/index/windows.md)
- [How to Use](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use.md)
- [Devices](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/devices.md)
- [Battery](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/battery.md)
- [Network](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/network.md)
- [Mirror](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/mirror.md)
- [Package Manager](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/package-manager.md)
- [Miner](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/miner.md)
- [Index](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/index.md)
- [AI (LLM's) - Coming Soon](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/ai-llms-coming-soon.md)
- [Settings](https://cellhasher.gitbook.io/docs/cellhasher-control/how-to-use/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/cellhasher-control.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.
