> For the complete documentation index, see [llms.txt](https://ryukiedev.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa.md).

# 独立开发

- [产运](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa/chan-yun.md)
- [01.没钱推广？这忘了这100美元](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa/chan-yun/01.-mei-qian-tui-guang-zhe-wang-le-zhe-100-mei-yuan.md)
- [02.在个人站点配置app-ads](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa/chan-yun/02.-zai-ge-ren-zhan-dian-pei-zhi-appads.md)
- [03.应用图标圆角](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa/chan-yun/03.-ying-yong-tu-biao-yuan-jiao.md)
- [04.iOS独立开发者注册公司到App备案上架.md](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa/chan-yun/04.-du-li-kai-fa-zhe-zhu-ce-gong-si-dao-app-bei-an-shang-jia.md)
- [iCloud](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa/icloud.md)
- [01.基于iCloud构建用户体系](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa/icloud/ji-yu-icloud-gou-jian-yong-hu-ti-xi.md)
- [02.基于iCloud构建游戏内排行榜](https://ryukiedev.gitbook.io/wiki/du-li-kai-fa/icloud/02.-ji-yu-icloud-gou-jian-you-xi-nei-pai-hang-bang.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://ryukiedev.gitbook.io/wiki/du-li-kai-fa.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.
