> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/mp/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/mp/developers/integrations.md).

# SDK集成

- [SDK更新日志](https://growingio.gitbook.io/mp/developers/integrations/changelog.md)
- [iOS SDK](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk.md)
- [iOS SDK 概述](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/summary.md)
- [弹窗 SDK（iOS）](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/popup-component.md)
- [推送 SDK（iOS）](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/push-component.md)
- [资源位 SDK（iOS）](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/banner-component.md)
- [集成后调试指南](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/ios-sdk-debug.md)
- [常见问题](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/qa.md)
- [iOS 推送证书设置指南](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/ios-cer-guide.md)
- [iOS推送1.3.2及以前推送版本升级指导](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/pushupdate.md)
- [iOS SDK 1.1.2及以下旧版本升级指导](https://growingio.gitbook.io/mp/developers/integrations/ios-sdk/ios-sdk-old.md)
- [Android SDK](https://growingio.gitbook.io/mp/developers/integrations/android-sdk.md)
- [弹窗 SDK （Android）](https://growingio.gitbook.io/mp/developers/integrations/android-sdk/popup-component.md)
- [推送 SDK（Android）](https://growingio.gitbook.io/mp/developers/integrations/android-sdk/push-component.md)
- [资源位 SDK（Android）](https://growingio.gitbook.io/mp/developers/integrations/android-sdk/banner-component.md)
- [Flutter SDK](https://growingio.gitbook.io/mp/developers/integrations/flutter-sdk.md)
- [弹窗 SDK（Flutter）](https://growingio.gitbook.io/mp/developers/integrations/flutter-sdk/ppowindow-flutter-sdk-component.md): The Flutter plugin for GrowingIO Touch.
- [RN SDK](https://growingio.gitbook.io/mp/developers/integrations/react-native_sdk.md)
- [弹窗 SDK（ RN）](https://growingio.gitbook.io/mp/developers/integrations/react-native_sdk/popwindow-rn-sdk-component.md): 在集成无埋点RN SDK的基础上，可额外集成弹窗RN SDK
- [小程序SDK](https://growingio.gitbook.io/mp/developers/integrations/minp-sdk.md)
- [弹窗SDK（微信小程序）](https://growingio.gitbook.io/mp/developers/integrations/minp-sdk/minp-sdk-popupwindow.md)
- [资源位SDK（微信小程序）](https://growingio.gitbook.io/mp/developers/integrations/minp-sdk/minp-sdk-banner.md)
- [调试指南（小程序）](https://growingio.gitbook.io/mp/developers/integrations/minp-sdk/debug.md)
- [小程序获取设备访问ID](https://growingio.gitbook.io/mp/developers/integrations/minp-sdk/getid.md)
- [弹窗SDK（支付宝小程序）](https://growingio.gitbook.io/mp/developers/integrations/minp-sdk/alip-sdk-popupwindow.md)
- [小程序集成常见问题](https://growingio.gitbook.io/mp/developers/integrations/minp-sdk/qa.md)
- [Web弹窗SDK](https://growingio.gitbook.io/mp/developers/integrations/js-sdk.md)
- [H5弹窗SDK](https://growingio.gitbook.io/mp/developers/integrations/h5-sdk.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/mp/developers/integrations.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.
