> For the complete documentation index, see [llms.txt](https://manual-2.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-2.karamba3d.com/troubleshooting/4.3.-miscellaneous-problems/4.1.6-changing-karamba.ini-file.md).

# 4.1.6: Default Program Settings

On start-up, Karamba3D sets its default appearance and behavior according to the values listed in the **"karamba.ini"-**&#x66;ile. This file is located in the Karamba3D installation folder (double-click on the Karamba3D desktop icon to get there) and can be opened and manipulated with any text editor.\
The file starts with a description of the syntax rules for defining the default settings. Each paragraph that follows contains a description regarding meaning and effect of a specific property and its default value. Among other things these settings can be changed:

* System of physical units ("SI" or "Imperial")
* Limit distance for snapping together neighboring nodes
* The value of the acceleration of gravity
* Limit inclination for verticality
* Number format and display properties of output values
* Properties of the default materials
* ...

In case you want to keep your changes when upgrading from one version of Karamba3D to the next rename the initialization-file to **"karamba\_user.ini"**. This however incurs the risk, that newly introduced properties are missing. In such a case hard-wired default values take their place.

{% hint style="info" %}
Administrator rights may be needed to overwrite the original **"karamba.ini"**-file.
{% endhint %}


---

# 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://manual-2.karamba3d.com/troubleshooting/4.3.-miscellaneous-problems/4.1.6-changing-karamba.ini-file.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.
