> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/miniprogram/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/miniprogram/dashboard-overview.md).

# 小程序基础数据概况

当成功添加了小程序追踪代码以后，在 GrowingIO 的首页里面会自动出现一个小程序概况看板，能直接得到日常分析报告，持续监测基础数据来获得洞察。

目前，小程序概况看板提供默认6个场景的数据：

1. 增长指标
2. 获客场景
3. 分享场景
4. 页面分析
5. 用户画像
6. 错误分析

对于进阶分析需求，比如转化分析、自定义事件、更多维度拆分等，可以使用 GrowingIO 的高级分析功能，自行制作单图和看板来分析，并且可以添加到首页做日常监测。


---

# 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/miniprogram/dashboard-overview.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.
