# Bot Statistics

#### Dashboard Metrics

* **Total Users**: Total user count to date.
* **New Users**: New users within a selected period.
* **Active Users**: Users who replied within a selected period.
* **Total User Messages**: Total conversation count within a selected period and channel.
* **Scene Selection**: Total conversation rounds and the number of times the waiting reply node was entered.

Note: Each conversation round generates a unique sessionID, recording the number of replies per sessionID.


---

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