> For the complete documentation index, see [llms.txt](https://docs.dmflow.chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dmflow.chat/chatbot/statistics.md).

# 機器人統計

<figure><img src="/files/IgX6IPIfdc5vZMF8v7dD" alt=""><figcaption><p>機器人圖表</p></figcaption></figure>

| 看板名稱   | 說明                                 |
| ------ | ---------------------------------- |
| 總用戶數   | 目前到現在總共的用戶數量                       |
| 新用戶數   | 選定時段內新的用戶數量                        |
| 活躍用戶數  | 選定時段內曾經回覆的用戶數量                     |
| 總用戶訊息量 | 選定時段和渠道總共的對話數量                     |
| 情境選擇   | 可以查看情境總共對話幾輪(\*1)，以及該等待回覆節點進入了多少次。 |

\*1 輪的計算為每次對話都會產生一組獨特的sessionID，會記錄每次這個sessionID回覆了多少次對話。

可以查看每個節點的每月進入量。注意，輸出不一定等於輸入總和，因為有可能都沒命中。(於最新版只會紀錄start和回覆節點以及調用節點的次數)

<figure><img src="/files/CMWvT4xOZ5wR5bg1qrsO" alt=""><figcaption></figcaption></figure>


---

# 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://docs.dmflow.chat/chatbot/statistics.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.
