# Analytics

What do users think of the bot? Are they satisfied with the answers he provides? Does the bot meet these objectives? So many questions that need to be answered to justify the success of the bot and optimize its quality. Within the DYDU BMS, it is possible to immediately and simply view the key indicators of the bot's performance through the Statistics menu. It is also possible to configure these own reports as needed using the Custom Statistics menu.

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

## Statistics calculation system:

&#x20;There is an "absolute" calculation system and a "relative or weighted" one. If the statistics page does not offer the option of filtering by sum then the statistics are calculated as a weighted sum. For example the option is available for example for "knowledge" statistics:

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

The distinction between the two systems is important:

* &#x20;Absolute: if a conversation calls on an acquaintance N times, this will increase the absolute statistic by N.&#x20;
* Relative or weighted: will take the absolute per conversation and divide by the number of interactions in the conversation. If the conversation is long, this greatly reduces the value. In fact, it does not count 1 per conversation, but 1 / (number of conversation interactions). For example, 8 conversations of 4 interactions each can result in 8 \* (1/4) = 2


---

# 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.dydu.ai/analytics.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.
