> For the complete documentation index, see [llms.txt](https://zen.cronusmax.com.tw/cronuszen/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zen.cronusmax.com.tw/cronuszen/software/zenstudio-update.md).

# Zen Studio 更新

更新Zen Studio軟體的步驟十分簡單, 首先先確認玩家的電腦有連接上網.

開啟ZEN STUDIO時若有新版本會出現下方小視窗的提示, 玩家只需按"OK"即可進行更新動作.

手動更新:

請點選**Tools** 👉 **Zen Studio Update(如下圖), 此時會開啟一小視窗說明目前軟體版本及有無新版本, 下圖表示無新版本, 按FINISH關閉視窗即可.**

![](https://gblobscdn.gitbook.com/assets%2F-LuPv_lMrFV1b9PLExvq%2F-M8KLTg-c330kt3h9M9I%2F-M8KQ6-Aq_TrL4maxMV3%2Fzenstudio_update.png?alt=media\&token=f29a8e1b-f280-410c-83f2-b78fe0a28bbe)

**若有新版本會如下圖顯示, 請點選"NEXT"進行更新動作即可.**

![](https://gblobscdn.gitbook.com/assets%2F-LuPv_lMrFV1b9PLExvq%2F-M94i33Ta-IYwJXLnZ7K%2F-M94jHmtr1xo7LVwoxhH%2Fimage.png?alt=media\&token=6df3f5e3-3dbb-45d8-b37e-a9ff5b2461c0)


---

# 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://zen.cronusmax.com.tw/cronuszen/software/zenstudio-update.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.
