> For the complete documentation index, see [llms.txt](https://isbm.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isbm.savimbo.com/methodology/zh-cn/mian-ze-sheng-ming.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://isbm.savimbo.com/methodology/zh-cn/mian-ze-sheng-ming.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.
