# Exploitation

This part of the BMS allows you to consult pre-generated reports. We find in particular statistics on:&#x20;

* &#x20;the number of visitors and the number of conversations,&#x20;
* the number of interactions per conversation,&#x20;
* the qualification of these interactions and conversations, that is to say the level of understanding of the bot's questions and its ability to provide an answer,&#x20;
* user satisfaction with the response provided, the most discussed themes,&#x20;
* the most used knowledge.
* Statistics are updated through production conversations with the bot. This means that test conversations carried out with the bot are not taken into account in the various statistical calculations. Each indicator can be displayed according to the period, language or even the consultation space. The objective being to be able to constantly analyze and control the performance of the bot.


---

# 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/exploitation.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.
