> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk.md).

# 小程序 SDK

- [3.7及以下](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia.md): 小程序3.7是目前是用旧架构的稳定版本，经过长时间的客户沉淀。
- [更新日志](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/change-log.md)
- [集成](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/ji-cheng.md)
- [微信小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/ji-cheng/minp-sdk.md)
- [支付宝小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/ji-cheng/ali-sdk.md)
- [百度小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/ji-cheng/baidu-sdk.md)
- [QQ小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/ji-cheng/qq-sdk.md)
- [字节跳动小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/ji-cheng/byte-dance.md)
- [快应用](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/ji-cheng/quick.md)
- [数据采集API](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/customize-api.md)
- [无埋点采集逻辑和高级配置](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.7-ji-yi-xia/wu-mai-dian-cai-ji-luo-ji-he-gao-ji-pei-zhi.md)
- [3.8](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8.md): 小程序 SDK3.8对小程序旧版本SDK 进行了重构，支持更多小程序平台和框架。目前已在多家客户中稳定运行。
- [更新日志](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/geng-xin-ri-zhi.md)
- [集成](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/ji-cheng.md): 包含支持的各平台和各框架集成步骤说明
- [微信小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/ji-cheng/minp-sdk.md)
- [阿里(支付宝)小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/ji-cheng/ali-sdk.md)
- [百度小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/ji-cheng/baidu-sdk.md)
- [字节(抖音头条)小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/ji-cheng/byte-dance.md)
- [QQ小程序](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/ji-cheng/qq-sdk.md)
- [快应用](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/ji-cheng/quick.md)
- [初始化配置](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/chu-shi-hua-pei-zhi.md)
- [数据采集API](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/shu-ju-cai-ji-api.md)
- [无埋点采集逻辑和高级配置](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/wu-mai-dian-cai-ji-luo-ji-he-gao-ji-pei-zhi.md)
- [旧版本与3.8对比](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/jiu-ban-ben-yu-3.8-dui-bi.md)
- [旧版本升级到3.8](https://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk/3.8/jiu-ban-ben-sheng-ji-dao-3.8.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://growingio.gitbook.io/v3/developer-manual/sdkintegrated/mini-program-sdk.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.
