# 开篇

## 微信小程序是什么

微信小程序是腾讯公司旗下微信推出的一种轻型应用，置于微信之中，随时启用，免去安装，释放空间，总之是一种很方便的形式。

## 微信小程序为什么要建立

* 对用户：方便，快捷，免安装
* 对开发者：赚取广告费，实现人生价值

## 微信小程序如何创建

这一套知识手册与笔记是伯衡君我从零开始（也不算零啦，姑且听之），创建微信小程序的记录和成长。


---

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