# User Feedback

Users can either upvote or downvote a response from Dot.

This feedback is used to expand Dots knowledge base, and give admins relevant insights to manage Dot.

## Positive Feedback

"Strengthen strengths" made young Boris Becker a world champion in Tennis 🎾.\
When a user clicks 👍, Dot will store the generated query for this question and reuse it for similar questions in the future.

<figure><img src="/files/DScrxLOpD2gyi0C1Klst" alt=""><figcaption><p>Click thumbs up to save a successful query</p></figcaption></figure>

{% hint style="info" %}
Before a generated query gets used by Dot an admin needs to select it on the Model page.
{% endhint %}

## Negative feedback

👎 is a signal for admins that Dot's knowledge base needs to get adjusted to be better able to answer this question.

## Admin Overview

Admins can select to see the history of all users. All conversations with at least 1 dislike will show up with `problem` and if there is no dislikes and at least 1 like it shows as `success`.

<figure><img src="/files/ceaSGUFIsmqE1nfEjdZ6" alt=""><figcaption><p>View feedback across all users in History</p></figcaption></figure>


---

# 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.getdot.ai/train-dot/user-feedback.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.
