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

# Programmer

The **Programmer** panel provides access to:\
• GPC Scripts\
• Remapper Profiles\
• Local GPC files

Cronus Zen™ includes **8 memory slots (32KB each)**.\
Any combination of scripts, or profiles can be assigned to these slots.

## Panel Sections

***

### File Directory

Browse local folders and GPC files.

Features:

• Set a favorite folder\
• Reset favorite to default (Desktop)\
• Refresh local directory

Right-click the Favorites bar to reset it.

### GPC Scripts

***

Any script currently open in the Compiler appears here.

Drag and drop to a memory slot to assign.

### Remapper Profiles

***

Displays profiles created using the **MAX Mapper** plugin.

Drag and drop to assign to a memory slot.

## Memory Slot Management

***

### Program Device

Click **Program Device** to write all configured memory slots to the Cronus Zen.

### Reload Memory Slots

If changes are made via the GamePack Configuration Interface (GCI), use **Reload Memory Slots** to sync Zen Studio with the device.

### Delete Memory Slot

Drag a slot to the **trash icon** to clear it.\
Click **Program Device** to confirm deletion.


---

# 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://guide.cronuszen.com/zen-studio/working-panels/programmer.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.
