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

# Index

***

<figure><img src="/files/j1wirvVVaiqLxCtIcwUf" alt=""><figcaption><p>View of the Index tab</p></figcaption></figure>

***

### Indexes

The Index displays every available command categorized for safety and clarity. You can toggle between the difference indexes of:

* **ADB** – For in-system Android commands
* **Fastboot** – For low-level device operations and flashing
* **Heimdall** – Samsung-specific flashing tool
* **Keycodes** – Simulated button/key events via ADB

***

### Command Library

The Index includes **hundreds of categorized commands** such as:

* **System** – App and permission control
* **Battery** – Power and thermal readouts
* **Network** – Connectivity & proxy setup
* **Storage** – Mounts, clear data, I/O operations
* **Keycodes** – Simulated physical button inputs

Each entry displays:

* **Category** (e.g., “Advanced / Risky”, “System Tools”)
* **Command** (full ADB or Fastboot syntax)
* **Description** with tags
* **Actions** for quick management

> **ℹ️ Note:** Some commands are tagged as Advanced / Risky. These can alter system partitions, erase data, or soft-brick devices if used incorrectly. Always confirm what a command does before executing it.
>
> Commands marked as “Advanced / Risky” should only be used by experienced users or after testing on non-critical devices.

<figure><img src="/files/WdwNliusP9FS2Yfkd6XR" alt=""><figcaption></figcaption></figure>

***

### Actions & Shortcuts

In the Actions column, you can:

* Favorite a command for quick access later
* Copy the command
* Add it using "+" directly to your Terminal Page ADB Index
* Search a command in your browser

<div align="left"><figure><img src="/files/qRcHevsNYOZIiICyMn73" alt="" width="167"><figcaption></figcaption></figure></div>

***

### Add Command to Page

You can easily insert any command from the Index into the Terminal Command Index using the Add Command prompt. This makes it possible to build your own quick-action menu for repetitive or complex workflows.

<figure><img src="/files/zNLLX1Z2L6byniKyQmFq" alt=""><figcaption><p>Example: Adding a <code>shell reboot</code> command directly to your Terminal index.</p></figcaption></figure>


---

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