# 4.1: Miscellaneous Questions and Problems

An efficient method for error tracking is the divide-and-conquer approach:

1. Split the model into two parts.
2. Check both sections.
3. Focus on the part that is not functioning correctly.
4. If no errors are found, treat that part as your new model and repeat the process from step 1.

Refer to the main troubleshooting topics for further guidance.

{% content-ref url="/pages/-MCkEPuJmWIUSxalCf8K" %}
[4.1.1: Installation Issues](/troubleshooting/4.3.-miscellaneous-problems/4.3.1-installation-issues.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCkEPuKqz1WHdrEQWah" %}
[4.1.2: Purchases](/troubleshooting/4.3.-miscellaneous-problems/4.1.2-purchases.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCkEPuL3lkqFTB\_GeBo" %}
[4.1.3: Licensing](/troubleshooting/4.3.-miscellaneous-problems/licensing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCkEPuMTN-Tbg9rkf5w" %}
[4.1.4: Runtime Errors](/troubleshooting/4.3.-miscellaneous-problems/4.1.4-runtime-errors.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCkEPuN959-AF0jhpPc" %}
[4.1.5: Definitions and Components](/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.karamba3d.com/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.
