> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/setup-guides/quick-start-guide/step-1-install-zen-studio.md).

# STEP 1: Install Zen Studio

Zen Studio is our exclusive Windows software. Use it to combine controllers, configure mouse and keyboard setups, and access advanced features available to registered Cronus Zen owners.

## Step-By-Step

***

{% stepper %}
{% step %}
If you are using the new Zen Studio Live (ZSL) web browser-based app, no installation is required. Simply use the Chrome browser to visit Zen Studio Live below:

<https://zenstudio.collectivemindsstore.com/>

Note: If you wish to engage with the older Zen firmware instead, you can find Zen Studio Legacy here:<a href="https://app.box.com/s/845urveyz8ophn108kt5a8n3mggv40ni" class="button primary">Download Zen Studio Legacy</a>
{% endstep %}

{% step %}
Plug your Cronus Zen into a computer using the **PROG USB** port.

<figure><img src="/files/9MhesG6Op6GCvISM1qVM" alt=""><figcaption><p>PC Connection via PROG USB Port</p></figcaption></figure>
{% endstep %}

{% step %}
Open Zen Studio. When Cronus Zen is detected, the GPC Library appears on the left.

The **serial number** appears in the bottom-right corner.&#x20;

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

{% hint style="danger" %}

## **DEVICE DISCONNECTED**

If the Zen Studio status bar shows “Device Not Connected” or another error, the issue is typically a faulty USB cable.
{% endhint %}
{% endstep %}

{% step %}
**Important:** After installing a new version of Zen Studio, select **Tools > Reset Zen Studio** and confirm with **Yes** to prevent conflicts from older files.

**Warning:** This action deletes all backups, settings, and stored files.

<figure><img src="/files/Dd69rw1QnaCBvMJfSrtO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Disconnect the PROG USB cable from the Cronus Zen.\
Keep it connected to the PC for **Step 2: Update Firmware**.
{% endstep %}
{% endstepper %}


---

# 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://guide.cronuszen.com/setup-guides/quick-start-guide/step-1-install-zen-studio.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.
