> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/gai-shu/update-fix-guide.md).

# 更新错误修复指南

如果 GPM Automate 工作不稳定或在更新过程中遇到错误，您可能需要卸载软件并重新安装新版本，以使系统运行更加顺畅。

### 卸载步骤

1️⃣ 步骤 1：完全关闭所有在计算机上打开的 GPM Automate 编辑器和运行时窗口。

2️⃣ 步骤 2：在屏幕上按下 Start（Windows 图标）键，搜索关键词 Control Panel 并打开该应用程序。

3️⃣ 步骤 3：在控制面板窗口中，找到并选择 Uninstall a program（卸载程序）选项。

4️⃣ 步骤 4：在列表中找到 GPM Automate 软件，点击选择并按下 Uninstall 以完全卸载。

*小提示：成功卸载后，您可以从 GPM Softwares 的主页重新下载最新的安装包，并像往常一样进行安装。*


---

# 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://docs.gpmautomate.com/automate-zh/gai-shu/update-fix-guide.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.
