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

# Step 3 开启您的分析旅程

以电商网站中的购物流程为例，如何分析每步的流失情况，定位流失节点，仅需三步即可完成

{% content-ref url="/pages/-Lg1PPQddy5mMo9PPc1m" %}
[1.  集成 SDK](/quick-start-guide/getting-started/instrumentation.md)
{% endcontent-ref %}

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

![](/files/-LgBalQtMilWuFqsbR52)

{% content-ref url="/pages/-Lg6hG\_UA405lw-RCqGn" %}
[3. 创建分析模型](/quick-start-guide/getting-started/analystics.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.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.
