# 4.1: 其他问题

发现错误的一种非常有效方法是分而治之：

1. 将模型一分为二。
2. 分别检查两个部分。
3. 仔细检查不起作用的部分。
4. 查看是否可以找到错误。
5. 如果无法找到错误，则将该部分作为新的模型，然后继续执行上述第1点。

浏览主要故障排除主题：

{% content-ref url="/pages/-M9XuRCz34pYCH4sMjo7" %}
[4.1.1: 安装问题](/chinese_1_3_3/troubleshooting/4.3.-miscellaneous-problems/4.3.1-installation-issues.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9XuRD-j1lJqG6IlTFR" %}
[4.1.2: 购买程序](/chinese_1_3_3/troubleshooting/4.3.-miscellaneous-problems/4.1.2-purchases.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9XuRD0XDZpvrVWhe8H" %}
[4.1.3: 获取使用授权许可](/chinese_1_3_3/troubleshooting/4.3.-miscellaneous-problems/licensing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9XuRD1BOTWaK17CHYz" %}
[4.1.4: 运行错误](/chinese_1_3_3/troubleshooting/4.3.-miscellaneous-problems/4.1.4-runtime-errors.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9XuRD273sBuJ9cTKlx" %}
[4.1.5: 定义与运算器](/chinese_1_3_3/troubleshooting/4.3.-miscellaneous-problems/4.1.5-definitions-and-components.md)
{% endcontent-ref %}


---

# 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://manual-1-3.karamba3d.com/chinese_1_3_3/troubleshooting/4.3.-miscellaneous-problems.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.
