> For the complete documentation index, see [llms.txt](https://docs.raga.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raga.ai/ragaai-catalyst/human-feedback-and-annotations/thumbs-up-down.md).

# 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
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.raga.ai/ragaai-catalyst/human-feedback-and-annotations/thumbs-up-down.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.
