# Thumbs Up/Down

Users can provide feedback on their LLM-generated responses within the platform using thumbs up/down buttons. A separate feedback column is auto-generated for each response column (logged/generated) in the dataset view. Clicking the respective button enables users to add response-level feedback.

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

As your datasets scale, the number of columns might increase, reducing visibility. To solve this, the above thumbs up/down buttons are also mirrored inside the individual data point view (accessed by clicking on any row in the dataset view) as shown below.

<figure><img src="/files/5JKebjqEedD5xZD3UF29" alt=""><figcaption></figcaption></figure>

Rows containing thumbs up/down feedback can be filtered by clicking on the respective response column heading and choosing the feedback checkbox. This will allow users to select positive/negative feedback from a dropdown.

<figure><img src="/files/yk7E5R1PQIDbIv6WlXu3" alt=""><figcaption></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.raga.ai/ragaai-catalyst/human-feedback-and-annotations/thumbs-up-down.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.
