# A.2.2: Additional Information on Loads

Karamba3D expects all force-definitions to be in kilo Newton ($$kN$$). On earth the mass of$$100kg$$corresponds to a weight force of roughly $$1 kN$$. A more exact number would be $$0.981 kN$$ but $$1 kN$$ is normally accurate enough. Table [A.2.3.1](/appendix/a.4-background-information/a.4.3-tips-for-designing-statically-feasible-structures.md#table-a-2-3-1-specific-weights-of-some-building-materials) contains the specific weight of some everyday materials. Rules of thumb numbers for loads can be found in table [A.2.3.2](/appendix/a.4-background-information/a.4.3-tips-for-designing-statically-feasible-structures.md#table-a-2-3-2-loads-for-typical-scenarios). Do not take these values too literally. For example snow loads vary strongly depending on the geographical situation. Loads acting along lines or on a specified area can be approximated by point-loads. All you need to do is estimate the area or length of influence for each node and multiply it with the given load value. The Mesh-Load-component (see section [3.2.1](/3-in-depth-component-reference/3.2-load/3.2.1-loads.md#mesh-load-const-and-variable)) automates this task for surface loads.


---

# 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-2.karamba3d.com/appendix/a.4-background-information/a.4.2-additional-information-on-loads.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.
