# Main Interface

This page explains the layout and core functionality of Zen Studio™.

## Menu Bar

***

The Menu Bar provides access to all major functions through drop-down menus.

Includes:

• File management\
• Script editing tools\
• Device tools\
• Plugins\
• Support resources

### File, Edit & Compiler

These menus are used for:

• Creating and saving GPC scripts\
• Managing GPJ project files\
• Editing and navigating code\
• Compiling scripts

## Tools

***

Provides access to device management and system tools.

#### Device Monitor

Opens the Device Monitor window.\
Requires Cronus Zen™ to be connected via the PROG USB port.

#### Zen Studio Update

Checks for available software updates.\
Requires internet connection.

#### Zen Operational Mode

Select the device’s operating mode:

• **Normal Mode** – Full functionality enabled\
• **Tournament Mode** – Scripts and GamePacks disabled\
• **Wheel Mode** – Enables supported racing wheel functionality

## Plugins

***

Plugins extend functionality and can be accessed via menu or shortcuts.

• **MAX Combo (Alt + F1)** – Records controller input and converts it to GPC code\
• **MAX Mapper (Alt + F2)** – Visual remapping tool with GPC export\
• **MAX Rec (Alt + F3)** – Records and replays input sequences

## Help

***

Provides access to:

• Online documentation\
• Community resources\
• User Manual\
• About Zen Studio (F1) – Displays software and firmware version information

## Working Panels

***

Navigation tabs switch between five main panels:

• **Library** – Download and browse GPC scripts\
• **Compiler** – Create and edit GPC scripts\
• **Programmer** – Assign GamePacks, scripts, and profiles to memory slots\
• **Device** – Configure device settings and maintenance tools\
• **M\&K Settings** – Mouse & Keyboard configuration

For detailed explanations, see:\
**Working Panels**

## Community Panel

***

Displays:

• Community account status\
• GPC Library statistics\
• Registered device information\
• Zen serial number

The serial number links the device to the registered account and stores configuration data per device.

## Status Bar

***

Located at the bottom of the interface. Divided into three sections:

#### Left Section

Displays device connection status and firmware version.

#### Middle Section

Displays the active Operational Mode.\
Clickable to reopen the Operational Mode interface.

#### Right Section

Displays compiler information:

• Script status (OK / BAD)\
• Current line and column\
• Insert (INS) or Overtype (OVR) mode


---

# Agent Instructions: 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://guide.cronuszen.com/zen-studio/main-interface.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.
