> For the complete documentation index, see [llms.txt](https://manual-1-3.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-1-3.karamba3d.com/appendix/a.4-background-information/a.4.2-additional-information-on-loads.md).

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