# A.1: Release Notes

All official versions of Karamba3D get thoroughly tested before release. Since Karamba3D consists of many thousand lines of code chances are high that it contains undiscovered bugs.

{% hint style="info" %}
As soon as we get aware of problems and errors they get published in the release notes.
{% endhint %}

The Karamba3D releases carry a version and a build number. The first two digits of the build number signify the year, the next two digits the month and the last two digits the day when the build was compiled.


---

# 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/appendix/a.1-updates-and-bug-fixes.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.
