# README

开放文档：《借助开源项目，学习软件开发》。

诚邀您的参与！

## 著作权申明

* 本作品选择采用：“署名-非商业性使用-相同方式共享”的CC协议。
  * 您可以：复制、发行、展览、表演、放映、广播或通过信息网络传播本作品。以及创作演绎作品。
  * 惟须遵守下列条件：
    * 署名 — 您必须按照作者或者许可人指定的方式对作品进行署名。
      * 署名方式为：在转载或新作品开头的显著位置，注明原作者的姓名、来源及其采用的知识共享协议，与本作品在Github上的原发地址建立链接
    * 非商业性使用 — 您不得将本作品用于商业目的。
    * 相同方式共享 — 如果您改变、转换本作品或者以本作品为基础进行创作，您只能采用与本协议相同的许可协议发布基于本作品的演绎作品。


---

# 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://zhuangbiaowei.gitbook.io/learn-with-open-source/zh.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.
