# 文档使用指南

### 快速入口

| 产品熟悉                                                             |                                                                    |                                                                            |                                                                            |
| ---------------------------------------------------------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [数据模型](https://growingio.gitbook.io/docs/introduction/datamodel) | [界面熟悉](https://growingio.gitbook.io/docs/introduction/productknow) | [角色权限](https://growingio.gitbook.io/docs/introduction/role-and-permission) | [工单管理](https://growingio.gitbook.io/docs/product-manual/sysmanage/tickets) |

| 开发者使用                                                                     |                                                                       |                                                                           |   |
| ------------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------------------------- | - |
| [SDK集成](https://growingio.gitbook.io/docs/developer-manual/sdkintegrated) | [SDK调试](https://growingio.gitbook.io/docs/developer-manual/debugging) | [API参考](https://growingio.gitbook.io/docs/developer-manual/api-reference) |   |

| 产品分析                                                                                     |                                                                                  |                                                                                     |                                                                                     |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [事件分析](https://growingio.gitbook.io/docs/product-manual/product-analysis/event-analysis) | [漏斗分析](https://growingio.gitbook.io/docs/product-manual/product-analysis/funnel) | [留存分析](https://growingio.gitbook.io/docs/product-manual/product-analysis/retention) | [分布分析](https://growingio.gitbook.io/docs/product-manual/product-analysis/frequency) |

| 用户分析                                                                                 |                                                                                     |                                                                                     |                                                                                |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [用户分群](https://growingio.gitbook.io/docs/product-manual/uesr-analysis/segmentations) | [用户细查](https://growingio.gitbook.io/docs/product-manual/uesr-analysis/userinsights) | [活跃用户](https://growingio.gitbook.io/docs/product-manual/uesr-analysis/active-users) | [微信用户](https://growingio.gitbook.io/docs/product-manual/uesr-analysis/wx-user) |

| 获客分析                                                                 |                                                                             |                                                                           |                                                                                |
| -------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [广告监测](https://growingio.gitbook.io/docs/product-manual/growing/ads) | [活动分析](https://growingio.gitbook.io/docs/product-manual/growing/activities) | [落地页分析](https://growingio.gitbook.io/docs/product-manual/growing/landing) | [分享分析](https://growingio.gitbook.io/docs/product-manual/growing/shareanalysis) |

### 内容精确搜索

* 模糊搜索：直接输入搜索词。
* 精确搜索：给搜索词加英文双引号。

{% hint style="success" %}
Tips：GrowingIO产品Web界面中的功能名称、页面标题都是定位内容的搜索词。
{% endhint %}


---

# 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/docs/allguide.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.
