> For the complete documentation index, see [llms.txt](https://manual.karamba3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.karamba3d.com/beta/troubleshooting/4.3.-miscellaneous-problems.md).

# 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/67GT2xN1YUwMneeeNte7" %}
[4.1.1: Installation Issues](/beta/troubleshooting/4.3.-miscellaneous-problems/4.3.1-installation-issues.md)
{% endcontent-ref %}

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

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

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

{% content-ref url="/pages/EHeLrxoTnSMjK2cjIqFn" %}
[4.1.5: Definitions and Components](/beta/troubleshooting/4.3.-miscellaneous-problems/4.1.5-definitions-and-components.md)
{% endcontent-ref %}


---

# 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://manual.karamba3d.com/beta/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.
