> For the complete documentation index, see [llms.txt](https://docs-en.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-en.dydu.ai/analytics/exploitation/users-feedbacks.md).

# Users feedbacks

This section allows you to obtain the proportion of negative and positive feedback given by users on the answers given by the bot as well as the graphical evolution of this data.

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

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

* The upper part of the page presents the general satisfaction of the conversations.
* The lower part of the page focuses on the reasons for dissatisfaction by interaction.

## Overall feedback on the conversations

The overall satisfaction of a conversation is calculated according to the weight of each type of feedback.

For example, let's say the number of positive feedback = A and the number of negative feedback = B.

* If A > B, then the global feedback is POSITIVE
* If A < B, then the global feedback is NEGATIVE.
* If A = B, then the global feedback takes the value of the last feedback left in the conversation.

{% hint style="info" %}
Feedback marked as “no opinion” is counted along with positive feedback in the calculation of overall satisfaction.
{% endhint %}

The global satisfaction is also represented in the conversation list by a thumb.

At the top right of the page, a button **Show user comments** is available. By clicking on it, another tab opens and lists user comments of each knowledge.

## Reasons for dissatisfaction

When the user gives negative feedback, he/she has the option to specify or not the reason for his dissatisfaction by selecting one of the 3 predefined answers.

This section helps you to identify the most common reasons for dissatisfaction.


---

# 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:

```
GET https://docs-en.dydu.ai/analytics/exploitation/users-feedbacks.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.
