> 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.md).

# Appendix

- [A.1: Release Notes](https://manual-1-3.karamba3d.com/appendix/a.1-updates-and-bug-fixes.md)
- [Work in Progress Versions](https://manual-1-3.karamba3d.com/appendix/a.1-updates-and-bug-fixes/work-in-progress-versions.md)
- [Version 1.3.3](https://manual-1-3.karamba3d.com/appendix/a.1-updates-and-bug-fixes/version-1.3.3.md)
- [Version 1.3.2 build 190919](https://manual-1-3.karamba3d.com/appendix/a.1-updates-and-bug-fixes/version-1.3.2-build-190919.md)
- [Version 1.3.2 build 190731](https://manual-1-3.karamba3d.com/appendix/a.1-updates-and-bug-fixes/version-1.3.2-build-190731.md)
- [Version 1.3.2 build 190709](https://manual-1-3.karamba3d.com/appendix/a.1-updates-and-bug-fixes/version-1.3.2-build-190709.md)
- [Version 1.3.2](https://manual-1-3.karamba3d.com/appendix/a.1-updates-and-bug-fixes/a.3-whats-new-in-version-1.3.2.-with-respect-to-version-1.3.1.md)
- [A.2: Background information](https://manual-1-3.karamba3d.com/appendix/a.4-background-information.md)
- [A.2.1: Basic Properties of Materials](https://manual-1-3.karamba3d.com/appendix/a.4-background-information/a.4.1-basic-properties-of-materials.md)
- [A.2.2: Additional Information on Loads](https://manual-1-3.karamba3d.com/appendix/a.4-background-information/a.4.2-additional-information-on-loads.md)
- [A.2.3: Tips for Designing Statically Feasible Structures](https://manual-1-3.karamba3d.com/appendix/a.4-background-information/a.4.3-tips-for-designing-statically-feasible-structures.md)
- [A.2.4: Hints on Reducing Computation Time](https://manual-1-3.karamba3d.com/appendix/a.4-background-information/a.4.4-hints-on-reducing-computation-time.md)
- [A.2.5: Natural Vibrations, Eigen Modes and Buckling](https://manual-1-3.karamba3d.com/appendix/a.4-background-information/a.4.5-natural-vibrations-eigen-modes-and-buckling.md)
- [A.2.6: Approach Used for Cross Section Optimization](https://manual-1-3.karamba3d.com/appendix/a.4-background-information/a.4.6-approach-used-for-cross-section-optimization.md)
- [A.3: Bibliography](https://manual-1-3.karamba3d.com/appendix/bibliography.md)


---

# 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.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.
