> For the complete documentation index, see [llms.txt](https://arkdocs.analysys.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arkdocs.analysys.cn/quick-start-guide/getting-started/instrumentation.md).

# 1.  集成 SDK

工程师根据以下两项进行数据接入：

* 项目 AppKey（创建项目后生成，用于唯一标识项目的数据）
* 集成 [JS SDK ](/integration/sdk/js/js.md)

![](/files/-LjKH_PuN1xcPEMx97rN)

## **接入后 Debug 数据验证**

集成 SDK 之后，[验证数据](/integration/data-verification.md)接入的准备性。验证完毕之后，保证 debugMode 模式设置为 0，发布应用。

{% hint style="info" %}
**关于 Debug 模式**

0 关闭 Debug 模式

1 打开 Debug 模式，但该模式下发送的数据仅用于调试，不计入平台数据统计&#x20;

2 打开 Debug 模式，该模式下发送的数据可计入平台数据统计
{% endhint %}

{% content-ref url="/pages/-Lg6hDGWm2H4J60qK8bf" %}
[2. 可视化埋点](/quick-start-guide/getting-started/virtualizer.md)
{% endcontent-ref %}

{% hint style="info" %}
以上内容没有解答我的问题？[点击我进入方舟论坛去反馈](https://www.analysysdata.com/forum/index) 🚀
{% endhint %}


---

# 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://arkdocs.analysys.cn/quick-start-guide/getting-started/instrumentation.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.
