# 前言

## 关于

此教程内容源于SOUI用户使用手册，并在原有教程内容的基础上进行扩充与完善。

## 怎样贡献本教程

很简单，您只需要点击位于页面右侧的\`[Edit on GitHub](https://github.com/hempflower/soui-manual/blob/master/README.md)\`就可以跳转的本教程的git仓库，fork此仓库并提交您的修改后，向本仓库PR即可。


---

# 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://soui.mahua-a.top/master.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.
