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

# Exploitation

Cette partie du BMS  permet de consulter des rapports pré-générés. On retrouve notamment des statistiques sur :&#x20;

* le nombre de visiteurs et le nombre de conversations,&#x20;
* le nombre d'interactions par conversation,
* la qualification de ces interactions et conversations c’est-à-dire le niveau de compréhension des questions du bot et sa capacité à procurer une réponse,
* la satisfaction des utilisateurs par rapport à la réponse apportée,
* les thématiques les plus abordées,
* les connaissances les plus utilisées.&#x20;

Les statistiques sont mises à jour grâce aux conversations de production menées avec le bot. Cela signifie que les conversations de test effectuées avec le bot ne sont pas prises en compte dans les différents calculs de statistiques.

Chaque indicateur peut-être affiché selon la période, la langue ou encore l’espace de consultation. L’objectif étant de pouvoir analyser et piloter en permanence la performance du bot.&#x20;


---

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