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

# Scripts

***

> **ℹ️ Note:** Scripts is made of three tabs, navigate to each to learn more:

* [Creator](#creator)
* [My Scripts](#my-scripts)
* [Cellhasher Scripts](#cellhasher-scripts)

***

## Creator

Here you can build your own scripts using No-Code, Python, or Lua. The built-in editor supports syntax highlighting, variable injection, and live execution.

<figure><img src="/files/J7caIm5VJwldRuZ48Rlf" alt="" width="563"><figcaption><p>Example of a Python-based script editor with execution controls and a live log.</p></figcaption></figure>

<figure><img src="/files/FxlphExbHftG9p78wiD5" alt="" width="563"><figcaption><p>The No-Code editor allows drag-and-drop command creation, like "Wait," "Tap," or "Run Shell."</p></figcaption></figure>

You can even use AI models to generate scripts — just tell the model:

> "I'm using Cellhasher Control and want to make a Python script that does *\[task]* via ADB."

<figure><img src="/files/5xgeY2BMvDhiFOdi1h5m" alt="" width="563"><figcaption></figcaption></figure>

***

## My Scripts

Your My Scripts section stores personal and imported scripts for reuse. You can import, export, edit, or chain multiple scripts to run consecutively — great for provisioning devices in stages.

#### **Chain Mode**

Run multiple scripts in sequence automatically. Perfect for bulk updates, cleanup routines, or multi-step setups.

<figure><img src="/files/sRXKD5wvg2V4GLnNTAvm" alt="" width="563"><figcaption><p>The My Scripts tab showing multiple custom and imported flows.</p></figcaption></figure>

***

## Cellhasher Scripts

This tab hosts official Cellhasher-made scripts that you can run instantly or duplicate to your library for modification.

You can preview scripts using the eye icon or duplicate them to My Scripts using the copy icon. Previewing lets you understand exactly what code is being executed.

<figure><img src="/files/5trg80im8yl8Y7RzB9oT" alt="" width="563"><figcaption><p>The Cellhasher Scripts gallery with built-in filters and star ratings (currently placeholds).</p></figcaption></figure>

<figure><img src="/files/wMOBYIryxPSF3jUUoJwb" alt="" width="563"><figcaption><p>Example of script preview: see full Python logic before execution for full transparency.</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:

```
GET https://cellhasher.gitbook.io/docs/cellhasher-control/tabs-walkthrough/scripts.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.
