> 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/zen-es/guias-de-configuracion/guia-de-inicio-rapido/paso-1-instala-zen-studio.md).

# PASO 1: Instala Zen Studio

Zen Studio es nuestro software exclusivo para Windows. Úsalo para combinar mandos, configurar ratón y teclado, y acceder a funciones avanzadas disponibles para propietarios registrados de Cronus Zen.

## Paso a paso

***

{% stepper %}
{% step %} <a href="/pages/c1bd342dc52ccec695daa443bc4bda25d29b7989#zen-studio" class="button primary">Descargar Zen Studio</a>
{% endstep %}

{% step %}
Conecte su Cronus Zen a un ordenador usando el **USB PROG** puerto.

<figure><img src="/files/8a9d818aa1d90c364c61cfe6fce68821a4467d45" alt=""><figcaption><p>Conexión al PC a través del puerto USB PROG</p></figcaption></figure>
{% endstep %}

{% step %}
Abre Zen Studio. Cuando Cronus Zen sea detectado, la Biblioteca GPC aparece a la izquierda.

El **número de serie** aparece en la esquina inferior derecha.&#x20;

<figure><img src="/files/83628e37cbdcb5710dce59af39330d981b0de609" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}

## **DISPOSITIVO DESCONECTADO**

Si la barra de estado de Zen Studio muestra “Dispositivo no conectado” u otro error, el problema suele ser un cable USB defectuoso.
{% endhint %}
{% endstep %}

{% step %}
**Importante:** Después de instalar una nueva versión de Zen Studio, selecciona **Herramientas > Restablecer Zen Studio** y confirma con **Sí** para evitar conflictos con archivos antiguos.

**Advertencia:** Esta acción elimina todas las copias de seguridad, configuraciones y archivos almacenados.

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

{% step %}
Desconecta el cable USB PROG del Cronus Zen.\
Mantenlo conectado al PC para **Paso 2: Actualizar 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/zen-es/guias-de-configuracion/guia-de-inicio-rapido/paso-1-instala-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.
