# SDK 使用流程

![](/files/-M92WEZIgBcxd_QldwIF)

1. 数据规划（可选）：在无埋点采集的数据指标无法满足分析需求时需要定义业务目标>拆分数据、规划场景>确认指标。
2. 创建应用：通过在GrowingIO平台创建应用与您要加载SDK的应用进行关联。
3. 自定义数据上传（可选）：
   1. 业务端：[埋点事件管理](/v3/product-manual/data-center/data-management/manual.md)
   2. 代码端：各SDK集成章节的自定义数据上传。
4. 检测数据：在完成3后，在GrowingIO上单机检测数据完成应用创建。


---

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