> 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.md).

# 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
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.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.
