> 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/terminal.md).

# Terminal

***

<figure><img src="/files/6V0QbGPa33lX9Y75I0JK" alt=""><figcaption><p>The ADB Terminal view showing multi-device command execution with categorized command index on the right.</p></figcaption></figure>

***

### ADB & Fastboot Modes

You can toggle between **ADB** and **Fastboot** modes using the top buttons. This flexibility allows you to manage devices in normal Android operation or while flashing firmware.

**Tip:** Know your mode — ADB is for in-system operations, Fastboot is for low-level firmware tasks.

***

### ADB Command Index

On the right side panel, you’ll find the **ADB Command Index**, a categorized list of helpful commands.\
You can expand sections such as:

* System
* CPU & Memory
* Battery
* Storage & Disk
* Network & Connectivity

You can add your own custom commands or sections for quick reuse, or import them directly from the Index Page.

<div><figure><img src="/files/onwfIWdMSMDjexkCK8cf" alt="" width="276"><figcaption></figcaption></figure> <figure><img src="/files/VR05BuLrYvEWISJGXT7Y" alt="" width="407"><figcaption></figcaption></figure></div>

***

### Running Commands

* Run a command on a **single device** by selecting it from the dropdown.
* Run a command on **all devices** by toggling the *Single Device* button (it will switch to “All Devices”).

Results appear live in the console, color-coded by device ID for clarity.

> **⚠️ Warning:** The Terminal is powerful — don’t run commands blindly. Always research unfamiliar ADB or Fastboot commands before execution. Some system-level operations can soft-brick or wipe devices if used incorrectly.

***

### Logging & Export

Use the **Export TXT** button to save terminal output logs for analysis, troubleshooting, or documentation.\
This makes it easy to keep records of operations across multiple devices.


---

# 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/terminal.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.
