> 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/chinese_2_0_0/appendix.md).

# 附件

- [A.1: 发行说明](https://manual-2.karamba3d.com/chinese_2_0_0/appendix/a.1-updates-and-bug-fixes.md)
- [A.2: 背景资料](https://manual-2.karamba3d.com/chinese_2_0_0/appendix/a.4-background-information.md)
- [A.2.1: 材料的基本性能](https://manual-2.karamba3d.com/chinese_2_0_0/appendix/a.4-background-information/a.4.1-basic-properties-of-materials.md)
- [A.2.2: 有关荷载的附加信息](https://manual-2.karamba3d.com/chinese_2_0_0/appendix/a.4-background-information/a.4.2-additional-information-on-loads.md)
- [A.2.3: 设计静态可行性结构的技巧](https://manual-2.karamba3d.com/chinese_2_0_0/appendix/a.4-background-information/a.4.3-tips-for-designing-statically-feasible-structures.md)
- [A.2.4: 减少运算时间的技巧](https://manual-2.karamba3d.com/chinese_2_0_0/appendix/a.4-background-information/a.4.4-hints-on-reducing-computation-time.md)
- [A.2.5: 自然振动、本征模和屈曲](https://manual-2.karamba3d.com/chinese_2_0_0/appendix/a.4-background-information/a.4.5-natural-vibrations-eigen-modes-and-buckling.md)
- [A.2.6: 用于断面优化的方法](https://manual-2.karamba3d.com/chinese_2_0_0/appendix/a.4-background-information/a.4.6-approach-used-for-cross-section-optimization.md)
- [A.3: 参考书目](https://manual-2.karamba3d.com/chinese_2_0_0/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-2.karamba3d.com/chinese_2_0_0/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.
