> 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-studio/working-panels.md).

# Working Panels

Zen Studio is organized into five main working panels.\
Use the navigation tabs to switch between them.

### 1. Library

***

Provides access to downloadable GPC scripts from the online database.

Intended for:

• Users who want ready-made scripts\
• Learning GPC through community examples

### 2. Compiler

***

Integrated development environment (IDE) for GPC scripting.

Includes:

• Source code editor\
• Syntax highlighting\
• Integrated compiler\
• Debug and testing tools

Used for creating and modifying custom scripts.

### 3. Programmer

***

Used to manage and assign content to the Zen’s memory slots.

Provides access to:

• GPC Scripts\
• Remapper Profiles\
• Local GPC files

Cronus Zen™ includes **8 × 32KB memory slots**.\
Any combination of supported content can be assigned.

### 4. Device

***

Contains configuration and maintenance options, including:

• Device settings\
• Output protocol selection\
• PS4 Speciality and Remote Play options\
• Memory slot management\
• Factory Reset and Erase Memory Slots\
• Device Monitor access\
• Connected device display

Used for device configuration and troubleshooting.

### 5. M\&K Settings

***

Mouse & Keyboard configuration interface.

Allows:

• Mouse sensitivity tuning\
• Deadzone configuration\
• Ballistic curve adjustment\
• Button and key remapping\
• Loading premade game profiles

Used to optimize mouse translation within console input limits.


---

# 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-studio/working-panels.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.
