> For the complete documentation index, see [llms.txt](https://docs.luckydesigner.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luckydesigner.space/wechat.md).

# Wechat Mini Program Develop Notes

- [开篇](https://docs.luckydesigner.space/wechat/kai-pian.md): 学习微信小程序知识与笔记
- [流程](https://docs.luckydesigner.space/wechat/untitled-1.md): 从创建到上传流程
- [构成](https://docs.luckydesigner.space/wechat/gou-cheng.md)
- [框架](https://docs.luckydesigner.space/wechat/gou-cheng/kuang-jia.md): 小程序开发框架的目标是通过尽可能简单、高效的方式让开发者可以在微信中开发具有原生 APP 体验的服务。
- [配置](https://docs.luckydesigner.space/wechat/pei-zhi.md)
- [index.wxml+index.js](https://docs.luckydesigner.space/wechat/pei-zhi/index.wxml+index.js.md)
- [Button](https://docs.luckydesigner.space/wechat/pei-zhi/button.md): 按钮
- [UserInfo](https://docs.luckydesigner.space/wechat/pei-zhi/userinfo.md): 用户信息
- [TabBar](https://docs.luckydesigner.space/wechat/pei-zhi/tabbar.md)
- [Clipboard](https://docs.luckydesigner.space/wechat/pei-zhi/clipboard.md): 剪切板相关代码
- [Api](https://docs.luckydesigner.space/wechat/api.md)
- [背景](https://docs.luckydesigner.space/wechat/api/bei-jing.md)
- [交互](https://docs.luckydesigner.space/wechat/api/jiao-hu.md): 用户使用小程序的反馈
- [导航栏](https://docs.luckydesigner.space/wechat/api/dao-hang-lan.md): 有关导航栏的一些动画效果
- [标签](https://docs.luckydesigner.space/wechat/biao-qian.md): wxml文件内涉及到的标签


---

# 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://docs.luckydesigner.space/wechat.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.
