# SDK 集成

GrowingIO 使用自主研发的 SDK 实现数据采集功能。添加 GrowingIO 的跟踪代码即可完成 SDK 的集成，为数据采集和分析做好准备。&#x20;

{% content-ref url="/pages/-M34BrVOwMOVWdktNBnS" %}
[SDK 简介](/v3/developer-manual/sdkintegrated/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M34BrVPwFY3vqjJIzcF" %}
[SDK 使用流程](/v3/developer-manual/sdkintegrated/flow.md)
{% endcontent-ref %}

请选择需要添加 SDK 的产品：

{% content-ref url="/pages/-M34BrVQ9vtMIvNbNnIA" %}
[Web JS SDK](/v3/developer-manual/sdkintegrated/web-js-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M34BrVhl398G7UxuMHM" %}
[原生 Android SDK](/v3/developer-manual/sdkintegrated/android-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M34BrVzGCNs-xzQXjmX" %}
[原生 iOS SDK](/v3/developer-manual/sdkintegrated/ios-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M34BrWIqy23iH2sxOcQ" %}
[Hybrid JS SDK](/v3/developer-manual/sdkintegrated/hybrid-js-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M34BrWJDeP9QcgctH3h" %}
[小程序 SDK](/v3/developer-manual/sdkintegrated/mini-program-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M34BrWUhnonQbqM8xaA" %}
[服务端埋点SDK](/v3/developer-manual/sdkintegrated/server-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M34BrWADXddZ8w2e96F" %}
[移动端第三方框架 SDK](/v3/developer-manual/sdkintegrated/otherframe-sdk.md)
{% endcontent-ref %}


---

# 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://growingio.gitbook.io/v3/developer-manual/sdkintegrated.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.
