> 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/reformulations.md).

# Reformulations

Lorsque le bot n'est pas certain d'avoir compris la question, il propose 1 à 3 formulations pouvant correspondre à la question de l'utilisateur.

<figure><img src="/files/7mg3WGaGDHTENGCuCS8V" alt=""><figcaption></figcaption></figure>

Ce graphe permet de connaître le nombre de reformulation proposé par le bot pour une connaissance. Ainsi, cela permet de connaître le pourcentage de reformulations proposées par le bot lorsqu'il ne comprend pas ainsi que le pourcentage du nombre d'utilisateurs ayant cliqué sur telle ou telle proposition.

Sous le graphique, vous avez la liste des connaissances :

* Compte : nombre de fois où la connaissance a été proposée ;
* Taux de clic : le rapport entre le nombre de fois où elle a été suggérée et le nombre de fois où les utilisateurs ont cliqué dessus (et qu'elle correspondait à la question de l'utilisateur).
* Contenu des connaissances : lorsque vous cliquez sur l'une des connaissances, elle s'affiche dans un nouvel onglet.


---

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